96d7eb5c97
Merge pull request #401 from eikek/fix-replace-cards
...
Preserve context highlighting from full-text search
2020-10-27 23:57:12 +00:00
c6b8355902
Preserve context highlighting from full-text search
...
When replacing changed cards the fulltext highlighting should be
preserved from the original item.
2020-10-27 22:51:11 +01:00
183bcf5bec
Add ui-settings flag for side menus
2020-10-27 22:35:52 +01:00
83b41b027f
Change default position for notes to bottom
2020-10-27 20:43:58 +01:00
0f84200118
Indicate saving when changing name for multiple items
2020-10-26 15:32:58 +01:00
0eabb7d589
Change tooltip of new select-items button
2020-10-26 14:46:04 +01:00
998aad5627
Delete multiple items
2020-10-26 14:46:04 +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
7ade7dd70b
Display direction icon when editing multiple items
2020-10-26 12:49:30 +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
5735a47199
Replace changed item cards
2020-10-25 23:08:40 +01:00
55cfc4c908
Allow to select multiple items for deletion and edit
2020-10-25 22:19:55 +01:00
6ea9193b5e
Only scroll to the last visited item when initializing the page
...
When searching again on that page, scrolling/highlighting should not
happen. It now happens whenever coming to this page (not only when
going back from detail view).
Fixes : #373
2020-10-22 23:33:57 +02:00
3e752487e4
Remove unused argument
2020-10-22 23:33:46 +02:00
fc5f7c7dca
Use previously updated ui settings
...
Fixes : #368
2020-10-22 00:08:03 +02:00
d66ae4fdc2
Display error message properly on modal edit
2020-10-19 00:30:55 +02: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
ead2e52253
Show item name in document title
2020-10-18 14:26:18 +02:00
fc5035ea8d
Use anchor links instead of javascript to go to detail view
2020-10-18 14:09:52 +02:00
160fc6627c
Reset upload page on init
...
Fixes : #294
2020-10-03 00:37:27 +02:00
87d9e03f1f
Submit search when intialising overview page
...
When coming back from detail with changes to an item, it should update
the view. Otherwise it is confusing to still see a deleted or changed
item.
2020-10-03 00:32:42 +02:00
72048b9b34
Drop deferred message if user clicked away
2020-09-26 01:28:34 +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
ca05b3c195
Fix initialising pages; improve scroll to item
2020-09-25 22:54:50 +02:00
285db78613
Add checkbox to upload page for skipping duplicates
2020-09-23 23:37:00 +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
dc0e05bc20
Navigate in ugly dropdown with keybord
...
- iterate through options with n,p,j,k
- select with enter
- remove item with esc
- fixes dropdown bug when removing an item, where the menu opens
2020-09-21 23:52:50 +02:00
22d70b4997
Allow keyboard navigation in FixedDropdown
2020-09-21 23:27:09 +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
ed1d13e712
Hide folder menu entry if folder field is not active
2020-09-21 14:10:31 +02:00
9958d228bd
Remove hidden fields from list view
2020-09-21 14:08:13 +02:00
57ab050cf7
Remove hidden fields from item details
2020-09-21 13:58:52 +02:00
3a3be8cd1e
Remove unnecessary scrolling and fix background
2020-09-19 09:30:35 +02:00
0f345bb75f
Fix footer css on some pages
2020-09-19 09:10:30 +02:00
b5f3c64058
Only copy search term when selection changes
...
This is a fixup for #261
2020-09-18 16:04:57 +02:00
f78696b479
Fix manifest.json
...
For "add to your homescreen" on mobile devices.
2020-09-17 00:02:31 +02:00
aeedf58c2b
Move field contents when switching search mode in search bar
2020-09-16 22:30:24 +02:00
09785292e7
Visually indicate the last viewed item in the list
2020-09-15 23:33:28 +02:00
ad110b2a05
Replace js code with proper elm using elm-scroll package
2020-09-14 23:35:21 +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
913bfb611c
Remove unused viewmode
2020-09-14 21:57:14 +02:00