Harvey Tindall
85a6d66228
html: fix headers
...
go's html/template was thinking header.html and other template snippets
were full documents, so inserting their own <html> and other tags,
breaking the head up. Renaming to txt seems to fix things.
2025-12-10 20:31:45 +00:00
Harvey Tindall
99c6559a54
ui: set RTL on some languages
...
checking with a list I found online. need to set some things as forced
ltr, such as settings. For #450 .
2025-12-07 20:38:43 +00:00
Harvey Tindall
b5e348ad2b
ui: correct html lang tag
...
set according to the language picked.
2025-12-07 19:31:52 +00:00
Harvey Tindall
c52ba2162e
config: start adding path parameters
...
to change the urls of the admin page, the my account page and of
invites. Seems to work, but need to check all the code over and test.
2025-05-13 21:10:40 +01:00
Harvey Tindall
284312713c
web: css adjustments
...
tailwind classes define what "page-container" previously did, with some
changes. Logout button moved to top of screen.
2024-08-05 21:18:32 +01:00
Harvey Tindall
ebacfd43be
form: fix captcha, matrix, telegram
...
new issue though: discord/telegram/matrix aren't linked when email
confirmation is used!
2023-06-21 20:00:48 +01:00
Harvey Tindall
77c05a4d4f
prefix css with version to avoid cache conflict
2022-01-08 16:42:36 +00:00
Harvey Tindall
26d9864051
fix layout on remaining html
2022-01-01 02:58:26 +00:00
Harvey Tindall
e73ecb7a52
fix some padding issues
2021-12-31 00:22:28 +00:00
Harvey Tindall
18ae03554f
tailwind: upgrade a17t, somewhat functional dark mode
...
instead of adding dark: variants to each element, a preprocessor script
adds them. still needs to be implemented to typescript.
2021-12-30 00:49:43 +00:00
Harvey Tindall
ee026714d4
Add optional email confirmation
...
If enabled, a confirmation email will be sent before the user can create
their account.
2021-01-30 19:19:12 +00:00