jakob.scheid and Gitea
aecce32842
style: format code using Prettier
2026-08-09 13:09:39 +02:00
jakob.scheid and Gitea
995e77b69a
style: remove unnecessary function whitespace
...
Remove the unnecessary whitespace between the function name or the
'function' keyword and the opening parenthesis.
2026-08-09 13:09:39 +02:00
jakob.scheid and Gitea
7ae4fb9a3f
style: ensure newlines at the end of each file
2026-08-09 13:09:39 +02:00
jakob.scheid
3dd9eded41
feature(settings)!: make settings configuration a JavaScript module
...
The settings configuration is now a JavaScript module because dynamic
configuration is only possible in this way and dynamic settings
configuration is needed for the language as a setting.
2026-08-06 23:52:29 +02:00
jakob.scheid
f9a53a8911
feat(settings)!: make settings module import static
...
Migrated the settings to a static settings configuration import.
2026-08-06 19:38:52 +02:00
jakob.scheid
fb0d80d7f6
test(settings): add tests for settings view
...
Added tests for the settings view (SettingsView.vue):
- heading translation
- sidebar top-level sections
- correct main element
2026-07-28 20:10:23 +02:00