docspell/project
Eike Kettner 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
..
build.nix Update build for new website 2020-07-30 20:33:26 +02:00
build.properties Update sbt to 1.4.7 2021-01-31 06:45:12 +01:00
Cmd.scala Website tweaks 2020-07-31 22:40:06 +02:00
Dependencies.scala Update http4s-blaze-client, ... to 0.21.18 2021-02-03 16:36:34 +01:00
dev-ui-build.sh First version of new ui based on tailwind 2021-02-14 01:46:13 +01:00
ElmCompileMode.scala Add scalafmt.conf and elm compile options 2019-12-29 20:52:43 +01:00
NerModelsPlugin.scala Add french language and upgrade stanford-nlp to 4.0.0 2020-08-23 17:48:42 +02:00
plugins.sbt Update sbt-scalafix to 0.9.25 2021-01-15 20:23:51 +01:00
StylesPlugin.scala Setup tailwind with docspell build 2021-02-03 21:35:15 +01:00
ZolaPlugin.scala Add search to docs 2020-09-30 00:21:21 +02:00