Commit Graph

14 Commits

Author SHA1 Message Date
8e5c88fd32 Add copyright header to source files 2021-07-04 10:57:53 +02:00
b2cffb22ef Externalize error messages 2021-04-26 10:00:01 +02:00
7b1cbe6435 Use a placeholder string for all dropdowns 2021-04-11 20:37:16 +02:00
92ae22a68d Externalize more strings missed before 2021-04-10 16:02:34 +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
594818499e Externalize strings in manage-data page 2021-04-04 22:07:37 +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
29d80adace Ui updates: place result message below buttons 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
5bde78083a Hide delete button when creating new folder 2020-07-11 11:54:23 +02:00
2ab0b5e222 Rename space -> folder 2020-07-11 11:54:23 +02:00