d4470ab5fd
Restrict person dropdown options to the associated organization
2020-12-01 23:39:45 +01:00
a6dd71af9f
Set an organization to a person in webapp
2020-12-01 23:39:45 +01:00
346d23928d
Allow to search in source names in webui
2020-11-30 14:26:10 +01:00
1091a4fbdc
Show concerning/correspond person exclusively in dropdowns
...
Now a person that is not marked as "concerning only" is treated as
"correspondent only". The options of all dropdown fields are now
restricted to those subsets.
Issue: #332
2020-11-27 23:13:37 +01:00
c87163052b
Allow to choose from existing tag categories
...
Also fixes a ui problem with a too long dropdown menu in the small
modal popup when adding tags or custom fields in item detail view.
Issue: #331
2020-11-26 23:53:50 +01:00
41b26fbbd6
Don't hide field dropdown when no fields are defined
2020-11-24 23:38:22 +01:00
6d22bac720
Display custom field values on item card
2020-11-23 10:23:37 +01:00
44459aecd0
Fix initialising date fields
2020-11-23 09:43:12 +01:00
cdcc8210fe
Throttle customfield update requests
2020-11-23 09:27:05 +01:00
7026852123
Indicate saving custom field values
2020-11-23 00:16:50 +01:00
bcdb2fc0fe
Show custom field values in item detail header
2020-11-22 23:14:51 +01:00
23b343649c
Fix and enhance custom-multi-input field
2020-11-22 21:41:09 +01:00
bb19e02c66
Ui improvements
...
- don't show custom fields in edit menu if there are none. This
reduces load of ui elements. The first custom field must be created in
manage-data page.
- Add more validation to the money type
2020-11-22 21:41:09 +01:00
ff30ed5558
Add custom fields to multi-edit form
2020-11-22 21:41:09 +01:00
76647d132f
Show custom field values in detail view
2020-11-22 21:41:09 +01:00
cc6db61a3a
Allow to create fields when editing items
2020-11-22 21:41:09 +01:00
4059ef31c1
Allow providing values for custom fields in item detail
2020-11-22 21:41:09 +01:00
e90f65f941
Manage custom fields in webui
2020-11-22 21:41:09 +01:00
b98edba9e5
Click on tag in item detail to switch to search
2020-11-14 13:16:35 +01:00
fe8c122968
Switch to search by clicking on correspondent/concerned in detail
2020-11-14 12:57:38 +01:00
cf578a88d3
Make item detail header a link list
2020-11-14 12:11:04 +01:00
2c96590aad
First ui view of preview images for items
...
Users can choose to not show them via ui settings
2020-11-08 15:12:56 +01:00
59dfae6a49
Introduce fomantic-ui, replacing semantic-ui
...
Replaced semantic-ui with the drop-in replacement fomantic-ui [0]
which is a maintained fork. The fomantic-ui used here is a custom
build [1] of the less-version _without_ google-fonts (css-only). The
javascript part of fomantic-ui is not used, and also jquery could be
dropped now.
[0] https://fomantic-ui.com
[1] https://github.com/eikek/fomantic-slim-default
Issue: #349
2020-11-05 22:44:10 +01:00
a965605a9e
Improve tag multi-edit
2020-10-31 14:42:17 +01:00
6a16d8afc7
Allow to confirm/unconfirm multiple items
2020-10-29 23:15:38 +01:00
183bcf5bec
Add ui-settings flag for side menus
2020-10-27 22:35:52 +01:00
9193d7ca51
Send multiple items to reprocessing
2020-10-26 14:03:56 +01:00
26e89bf84e
Edit org/person/equipment of multiple items
2020-10-26 13:35:47 +01:00
2e6026b817
Edit dates of multiple items
2020-10-26 13:16:03 +01:00
d4043634ac
Edit direction of multiple items
2020-10-26 12:48:15 +01:00
42c989a6cd
Edit folder of multiple items
2020-10-26 12:39:44 +01:00
17472fa4ca
Edit name of multiple items
2020-10-26 12:17:55 +01:00
7ad37c8d26
Editing tags for multiple items
2020-10-26 11:54:04 +01:00
55cfc4c908
Allow to select multiple items for deletion and edit
2020-10-25 22:19:55 +01:00
5e0eaf419e
Fix browser back button to restore scroll state
...
Removes the url parameter that was used to identify the card to scroll
to and instead use the id from the internal model.
2020-10-18 21:35:42 +02:00
284c42aec6
Remove attachment tab menu
2020-09-26 01:15:16 +02:00
e831d7bdd7
Move attachment tabs into a menu
...
If multiple attachments are present, the tab menu doesn't show all. So
if there is more than one attachment they can be selected from a menu.
2020-09-26 01:14:56 +02:00
02a0343e55
Allow to enable/disable keyboard navigation in user settings
2020-09-22 22:33:21 +02:00
5b56ea881c
Use Ctrl modifier when navigating in item detail
...
Otherwise it clashes with input fields
2020-09-22 22:07:27 +02:00
60b8dc2134
Navigate items using keyboard
...
- previous/next item with `.,`
- confirm with `c`
- unconfirm with `u`
2020-09-22 00:27:32 +02:00
42a7a003a7
Save name in item detail while typing
2020-09-21 21:12:00 +02:00
a5bc6b53a9
Reset hidden fields on confirm
...
On confirm hidden fields are cleared, so that no "confirmed"
information is attached that the user has never seen.
2020-09-21 14:38:40 +02:00
57ab050cf7
Remove hidden fields from item details
2020-09-21 13:58:52 +02:00
3852c69da1
Scroll to the current item when going back from detail
...
The list view now supports an item id that will be scrolled to and is
highlighted with a shadow. When going back from detail view this is
now used to scroll to the currently viewed item.
2020-09-14 21:57:14 +02:00
e793b63248
Allow to hide fields in menus based on ui settings
2020-08-08 22:51:02 +02:00
af7cfa0ae1
Allow editing metadata in item-detail
2020-08-07 01:30:43 +02:00
639ab7440e
Fix edit menu layout
2020-08-06 23:49:54 +02:00
a8ea391715
Render edit-modals above the menu and not the whole page
2020-08-06 23:38:55 +02:00
dfbbcdf73c
Allow only one horizontal form being open
2020-08-05 23:11:21 +02:00
082f468155
Use a icon menu for the edit menu top bar
2020-08-05 22:43:04 +02:00