eikek
9e404ca4e9
Change icon for select/deselect
2022-03-01 23:15:59 +01:00
eikek
78448991ca
Use iframe for cross-browser pdf view (pdfjs)
...
Since some browsers (safari and some mobile ones) don't update their
ui when the src attribute of an embed element changes, an iframe is
used now. But only for the "cross browser" variant.
Fixes : #1210
2022-02-28 11:20:17 +01:00
eikek
834ce7773c
Select item in detail view
2022-02-27 22:56:53 +01:00
eikek
63e0258db7
Store item selection globally
2022-02-27 22:56:53 +01:00
eikek
96bcb11e7d
Fix input field updates
...
Issue: #1340 , #1299
2022-02-27 00:55:06 +01:00
eikek
dcd8267d6e
Improve detail view on small screens
2022-02-25 22:47:49 +01:00
eikek
cab2fc7997
Provide more vertical space beneath direction dropdown
...
When openening the dropdown, it requires to scroll to see the options
which is inconvenient.
Fixes : #1400
2022-02-24 21:51:14 +01:00
eikek
74db2d39a7
Remove unused settings
2022-01-29 17:36:18 +01:00
eikek
2c2b34cd89
Readonly dashboard
2022-01-26 21:22:51 +01:00
eikek
cb3005211b
Permalink for bookmark searches
2022-01-26 21:21:36 +01:00
eikek
631450cb16
Add some static links to the dashboard
2022-01-26 21:21:19 +01:00
eikek
c38ab3ef82
Rename HomePage to SearchPage
2022-01-26 21:20:34 +01:00
eikek
7b4300ee2f
Add quick-select for tag categories above dropdown
...
Closes : #960
2022-01-15 18:52:46 +01:00
eikek
ab2b18e192
Extract tag dropdown into a separate component
2022-01-15 13:26:32 +01:00
eikek
f914aa723e
Move lesser used menubar items into a menu
2022-01-08 12:38:14 +01:00
eikek
f5e375614f
Fix tailwind setup
...
- Adopted postcss and tailwind config to new version
- renamed colors bluegray->slate etc to not have custom
definitions (hope to reduce migration next time)
- tailwind now doesn't build the complete css anymore, so the
`dev-ui-build` script must compile both
2021-12-20 23:40:32 +01:00
eikek
1eb1db730c
Select list/tile view and store to ui settings
...
Issue: #526
2021-12-15 22:30:41 +01:00
eikek
4ffc8d1f14
Add support for more generic notification
...
This is a start to have different kinds of notifications. It is
possible to be notified via e-mail, matrix or gotify. It also extends
the current "periodic query" for due items by allowing notification
over different channels. A "generic periodic query" variant is added
as well.
2021-12-11 18:57:32 +01:00
eikek
40aa2d4102
Use powersearch input element in share form
2021-10-23 14:33:24 +02:00
eikek
7cbdf919f4
Show item detail for a shared item
2021-10-23 14:33:24 +02:00
eikek
f216c472ee
Detect how to display pdf files
...
Closes : #1099
2021-10-23 14:33:24 +02:00
eikek
9785db0683
Change license header of all files
2021-09-21 22:35:38 +02:00
eikek
cf88f5c2de
Allow to specify ordering when retrieving meta data
...
The query now searches in more fields. For example, when getting a
list of tags, the query is applied to the tag name *and* category.
When listing persons, the query now also looks in the associated
organization name.
This has been used to make some headers in the meta data tables
clickable to sort the list accordingly.
Refs: #965 , #538
2021-08-27 23:04:54 +02:00
eikek
8f23b68587
Add a qr code to the link of an item or attachment
2021-08-18 00:20:27 +02:00
eikek
f1445e797b
Highlight search menu tabs that contain data
...
Refs: #966
2021-08-16 22:13:53 +02:00
eikek
828e5cf703
Allow to restore deleted items in webui
2021-08-14 16:50:17 +02:00
eikek
eede20b014
Display deleted items in the webui
...
The card renders a trash can in the top right corner and the detail
page shows a label and also this trash can.
2021-08-14 16:06:55 +02:00
eikek
fcef52856a
Allow tag ids or tag names when replacing tags
2021-07-25 21:26:22 +02:00
eikek
782ca0fa4f
Remove a deleted item from search results
...
When an item is deleted in detail view, the results must be updated to
reflect the new state. The results are now changed by removing the
corresponding item.
Fixes : #920
2021-07-25 17:35:01 +02:00
eikek
21eb7dad94
Change headers of all elm files
2021-07-25 14:00:11 +02:00
eikek
8e5c88fd32
Add copyright header to source files
2021-07-04 10:57:53 +02:00
eikek
206e7842ca
Improve label for suggestions when there are none
2021-06-07 10:11:41 +02:00
eikek
6d8bd530cb
Fix translation for direction
2021-06-07 10:11:41 +02:00
eikek
de90b81863
Add German translation for Detail page
2021-06-07 10:11:36 +02:00
eikek
78938c9980
Add German translation for home page
2021-06-06 13:59:50 +02:00
Eike Kettner
e3053549b3
Extract strings in item detail modals
2021-04-26 22:02:45 +02:00
Eike Kettner
b2cffb22ef
Externalize error messages
2021-04-26 10:00:01 +02:00
Stefan Scheidewig
5faf0e5a0e
Made viewMode pattern matches exhaustive
2021-04-18 22:31:17 +02:00
Stefan Scheidewig
dd743cf273
Reformatted changed source files with elm-format
2021-04-18 22:27:50 +02:00
Stefan Scheidewig
decae84aec
Using SelectViewModel, bulk deletion of item attachments
2021-04-18 18:38:38 +02:00
Stefan Scheidewig
1db5eaf5ee
Attachments selectable
2021-04-17 16:43:24 +02:00
Stefan Scheidewig
a9c02e9e88
Prepared multiselect view mode for attachment list
2021-04-17 13:04:30 +02:00
Eike Kettner
5737eba82d
Prepare translating dates
2021-04-12 10:53:34 +02:00
Eike Kettner
7b1cbe6435
Use a placeholder string for all dropdowns
2021-04-11 20:37:16 +02:00
Eike Kettner
c07fd1e61d
Make long filenames break within the container
2021-04-10 23:26:28 +02:00
Eike Kettner
92ae22a68d
Externalize more strings missed before
2021-04-10 16:02:34 +02:00
Eike Kettner
7c43fa0874
Reorganize messages to reflect page structure
2021-04-10 00:30:42 +02:00
Eike Kettner
fa2c5750dd
Externalize strings in other of components
2021-04-09 23:10:00 +02:00
Eike Kettner
2f678aca17
Externalize strings in detail page
2021-04-09 22:40:03 +02:00
Eike Kettner
1762e7afac
Externalize strings for home page
2021-04-05 21:31:45 +02:00