Commit Graph

92 Commits

Author SHA1 Message Date
upsiflu 8bb0adf700 chore(format): [WIP] run eslint and fix most stylistic/formatting errors 2025-02-24 15:17:18 +01:00
ArneBo 5b7f5e6f97 fix(front): make favorites work again 2025-02-24 11:08:11 +01:00
jon r 8b2a5e54ce chore(eslint): apply automatic fixes to format front/src 2025-02-22 22:00:32 +01:00
ArneBo b933a3f88c feat(style): favorite icon toggle outline / filled 2025-02-14 18:12:19 +01:00
ArneBo 6a75aef93f refactor(ui): alignment props for alerts and buttons 2025-02-12 10:49:04 +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 66a0d72870 feat(front): ghost trackfavorite icon in tracklist 2025-01-24 02:54:18 +01:00
ArneBo 28bc337846 [WIP] refactor(front): favorites page 2025-01-23 12:43:10 +01:00
ArneBo 8e5ddbfa1b refactor(front): Playlist pages 2025-01-23 01:18:08 +01:00
ArneBo 040b9df215 refactor(front): [WIP] implement new layout for Album base page 2025-01-18 01:27:07 +01:00
ArneBo 37c86f66bc fix(front): Trackdetail page top buttons 2025-01-17 09:54:25 +01:00
ArneBo d599b13ba5 fix(front): bootstrap icon for track favourite 2025-01-17 09:54:25 +01:00
ArneBo bd4093e6bc fix(front): small fixes 2025-01-15 16:28:04 +01:00
upsiflu 7e19fd23f0 refactor(ui): move all Ui components into the same directory level 2025-01-10 00:46:57 +01:00
ArneBo 11dcd8db19 fix(front): [WIP] Radios page 2025-01-08 21:38:46 +01:00
ArneBo 404b6f5f7a fix(front): [WIP] favourites page 2025-01-08 21:37:54 +01:00
ArneBo 55789f5c01 fix(style): remove now obsolete pusher classes from pages 2025-01-08 21:34:37 +01:00
upsiflu b447daed47 chore(ui): use `store` object instead of `$store` plugin 2025-01-08 21:31:18 +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
Georg Krause ec8dc8e09f Merge branch stable into develop 2023-09-01 14:24:58 +02:00
wvffle df77d2b153 Standardize plurals 2022-11-28 10:16:58 +00:00
Kasper Seweryn c2f351ea6b Cleanup HTML templates 2022-11-28 10:16:58 +00: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
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 0118fe0c63
Resolve TODOs 2022-10-30 19:17:56 +01:00
wvffle fb4f94fb73 Fix search and dynamic ordering (#1567) 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 5b95a8f954 Migrate some components 2022-09-06 09:26:36 +00:00
wvffle 5ea5ad3c2a Use navigation guards and migrate a couple of components 2022-09-06 09:26:36 +00:00
wvffle bbdb3dcb9d Fix auto-fixable linter issues 2022-09-06 09:26:36 +00:00
wvffle 405eed0c0f Add semantic ui types 2022-09-06 09:26:36 +00:00
wvffle 0251789f82 Fix a bunch of typescript errors 2022-09-06 09:26:36 +00:00
wvffle 8d5464c28e Workaround vuejs/core/pull/4512 2022-09-06 09:26:36 +00:00
wvffle 78cdb592c5 Cleanup defaultPaginateBy and fix onMounted missing from imports 2022-09-06 09:26:36 +00:00
wvffle a8fd0e3f28 Migrate rest of ordering/pagination mixins to composables 2022-09-06 09:26:36 +00:00
wvffle 344f1af058 Add useSmartSearch composable 2022-09-06 09:26:36 +00:00
Kasper Seweryn 8cf3500842 Remove ordering and pagination mixins from a bunch of files 2022-09-06 09:26:36 +00:00
Kasper Seweryn 3266cd80bd Migrate Albums and move pagination component 2022-09-06 09:26:36 +00:00
Kasper Seweryn 3ab0435f27 Migrate pagination to v-model and start moving away from mixins 2022-09-06 09:26:36 +00:00
Kasper Seweryn 9e0596d136 Move *.js to *.ts 2022-09-06 09:26:36 +00:00
Kasper Seweryn 16d437be62 Migrate Translations mixin to useSharedLabels composable 2022-09-06 09:26:36 +00:00
Kasper Seweryn 12b09b085a Refactor ~/logging.ts to a useLogger composable 2022-09-06 09:26:36 +00:00
Kasper Seweryn f61fafec2a Remove '@/' 2022-09-06 09:26:36 +00:00
Kasper Seweryn 2b40707f4f Cleanup a lot of stuff
I've replaced `lodash` with `lodash-es`, so it can be tree-shaken

`~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff

`~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
2022-09-06 09:26:36 +00:00
Ciaran Ainsworth 08d6772392 Fix broken imports 2022-02-21 17:27:00 +01:00