jakob.scheid
3e30e85354
feat: update the page title using a watcher
...
Added a watcher (watchEffect) to App.vue to update the page title
always when a dependency changes. The afterEach hook was removed from
the router.
2026-07-28 19:50:19 +02:00
jakob.scheid
2206b9952b
feat(color-scheme): set color scheme on body
...
The color scheme is now set on the document body. The reactivity is
ensured by a watcher on the color scheme ref. The color CSS variables
are now set on the body.
2026-07-28 19:46:18 +02:00
jakob.scheid and Gitea
3bcd71d60c
chore(licenses): update third-party licenses
...
Updated the third-party licenses using the new license files script.
2026-07-28 19:36:43 +02:00
jakob.scheid and Gitea
cc7a562887
docs(readme): add reference to the license script
2026-07-28 19:36:43 +02:00
jakob.scheid and Gitea
3f40e2142c
chore(licenses): add script to generate the license files
...
Added a script to generate the license files for the development
dependencies and the production dependencies.
2026-07-28 19:36:43 +02:00
jakob.scheid
f1430622dd
refactor: merge two rules for #app-wrapper
...
Merged the two CSS rules for #app-wrapper into one rule.
2026-07-28 18:51:38 +02:00