Commit Graph

19 Commits

Author SHA1 Message Date
9785db0683 Change license header of all files 2021-09-21 22:35:38 +02:00
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
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
a39dfbf82a Refactor caleventinput field 2021-04-26 20:06:30 +02:00
7b1cbe6435 Use a placeholder string for all dropdowns 2021-04-11 20:37:16 +02:00
7c43fa0874 Reorganize messages to reflect page structure 2021-04-10 00:30:42 +02:00
fa2c5750dd Externalize strings in other of components 2021-04-09 23:10:00 +02:00
9a23ba9afb Refactor FixedDropdown 2021-04-02 23:11:54 +02:00
8d15d97857 Refactor Dropdown 2021-04-02 22:20:55 +02:00
ec237a2eaa Externalized strings 2021-04-02 11:28:21 +02:00
9fcab84267 Add icon to fixed dropdown 2021-04-02 11:28:21 +02:00
b95338e744 Remove old ui code in frontend 2021-03-09 20:40:49 +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
5d366c3bd6 Make labels in classifier settings more clear 2021-01-20 01:05:59 +01:00
a6f29153c4 Control what tag categories to use for auto-tagging 2021-01-19 01:20:13 +01:00
249f9e6e2a Extend guessing tags to all tag categories 2021-01-18 21:51:45 +01:00
8677eca6d4 Fix setting default in dropdown 2020-09-02 18:28:14 +02:00
8c4f2e702b Add classifier settings 2020-09-02 18:28:14 +02:00