Commit Graph

20 Commits

Author SHA1 Message Date
9009ebcb39 Prefill share mail form
To have access to the translated content, the messages must be given
to the update function. There is no way to set the values in the view.
2021-10-23 14:33:24 +02:00
16ccddab9f Add mail form when creating shares 2021-10-23 14:33:24 +02:00
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
b2cffb22ef Externalize error messages 2021-04-26 10:00:01 +02:00
7c43fa0874 Reorganize messages to reflect page structure 2021-04-10 00:30:42 +02:00
2f678aca17 Externalize strings in detail page 2021-04-09 22:40:03 +02:00
9c1beb2240 Externalize strings in usersettings page 2021-04-04 22:07:37 +02:00
8d15d97857 Refactor Dropdown 2021-04-02 22:20:55 +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
7052bc6b8e Add cc and bcc to item mail 2020-11-28 01:36:59 +01:00
e66c501056 Extend dropdown to display additional option info
Use this to display folder information when setting the folder on an
item.
2020-07-11 17:56:08 +02:00
1dd84c11bd Apply tag colors from settings 2020-06-08 00:54:47 +02:00
c504a3df42 Fix elm-analyse issues 2020-01-29 20:56:14 +01:00
8058bdd398 Fix textarea issue 2020-01-12 10:58:48 +01:00
d535130c9e Provide email proposals from address book 2020-01-12 01:04:42 +01:00
7a3289c41d Prepare sending mail 2020-01-08 22:44:34 +01:00
51ce48997c Start with send-mail widget 2020-01-08 20:51:57 +01:00