Commit Graph

18 Commits

Author SHA1 Message Date
9785db0683 Change license header of all files 2021-09-21 22:35:38 +02:00
cf10f63af4 Improve main view in home page 2021-08-16 17:00:57 +02:00
8099b78b0e Merge items in webui 2021-08-16 12:55:25 +02:00
22d331f082 Integrate item merge dialog into home page 2021-08-16 12:32:54 +02:00
bc6924fd5d Show delete/restore buttons conditionally
When only trashed items are selected, the "delete" button doesn't make
sense and vice versa.
2021-08-15 12:41:10 +02:00
828e5cf703 Allow to restore deleted items in webui 2021-08-14 16:50:17 +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
481d31ee74 Hide content search field when fulltext is not enabled 2021-06-07 21:30:41 +02:00
78938c9980 Add German translation for home page 2021-06-06 13:59:50 +02:00
7c43fa0874 Reorganize messages to reflect page structure 2021-04-10 00:30:42 +02:00
1762e7afac Externalize strings for home page 2021-04-05 21:31:45 +02:00
63331b6399 Remove unused code 2021-03-27 22:13:13 +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
b4b5acde13 Enable power search for power users via ui settings
A different search bar is presented if enabled in ui settings that
allows to search via the new query language.
2021-03-01 22:45:17 +01:00
33cfd6df6f Hide Load-more button when there is no more 2021-02-17 00:14:06 +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