8f1380fcf5
Externalize strings in UiSettings page
2021-04-04 22:07:37 +02:00
e76d574ea3
Externalize strings for document language
2021-04-02 23:30:51 +02:00
dac95e81e6
Remove unused code for search dropdown
2021-04-02 23:16:38 +02:00
9a23ba9afb
Refactor FixedDropdown
2021-04-02 23:11:54 +02:00
8d15d97857
Refactor Dropdown
2021-04-02 22:20:55 +02:00
b9c98c6578
Externalize strings in queue page
2021-04-02 11:28:21 +02:00
968c8e02b7
Externalize strings in upload page
2021-04-02 11:28:21 +02:00
12cad398ac
Externalize strings in new-invite page
2021-04-02 11:28:21 +02:00
db6198673b
Externalize strings in register page
2021-04-02 11:28:21 +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
63331b6399
Remove unused code
2021-03-27 22:13:13 +01:00
ff0b70abfe
Fix scrollbar position
2021-03-27 22:13:13 +01:00
76f5ab6c68
Allow to reprocess single and multiple items in the ui
2021-03-12 00:16:19 +01:00
a4a84abae5
Show errors from failed register request
...
Also include a `@` in the valid chars for "idents". This allows to use
an e-mail address as username.
2021-03-10 22:14:55 +01:00
b95338e744
Remove old ui code in frontend
2021-03-09 20:40:49 +01:00
c6032ff279
Check query in client
2021-03-08 00:46:31 +01:00
b4b5acde13
Enable power search for power users via ui settings
...
A different search bar is presented if enabled in ui settings that
allows to search via the new query language.
2021-03-01 22:45:17 +01:00
889e4f4fb0
SearchMenu uses query string instead of json form
2021-03-01 20:56:23 +01:00
017241bccb
Fix typo
2021-02-22 15:09:10 +00:00
e07d732193
Show item position in detail view
2021-02-17 22:18:22 +01:00
a79fa6f74a
Add version info back to frontend
2021-02-17 21:54:53 +01:00
33cfd6df6f
Hide Load-more button when there is no more
2021-02-17 00:14:06 +01:00
64bacb665a
Show queue counts in side menu
2021-02-15 00:27:55 +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
38ae7a9027
Make source a quick link on card and detail
2021-01-11 21:37:36 +01:00
cbca4d234f
Fix scrolling to card
...
That was broken due to the independent scroll in commit #bcb1b8.
2021-01-09 02:00:01 +01:00
0abd7dea10
Fix scrolling to top in detail view
2021-01-09 01:16:59 +01:00
9bc2084499
Allow to click on custom fields in detail view
...
Closes : #514
2021-01-09 01:16:59 +01:00
48d182667d
Harmonize login and register page
2021-01-09 01:16:59 +01:00
752c8f9be2
Show new-invite as normal page
2021-01-09 01:16:59 +01:00
2b8ef3c2f7
Allow to hide search stats in user settings
2021-01-02 10:20:18 +01:00
ae57881f2d
Sort custom fields in views
2021-01-02 10:09:05 +01:00
70983f115c
Fix custom field summary table for mobile view
2021-01-02 09:55:12 +01:00
69f57d1eb1
Replace empty hrefs with a href #
2020-12-17 21:15:33 +01:00
6346bf6a34
Add summary for fulltext searches
2020-12-17 00:11:33 +01:00
8d7b3c7d74
Show custom field summary above results
2020-12-16 22:06:34 +01:00
a995ea8729
Update tag counts in search menu
2020-12-16 00:56:12 +01:00
f55566388a
Fix endless reload of login page
2020-12-06 00:58:15 +01:00
2aed7ba142
Simplify search bar and search menu
...
The functionality of the search bar is now in the search menu, too.
The search menu shows one input field for "textual search", which is
either the fulltext search (if enabled) or a basic search in various
names.
2020-12-05 22:38:27 +01:00
c10c1fad72
Prepare remember-me authentication variant
2020-12-04 17:59:25 +01:00
346d23928d
Allow to search in source names in webui
2020-11-30 14:26:10 +01:00
d62c4a5a72
Fix updating search view
...
For example, when content-search was activated the view was not
correctly updated after deleting or drag-and-drop.
2020-11-28 00:51:16 +01:00
32c9113bd4
Remove unused code
2020-11-28 00:00:10 +01:00
7cc290135a
Show currently logged in user
...
Closes : #329
2020-11-26 23:53:55 +01:00
c1c92f0932
Add language to upload page
2020-11-23 21:12:45 +01:00
7026852123
Indicate saving custom field values
2020-11-23 00:16:50 +01:00
e90f65f941
Manage custom fields in webui
2020-11-22 21:41:09 +01:00
b98edba9e5
Click on tag in item detail to switch to search
2020-11-14 13:16:35 +01:00
fe8c122968
Switch to search by clicking on correspondent/concerned in detail
2020-11-14 12:57:38 +01:00