Commit Graph

12 Commits

Author SHA1 Message Date
9785db0683 Change license header of all files 2021-09-21 22:35:38 +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
7b1cbe6435 Use a placeholder string for all dropdowns 2021-04-11 20:37:16 +02:00
9a23ba9afb Refactor FixedDropdown 2021-04-02 23:11:54 +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
22d70b4997 Allow keyboard navigation in FixedDropdown 2020-09-21 23:27:09 +02:00
af4522c0a7 Prepare ui to handle content search 2020-06-21 22:33:10 +02:00
f4e37b512f Add input field to provide colors for tag categories 2020-06-07 21:42:11 +02:00
5f32eadaba Fix dropdown in source create view 2020-02-23 23:01:48 +01:00