11 Commits
Author SHA1 Message Date
jakob.scheidandGitea cfcc36b912 test(legal): add test for the legal notice view
Added tests for the legal notice view (LegalNoticeView.vue).
2026-08-05 20:47:02 +02:00
jakob.scheidandGitea b2a1662534 test(legal): add tests for getLegalNotice 2026-08-05 20:47:02 +02:00
jakob.scheidandGitea 46ba0577a9 feat(legal): add legal notice loading indicator 2026-08-05 20:47:02 +02:00
jakob.scheidandGitea 05e17d949b feat(legal): add legal notice error handling
The legal notice view now shows an error box if the legal notice could
not be loaded.
2026-08-05 20:47:02 +02:00
jakob.scheidandGitea 21704a439b fix(style): set link color to --dark variable
This change was necessary due to the dynamically loaded legal notice.
Links would have the default color without this fix.
2026-08-05 20:47:02 +02:00
jakob.scheidandGitea 39c22058cf feat(legal): load and display legal notice 2026-08-05 20:47:02 +02:00
jakob.scheidandGitea 7ce1e8e266 feat(legal): add legal notice link in the footer
Added a link to the legal notice in the footer and revised the layout of
the last footer segment: The segment is now a grid container and the
legal links (currently only the legal notice link) are displayed at the
end. The copyright notice remains centered. On small screens, the legal
links are displayed centered below the copyright notice.
2026-08-05 20:47:02 +02:00
jakob.scheidandGitea 0aece17906 feat(legal): add route for the legal notice 2026-08-05 20:47:02 +02:00
jakob.scheidandGitea d1e95582a8 Merge pull request 'Fix(sidebar): hide sidebar border on small screens' (#173) from fix/sidebar-border-on-small-screens into main
Deploy on dev / Deploy on dev (push) Successful in 40s
Reviewed-on: #173
Reviewed-by: Jakob Gregory
2026-08-05 20:44:38 +02:00
jakob.scheid e5f27041d2 fix(sidebar): hide border on small screens 2026-08-05 19:33:34 +02:00
jakob.scheidandGitea baa924a2b2 Merge pull request 'Feat(fonts): Add font' (#162) from feature/fonts into main
Deploy on dev / Deploy on dev (push) Successful in 34s
Reviewed-on: #162
Reviewed-by: Jakob Gregory
2026-08-04 19:41:49 +02:00
@@ -61,6 +61,10 @@ const toggleSidebar = function toggleSidebar () {
}
@media (max-width: 48rem) {
.sidebar {
border: none;
}
.sidebar:not(.expanded) .sidebar-expand-button {
display: none;
}