Commit Graph

109 Commits

Author SHA1 Message Date
ArneBo 48c9ffd2f8 fix(front): use new modal composable 2025-02-12 11:14:13 +01:00
ArneBo 8dde1f7906 fix(front): center icon on empty cards 2025-02-05 00:14:08 +01:00
ArneBo 3a0d2b6ad7 refactor(front): populate tags dropdown with existing tags on search pages and let the user type custom ones 2025-01-31 17:13:29 +01:00
ArneBo 988f735a97 fix(front): clean up and fix errors 2025-01-30 01:12:32 +01:00
ArneBo 08ef2e0137 refactor(front): labels for select input fields 2025-01-29 23:15:36 +01:00
ArneBo 44b26a3cac refactor(front): use header component on all toplevel pages 2025-01-29 17:30:57 +01:00
ArneBo f121f7c2e8 [WIP] fix(front): make pagination work 2025-01-23 13:01:07 +01:00
ArneBo f83c6be540 [WIP] fix(front): make pagination work 2025-01-23 12:56:44 +01:00
ArneBo fdfda9ca3e fix(front): h1 in page headers 2025-01-23 01:18:52 +01:00
ArneBo ebc92bf0a9 chore(front): new layout for artist detail 2025-01-22 13:31:53 +01:00
ArneBo bd4093e6bc fix(front): small fixes 2025-01-15 16:28:04 +01:00
ArneBo 4e5ecab82e fix(front) remove unused imports 2025-01-10 12:27:28 +01:00
upsiflu 7e19fd23f0 refactor(ui): move all Ui components into the same directory level 2025-01-10 00:46:57 +01:00
ArneBo 13af438026 chore(front): remove deprecated dropdowns 2025-01-08 21:37:53 +01:00
ArneBo 4681e23a1e fix(ui): Modal toggles 2025-01-08 21:37:53 +01:00
ArneBo 42805171fe fix(style) [WIP] Library search pages 2025-01-08 21:37:53 +01:00
upsiflu 6c1d1c5785 feat(ui): default height of 48px for all inputs 2025-01-08 21:34:40 +01:00
upsiflu 8b25ed8fc1 fix(regression): App background color 2025-01-08 21:34:40 +01:00
upsiflu 2c078236d7 feat(docs): document layout section component 2025-01-08 21:34:40 +01:00
ArneBo 4428873583 fix(style): [WIP] pagination in artist page 2025-01-08 21:34:40 +01:00
ArneBo b552ca180f fix(style): [WIP] pagination in artist page 2025-01-08 21:34:40 +01:00
ArneBo 334c645d70 fix(style): [WIP] Artist page input select styles 2025-01-08 21:34:39 +01:00
ArneBo 742621d149 fix(style): [WIP] pagination in artist page 2025-01-08 21:34:39 +01:00
ArneBo 2818c3eff3 feat(ui): [WIP] Artist page 2025-01-08 21:34:39 +01:00
ArneBo a588726a54 feat(front): artist page search bar 2025-01-08 21:34:38 +01:00
ArneBo c638ef31a2 feat(ui): WIP Artist Page 2025-01-08 21:34:38 +01:00
ArneBo 5eef4692e1 [WIP] replace buttons with new ui component 2025-01-08 21:34:01 +01:00
ArneBo 34ed89c378 fix(ui): more '''s declared as 'store' 2025-01-08 21:30:13 +01:00
ArneBo edad84b0b6 consistent use of i18n for translations, replace , and global variables with local definitions 2025-01-08 21:30:13 +01:00
upsiflu b2d36abd81 feat(front): Load fallback image from album (feature was present in components/audio/artist/Card.vue) 2025-01-08 21:28:53 +01:00
upsiflu f9e564fc9b fix(style): Remove classes that were overriding new Artist Card styles 2025-01-08 21:28:53 +01:00
upsiflu b17c929801 dx: Paths in frontend templates: shorten 2025-01-08 21:28:53 +01:00
jon r 684fc13f7e Paths in frontend templates to find the source files. Move non-abstract external UI components into this repo. ArtistCard working, with missing css 2025-01-08 21:28:53 +01:00
Georg Krause ec8dc8e09f Merge branch stable into develop 2023-09-01 14:24:58 +02:00
Ciarán Ainsworth 3a46cb140d Clean up everything but views 2022-11-28 10:16:58 +00:00
Ciarán Ainsworth ef757e1854 Update all components 2022-11-28 10:16:58 +00:00
Ciarán Ainsworth 592e53486f Start using vue-18n in templates 2022-11-28 10:16:58 +00:00
wvffle edfbf94313 Add eslint rules for i18n 2022-11-28 10:16:58 +00:00
wvffle ebea32faf9 Replace gettext with i18n 2022-11-28 10:16:58 +00:00
wvffle 6455e21cf2 Update axios 2022-11-26 12:16:30 +00:00
wvffle 203f256181 Refetch data on scope change 2022-11-16 10:38:03 +00:00
Kasper Seweryn 57a5b85ff3 Fix search by text 2022-09-07 09:03:38 +00:00
wvffle 1837107ae8 Make changing tags reactive 2022-09-06 09:26:36 +00:00
wvffle fb4f94fb73 Fix search and dynamic ordering (#1567) 2022-09-06 09:26:36 +00:00
wvffle 436a76928f Resolve most type conflicts 2022-09-06 09:26:36 +00:00
wvffle e7da8b5f43 Resolve some TODOs 2022-09-06 09:26:36 +00:00
wvffle ee975e5854 Add error handler in all unhandled places 2022-09-06 09:26:36 +00:00
wvffle 405eed0c0f Add semantic ui types 2022-09-06 09:26:36 +00:00
wvffle de4f445e9b Fix up some tsc errors 2022-09-06 09:26:36 +00:00
wvffle 8d5464c28e Workaround vuejs/core/pull/4512 2022-09-06 09:26:36 +00:00