Commit Graph

490 Commits

Author SHA1 Message Date
johannes.vos 22e50adaa5 fix: import logo in SearchView and use :src binding 2026-05-15 18:22:47 +02:00
johannes.vos 8eab67b78f fix: import logo in SearchView and use :src binding 2026-05-15 18:22:47 +02:00
jakob.scheid 6e3ef7aae0 Merge branch 'main' into feature/use-logo 2026-05-15 18:08:52 +02:00
jakob.scheid 3ef2b5b089 Merge pull request 'Change icons to toggle color theme to something more simple' (#54) from ui/change-icons-nav into main
Reviewed-on: #54
Reviewed-by: Jakob Scheid
2026-05-15 18:06:57 +02:00
johannes.vos 551327b018 Change Icons of Toggle to more simpler 2026-05-15 17:47:15 +02:00
johannes.vos d7246b9aab change height of logo 2026-05-15 17:25:37 +02:00
johannes.vos 5eddee4d4d feat: replace text with logo image in Navbar 2026-05-15 17:24:50 +02:00
johannes.vos ae639dbe71 feat: replace h1 text with logo image in SearchView 2026-05-15 17:23:59 +02:00
johannes.vos 31dd40e1d7 add svg file 2026-05-15 17:22:54 +02:00
jakob.scheid 4bdfa0a872 Merge pull request 'add DarkMode with Button' (#51) from feature/dark-mode into main
Reviewed-on: #51
Reviewed-by: Jakob Scheid
2026-05-15 12:47:25 +02:00
johannes.vos 488186d795 fix: restore full-height flex layout after dark mode wrapper 2026-05-15 10:21:30 +02:00
johannes.vos 67adb17936 feat: persist dark mode preference in localStorage 2026-05-15 10:19:44 +02:00
johannes.vos 2af6c74696 style: add dark mode toggle button styles 2026-05-15 10:14:39 +02:00
johannes.vos 81cebb4636 feat: add dark mode toggle button to Navbar 2026-05-15 10:14:05 +02:00
johannes.vos d24e11b466 feat: inject isDark in Navbar 2026-05-15 10:13:36 +02:00
johannes.vos a0eaf36db3 add isDark state in App.vue 2026-05-15 10:12:23 +02:00
johannes.vos 0b609598f0 style: add dark mode CSS varivale 2026-05-15 10:09:56 +02:00
jakob.scheid fc23a6d185 Merge pull request 'Add NotFound.vue #48' (#50) from feature/not-found-page into main
Reviewed-on: #50
Reviewed-by: Jakob Scheid
2026-05-14 16:21:30 +02:00
johannes.vos cf7525b32a Add style for the content 2026-05-14 16:06:23 +02:00
johannes.vos 6175e3b0be Remove unnecessary Style 2026-05-14 16:05:13 +02:00
johannes.vos 22c3aafcc5 Remove header 2026-05-14 16:04:38 +02:00
johannes.vos 7b601416ad Make the error code more human-readable 2026-05-14 16:02:22 +02:00
johannes.vos 7098414db1 Remove <div class=search-content> 2026-05-14 15:59:27 +02:00
johannes.vos a45e208f9b Remove space 2026-05-14 15:58:08 +02:00
johannes.vos f152d39db8 fix: use camelCase for not-found route name 2026-05-14 15:55:58 +02:00
johannes.vos 08c3de5cb2 Add Link Style 2026-05-14 12:36:57 +02:00
johannes.vos 61e4f3d1f2 Rename class 'slogan' to 'error-message' 2026-05-14 12:27:15 +02:00
johannes.vos 6aca8a6087 Add RouterLink to Searchview.vue 2026-05-14 12:25:45 +02:00
johannes.vos fb5985dcb1 Remove unnecesary script 2026-05-14 12:24:02 +02:00
johannes.vos 78679fe03b Add script 2026-05-14 12:22:58 +02:00
johannes.vos 06f7037e11 chore: update package-lock.json 2026-05-14 12:22:08 +02:00
johannes.vos 9b04b00c11 merge: resolve conflict, add NotFound route 2026-05-14 12:21:48 +02:00
johannes.vos 2956c54496 Make .slogan bigger 2026-05-14 12:19:47 +02:00
johannes.vos ba6e8e652d Copy style from SearchView.vue 2026-05-14 12:17:12 +02:00
johannes.vos 237fcd33dc Remove unnecessary Form 2026-05-14 12:15:50 +02:00
johannes.vos d2302afdc4 Change Text in NotFound.vue 2026-05-14 12:15:10 +02:00
johannes.vos 6f93d42b02 Fix Router bug 2026-05-14 12:14:12 +02:00
johannes.vos 25958bf7bb Add Router 2026-05-14 12:12:36 +02:00
johannes.vos 8d93ba2638 Add template in NotFound.vue 2026-05-14 12:10:39 +02:00
johannes.vos 336a063d1e Add NotFound.vue 2026-05-14 12:08:55 +02:00
jakob.scheid cda4d58486 Merge pull request 'Add search form submit #32' (#45) from feature/search-form-submit into main
Reviewed-on: #45
Reviewed-by: Jakob Gregory
2026-05-14 11:29:18 +02:00
jakob.scheid e7986146a1 Merge branch 'main' into feature/search-form-submit 2026-05-14 11:28:42 +02:00
jakob.scheid d58845dad9 Merge pull request 'Use HTML minifier from vite-plugin-html #46' (#47) from chore/use-html-minifier into main
Reviewed-on: #47
Reviewed-by: Johannes D. Vos
2026-05-13 16:42:11 +02:00
jakob.scheid cd1ed0ab3f Include licenses for vite-plugin-html and its dependencies 2026-05-11 19:20:41 +02:00
jakob.scheid 40b68dd52d Use HTML minifier from vite-plugin-html 2026-05-11 19:18:19 +02:00
jakob.scheid c1f1099848 Use CSS variables 2026-05-11 18:41:25 +02:00
jakob.scheid 926c1fc463 Merge branch 'main' into feature/search-form-submit 2026-05-11 15:20:05 +02:00
jakob.scheid 3e605f60d0 Merge pull request 'Use CSS variables #33' (#44) from refactor/css-variables into main
Reviewed-on: #44
Reviewed-by: Jakob Gregory
2026-05-11 14:18:34 +02:00
jakob.scheid 49d4401d00 Add search results error message outline 2026-05-11 00:12:27 +02:00
jakob.scheid 587a97fa03 Add search results error message animation 2026-05-11 00:11:04 +02:00