Commit Graph

27 Commits

Author SHA1 Message Date
834ce7773c Select item in detail view 2022-02-27 22:56:53 +01:00
2c2b34cd89 Readonly dashboard 2022-01-26 21:22:51 +01:00
04b258689f Check for existing bookmarks 2022-01-08 22:42:48 +01:00
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
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
62d02d75b4 Show a message when a new document arrived 2021-11-07 17:14:02 +01:00
7cbdf919f4 Show item detail for a shared item 2021-10-23 14:33:24 +02:00
f25d40b493 First simple item detail version for a share 2021-10-23 14:33:24 +02:00
aa21e7a74c Create shares from search and select view 2021-10-23 14:33:24 +02:00
d8b272a407 Fix styles for secondary button and dimmer 2021-09-23 17:37:05 +02:00
9785db0683 Change license header of all files 2021-09-21 22:35:38 +02:00
a94aeff75c Add ui for showing data to be deleted for a user 2021-09-08 20:57:10 +02:00
8f23b68587 Add a qr code to the link of an item or attachment 2021-08-18 00:20:27 +02:00
cf10f63af4 Improve main view in home page 2021-08-16 17:00:57 +02:00
22d331f082 Integrate item merge dialog into home page 2021-08-16 12:32:54 +02:00
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
09b224b07a Left align item separator and make it more prominent
Refs: #950
2021-07-27 18:10:46 +02:00
21eb7dad94 Change headers of all elm files 2021-07-25 14:00:11 +02:00
42b37df6a1 Fix header formatting 2021-07-25 13:57:05 +02:00
a6c0af93e8 Use more space in sidebar
Reduce left and right padding
2021-07-25 13:42:57 +02:00
8e5c88fd32 Add copyright header to source files 2021-07-04 10:57:53 +02:00
ff0b70abfe Fix scrollbar position 2021-03-27 22:13:13 +01:00
eb56c605cb Add scrollbars 2021-03-13 14:11:37 +01:00
76f5ab6c68 Allow to reprocess single and multiple items in the ui 2021-03-12 00:16:19 +01:00
c6032ff279 Check query in client 2021-03-08 00:46:31 +01: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