Commit Graph

25 Commits

Author SHA1 Message Date
2c2b34cd89 Readonly dashboard 2022-01-26 21:22:51 +01:00
631450cb16 Add some static links to the dashboard 2022-01-26 21:21:19 +01:00
1eb1db730c Select list/tile view and store to ui settings
Issue: #526
2021-12-15 22:30:41 +01:00
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
f25d40b493 First simple item detail version for a share 2021-10-23 14:33:24 +02:00
c7d587bea4 Basic management of shares 2021-10-23 14:33:24 +02:00
9785db0683 Change license header of all files 2021-09-21 22:35:38 +02:00
8f23b68587 Add a qr code to the link of an item or attachment 2021-08-18 00:20:27 +02:00
21eb7dad94 Change headers of all elm files 2021-07-25 14:00:11 +02:00
8e5c88fd32 Add copyright header to source files 2021-07-04 10:57:53 +02:00
dd935454c9 First version of new ui based on tailwind
This drops fomantic-ui as css toolkit and introduces tailwindcss. With
tailwind there are no predefined components, but it's very easy to
create those. So customizing the look&feel is much simpler, most of
the time no additional css is needed.

This requires a complete rewrite of the markup + styles. Luckily all
logic can be kept as is. The now old ui is not removed, it is still
available by using a request header `Docspell-Ui` with a value of `1`
for the old ui and `2` for the new ui.

Another addition is "dev mode", where docspell serves assets with a
no-cache header, to disable browser caching. This makes developing a
lot easier.
2021-02-14 01:46:13 +01:00
346d23928d Allow to search in source names in webui 2020-11-30 14:26:10 +01:00
6d22bac720 Display custom field values on item card 2020-11-23 10:23:37 +01:00
bcdb2fc0fe Show custom field values in item detail header 2020-11-22 23:14:51 +01:00
ff30ed5558 Add custom fields to multi-edit form 2020-11-22 21:41:09 +01:00
e90f65f941 Manage custom fields in webui 2020-11-22 21:41:09 +01:00
46b784cc33 Simplify search bar and menu
The option "contents" has been removed from the search bar. This field
is not intended to be used alone, but rather in conjunction with other
fields. Otherwise it may be really slow on large databases.

The "name" option has been removed from the search menu. This doesn't
provide anything better over the "Names" field, that search more
fields, including item names.
2020-08-01 00:26:41 +02:00
2ab0b5e222 Rename space -> folder 2020-07-11 11:54:23 +02:00
0e8c9b1819 Initial outline for managing spaces 2020-07-11 01:30:28 +02:00
6e4aeb512d Reorganize search menu items 2020-06-13 16:19:35 +02:00
9658b2780b Prettify modal dialogs a bit 2020-06-12 00:17:26 +02:00
a3b482fa13 Fix some icons 2020-06-09 21:10:49 +02:00
a5ca3b0325 Add routes and upload form to item detail 2020-05-23 20:15:55 +02:00
f5c23ceb3d Change edit-notes icon 2020-05-17 22:41:25 +02:00
72a88f21cb Use cards for viewing items 2020-05-17 21:42:16 +02:00