Commit Graph

14 Commits

Author SHA1 Message Date
8e5c88fd32 Add copyright header to source files 2021-07-04 10:57:53 +02:00
b3c3c783dc Externalize more strings 2021-04-26 10:00:01 +02:00
fa2c5750dd Externalize strings in other of components 2021-04-09 23:10:00 +02:00
b95338e744 Remove old ui code in frontend 2021-03-09 20:40:49 +01:00
0e9d8f8794 Fix hover when folder is a drop-target 2021-02-18 00:43:15 +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
b66738b4c3 Add folder count to search menu 2020-12-16 19:20:30 +01:00
faf97222ea Make resetting search form more efficient
Instead of reloading the whole menu, only empty the fields.
2020-11-14 01:45:10 +01:00
5810eac899 Fix remembering selection when going to detail view 2020-08-08 17:24:27 +02:00
d6d16e39bd Drag-drop items into folders in list view 2020-08-08 14:03:36 +02:00
9c50a85363 Prepare drag-drop for items into folders 2020-08-08 13:20:29 +02:00
f0a5f84c8b Define how many tags to see in ui settings 2020-08-08 11:16:45 +02:00
7c8c2f856f Include tag categories into the new tag selection field 2020-08-08 10:20:43 +02:00
873d9fafc3 Add better folder field to search menu and re-order fields 2020-08-08 00:06:21 +02:00