wandji
c43dd38af4
Fix CSS issues add relationship modal [SCI-9955] ( #6897 )
2024-01-08 14:49:38 +01:00
Gregor Lasnibat
b0dbc95a43
Merge pull request #6799 from lasniscinote/gl_SCI_9789
...
(fix) CSS item card and manage column corrections needed [SCI-9789]
2023-12-14 14:30:52 +01:00
Gregor Lasnibat
a7f26efaac
(fix) CSS item card and manage column corrections needed [SCI-9789]
2023-12-14 14:25:31 +01:00
Oleksii Kriuchykhin
372ef32f03
Merge branch 'develop' into features/inventory-items-relationships
2023-12-14 11:28:04 +01:00
wandji
dceb92021a
Connect add relationship modal to backend [SCI-9711] ( #6749 )
2023-12-11 10:43:47 +01:00
Martin Artnik
a5bbc190f9
Merge branch 'develop' into features/inventory-items-relationships
2023-11-29 15:16:22 +01:00
Gregor Lasnibat
3dd15ed1a5
Implement the 'Add relationship' modal, only front end [SCI-9671]
2023-11-28 12:44:57 +01:00
Anton
10f7157cc3
Fix focus on select dropdown
2023-11-28 10:44:48 +01:00
Gregor Lasnibat
e5cb70126b
(fix) TypeErrors in 'Assign to task' dialog [SCI-9755]
2023-11-27 16:19:36 +01:00
Oleksii Kriuchykhin
cc8b993430
Merge branch 'develop' into features/inventory-item-card-edit
2023-11-16 11:12:50 +01:00
Oleksii Kriuchykhin
e8abbbbcdf
Merge branch 'develop' into features/inventory-items-relationships
2023-11-16 11:04:27 +01:00
wandji
2e3ae5cc5c
Fix multiple css issues on Item card [SCI-9653] ( #6608 )
2023-11-13 14:13:53 +01:00
Anton
e4deaf41a1
Update outside click
2023-11-09 12:40:06 +01:00
Anton
f92f0790ed
Fix resizeable navigator
2023-11-08 19:32:43 +01:00
Anton
ee857feece
Merge branch 'develop' into features/datetime-picker
2023-11-08 14:19:15 +01:00
Soufiane
7bc7735da0
Smart annotation not working and some CSS issues [SCI-9616] ( #6563 )
...
* Fix SmartAnnotaion and minor style issues for items card components [SCI-9616]
* Improve code readability and organisation [SCI-9616]
2023-11-07 12:39:07 +01:00
Oleksii Kriuchykhin
ee76488f32
Merge branch 'develop' into features/inventory-item-card-edit
2023-10-27 14:25:32 +02:00
wandji
c22d1e226b
Add new stock management modal and edit itemm card stock fields [SCI-9415] ( #6474 )
...
* Add edit fetaure to item card stock field [SCI-9415]
* Replace manage stock modal [SCI-9415]
* Fix issue displaying item card [SCI-9415]
* Minor improvements [SCI-9415]
* Enable stock modal in assigned inventories [SCI-9415]
* Use toggleable reminder value [SCI-9415]
2023-10-27 10:31:38 +02:00
Soufiane
809aaa8aa3
Implement field editing for the new item card [SCI-9412] ( #6421 )
...
- Created new checklist component.
- updated the functionality of the select-search component.
- Name field.
- Text fields.
- Numeric fields.
- List fields.
- Status fields.
- Checklist fields.
2023-10-24 15:49:37 +02:00
Anton
1dd178fb4d
Update vue packs to vue3 [SCI-8847]
2023-10-24 13:16:22 +02:00
Martin Artnik
fb9204df64
Merge branch 'develop' into features/bugfixes-and-css
2023-10-18 14:51:35 +02:00
Giga Chubinidze
66919361a6
Missing tooltips [SCI-9510]
2023-10-16 11:52:06 +04:00
Martin Artnik
45e45d1543
Refactor select.vue to use the outside click directive [SCI-9496]
2023-10-13 16:12:01 +02:00
Anton
ad3cd98d6e
CSS fixes protocol page
2023-09-22 11:59:39 +02:00
Giga Chubinidze
b71323d720
changed object mutation/changed placeholder check
2023-09-01 13:37:48 +04:00
Giga Chubinidze
100fdde5ca
Placeholder text in the "Move to different result" modal dropdown
2023-09-01 11:49:43 +04:00
Martin Artnik
4d4eebd78e
Fix glitchy dropdowns on Safari [SCI-8946]
2023-08-10 11:46:31 +02:00
Martin Artnik
ed4af7ae26
Properly unload scroll listener when unloading a select [SCI-8802]
2023-07-06 10:31:26 +02:00
Anton
d795f996f2
Merge branch 'develop' into features/ui-revamp
2023-06-14 15:18:50 +02:00
ajugo
272de72231
Prevent closing assign modal from inventory for dropdown options [SCI-8640] ( #5593 )
2023-06-14 14:57:58 +02:00
Anton
b434c8a2c7
Update css for team selection and search field [SCI-8540]
2023-06-13 11:52:14 +02:00
artoscinote
164829fd7c
Fix issue where blur prevention is not turned off in assignment modal dropdown [SCI-8588] ( #5570 )
2023-06-07 09:52:57 +02:00
artoscinote
98cb0df46b
Fix issues with assign to task dropdowns [SCI-8588] ( #5568 )
2023-06-06 15:31:40 +02:00
Soufiane
e5dc1f365b
Add a no-options placeholder for projects selector [SCI-8544] ( #5492 )
...
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
2023-05-26 11:47:35 +02:00
Soufiane
cb14333fca
Issues with the "Assign item to task" modal part 1 [SCI-8513] ( #5486 )
...
* Fix Select bounding box calculations [SCI-8513]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
* Abbreviate very long select text [SCI-8513]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
* Remove gap when dropdown is open [SCI-8513]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
* Fix hound [SCI-8513]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
* Add small refactor [SCI-8513]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
---------
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
2023-05-26 11:41:47 +02:00
Soufiane
f21dc998b9
Add filtering for project/experiment filter for assignable tasks [SCI-8442] ( #5441 )
...
* Remove object without edit permission in P/E/T filters [SCI-8442]
* Leave only experiments and projects with active tasks [SCI-8442]
2023-05-24 10:47:27 +02:00
sboursen-scinote
9662eb7264
Improve the logic of the select and select_search components
...
> There is no need for the two components to hold their `value` state.
It can be propagated from the component that uses them.
This will help 'clear' the search when modification is finished.
2023-05-17 19:01:16 +02:00
Soufiane
dda3d1bc6b
Fix typo [SCI-8250] ( #5393 )
2023-05-16 11:19:19 +02:00
sboursen-scinote
852e0eba42
Remove unused code [SCI-8250]
2023-05-08 12:52:57 +02:00
sboursen-scinote
32297c3312
Use fixed position for select option and add a fix for modals [SCI-8250]
2023-05-08 11:05:22 +02:00
sboursen-scinote
5f8eafedf9
Create a modal for item assignment from inventory page [SCI-8250]
...
- Fix the behavior of the search_select.
- Fix select options positioning.
- Get the items to assign from selected rows.
- Style the modal.
Style the modal [SCI-8250]
Fix select options positioning [SCI-8250]
2023-05-08 09:43:18 +02:00
sboursen-scinote
443cd21090
WIP: Create a modal for inventory item assignment from inventory page [SCI-8250]
2023-05-05 08:44:40 +02:00
Martin Artnik
863054b044
Implement basic select/search-select components in vue [SCI-8249]
2023-05-03 12:37:14 +02:00