Commit Graph

2983 Commits

Author SHA1 Message Date
5c6f57cc6a Trim values of some input data
Some values don't make sense when padded with whitespace, like
organization name, source ids etc. These are trimmed now when
received.
2021-02-18 22:07:32 +01:00
70fa57587b Fix setting ui theme for anonymous 2021-02-18 22:02:56 +01:00
b110b9f572 Merge pull request #649 from scala-steward/update/postgresql-42.2.19
Update postgresql to 42.2.19
2021-02-18 20:30:34 +00:00
1a77bb7857 Merge pull request #648 from scala-steward/update/fs2-core-2.5.2
Update fs2-core, fs2-io to 2.5.2
2021-02-18 20:30:31 +00:00
fe748f662b Update postgresql to 42.2.19 2021-02-18 20:47:22 +01:00
c3d039517d Update fs2-core, fs2-io to 2.5.2 2021-02-18 20:47:13 +01:00
3c0abcadb9 Merge pull request #646 from eikek/cleanup-nodes
Cleanup nodes
2021-02-18 00:16:00 +00:00
0e9d8f8794 Fix hover when folder is a drop-target 2021-02-18 00:43:15 +01:00
d7bc963450 Cleanup nodes that are not reachable anymore 2021-02-18 00:37:18 +01:00
b16166f1e9 Merge pull request #645 from eikek/equipment-description
Equipment description
2021-02-17 22:17:03 +00:00
5181283b1b Add a short-name to organizations 2021-02-17 22:55:35 +01:00
66922263ac Merge pull request #644 from eikek/show-item-position
Show item position in detail view
2021-02-17 21:43:56 +00:00
20ccdda609 Add a notes field to equipments 2021-02-17 22:39:07 +01: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
044a1e032c Merge pull request #642 from scala-steward/update/emil-common-0.7.2
Update emil-common, emil-doobie, ... to 0.7.2
2021-02-17 01:51:21 +00:00
d2105229e9 Update emil-common, emil-doobie, ... to 0.7.2 2021-02-17 02:32:57 +01:00
57224e03b1 Merge pull request #641 from eikek/ui-updates
UI updates
2021-02-16 23:36:12 +00:00
e177336155 Better align tags in multi-select field 2021-02-17 00:14:06 +01:00
4ef1996137 Fix extracted content border 2021-02-17 00:14:06 +01:00
33cfd6df6f Hide Load-more button when there is no more 2021-02-17 00:14:06 +01:00
29d80adace Ui updates: place result message below buttons 2021-02-17 00:14:06 +01:00
539a93151d Merge pull request #640 from eikek/extend-person-use
Allow person to be correspondent, concerning or both
2021-02-16 22:32:14 +00:00
48eee00c0b Allow person to be correspondent, concerning or both 2021-02-16 22:49:55 +01:00
567bfb3e69 Merge pull request #639 from eikek/person-suggestion-fix
Person suggestion fix
2021-02-15 23:43:10 +00:00
d99ce76d89 Remove person suggestion if it doesn't match with organization 2021-02-16 00:29:54 +01:00
eb308cfa85 Remove duplicate candidates when creating list of suggestions 2021-02-15 23:56:09 +01:00
70283c34b9 Merge pull request #638 from scala-steward/update/sbt-pgp-2.1.2
Update sbt-pgp to 2.1.2
2021-02-15 11:49:05 +00:00
65d3bc8815 Update sbt-pgp to 2.1.2 2021-02-15 12:29:23 +01:00
1575de61c8 Merge pull request #637 from eikek/ui-cleanup
UI cleanup
2021-02-14 23:52:03 +00:00
64bacb665a Show queue counts in side menu 2021-02-15 00:27:55 +01:00
07edaaaf5e Try fix attachment selection for firefox
It works great in chromium, in firefox the border is a bit off.
2021-02-15 00:11:37 +01:00
9c90d7c4c2 Fix min height of tag area in detail
This avoids "nervous/noisy" ui flickering when changing between items
where one has no tags/fields to show.
2021-02-15 00:10:38 +01:00
a10971607e Always show custom field dropdown in detail mode
Even if there are no custom fields define, the control is shown now.
The user can create a new one in this view.
2021-02-14 23:34:18 +01:00
dec6148df6 Hide field stats component if there is nothing to show 2021-02-14 23:29:05 +01:00
31cb8284a5 Fix formatting icon in top nav bar 2021-02-14 23:22:37 +01:00
1dcc3941ed Fix overflowing content in item cards
When displaying long lines this leads to horizontal scrolling the
complete item list.
2021-02-14 23:18:18 +01:00
55eb001aa8 Make menus sticky when scrolling content 2021-02-14 16:01:45 +01:00
f29353adb3 Use different worker cache name per ui
Avoid to have users clear their browser caches
2021-02-14 11:29:36 +01:00
42053cacca Add npm to docker build image
npm is now required to build docspell's new ui.
2021-02-14 10:33:59 +01:00
063a8cfc72 Merge pull request #634 from eikek/new-webui
New webui
2021-02-14 01:39:03 +00:00
5461321e59 Remove unused styles and prevent postcss from purging relevant ones 2021-02-14 02:20:01 +01:00
f6e5bda2d8 Change default ui to be the new ui
The old ui is still available, using a header: `Docspell-Ui: 1`. Using
a browser addon a "ui switch" can be easily achieved.
2021-02-14 01:46:13 +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
2b735ba532 Merge pull request #632 from scala-steward/update/http4s-blaze-client-0.21.19
Update http4s-blaze-client, ... to 0.21.19
2021-02-13 23:41:46 +00:00
3ab1a5e022 Update http4s-blaze-client, ... to 0.21.19 2021-02-14 00:25:25 +01:00
044392c755 Merge pull request #631 from scala-steward/update/swagger-ui-3.43.0
Update swagger-ui to 3.43.0
2021-02-12 00:24:27 +00:00
b81049c301 Update swagger-ui to 3.43.0 2021-02-12 00:16:10 +01:00
be140c2238 Merge pull request #629 from scala-steward/update/flyway-core-7.5.3
Update flyway-core to 7.5.3
2021-02-10 13:36:20 +00:00
2e721f0e00 Update flyway-core to 7.5.3 2021-02-10 14:17:55 +01:00