Kasper Seweryn
9abdcb5ff7
refactor(front): rename logger timing stop functions to `measureLoading`
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2535 >
2023-07-26 10:05:55 +00:00
Kasper Seweryn
b59e29883f
feat(front): use logger instead of console.log
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2535 >
2023-07-26 10:05:55 +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
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
wvffle
5dfce40cb6
Update router configuration to fix some errors
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
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
Georg Krause
e9c4bfe947
Start migration to vite
2022-02-21 15:07:07 +01:00
Georg Krause
8ee9a536e1
Lint the frontend code
2021-12-06 11:35:20 +01:00
Ciarán Ainsworth
f477ba1b4f
Podcast search capabilities
2020-12-04 09:33:17 +01:00
jovuit
fc95acf15a
Minimal wording enhancement
2020-11-19 13:43:53 +01:00
Ciarán Ainsworth
33ba92a0d6
Contrast and labelling fixes
2020-08-01 11:11:51 +02:00
Agate
b9b1ec04ae
Merge branch 'fix-search-page-bug' into 'develop'
...
Fix issue with album and artist search page
See merge request funkwhale/funkwhale!1178
2020-07-27 11:03:48 +02:00
Ciarán Ainsworth
640f00f16d
Fix issue with album and artist search page
2020-07-27 11:03:47 +02:00
Ciarán Ainsworth
7c031eb186
Resolve "Allow hiding compilation artists in the Artists tab"
2020-07-27 10:57:11 +02:00
Agate
da2229c441
Fix #1131 : More consistent search UX on /albums, /artists, /radios and /playlists
2020-07-06 13:21:07 +02:00
Agate
cd422832dd
New theming system
2020-05-15 14:12:36 +02:00
Eliot Berriot
e59cc33378
First round of improvements to channel management:
...
- use modals
- less proeminent button
- field styling/labels
2020-02-23 15:31:03 +01:00
Eliot Berriot
8024c4654f
See #973 : artist card
2019-12-26 17:30:47 +01:00
Eliot Berriot
e15d806634
Resolve "Redesign the sidebar/navigation to simplify the UI"
2019-12-26 11:38:26 +01:00
Eliot Berriot
20311344d7
Resolve "Switch to proper full-text-search system"
2019-12-18 15:08:58 +01:00
Renon
82744bf193
Resolve "Option to remember our display settings "
2019-11-12 15:51:45 +01:00
Ciarán Ainsworth
11d6c7cf1d
Added placeholders across the application
2019-10-17 14:15:33 +02:00
Eliot Berriot
19342c60a8
Fixed broken artist and album browse with empty tag= parameter
2019-09-15 20:17:49 +02:00
Eliot Berriot
3311a11506
Fix #902 : search usability issue when browsing artists, albums, radios and playlists
2019-09-15 20:17:22 +02:00
Eliot Berriot
5d1d54890a
Enhance artists list by using our new artist card and remove masonry
2019-07-25 12:29:40 +02:00
Eliot Berriot
ccca292405
See #432 : added tag filter on artist/album browse page
2019-07-18 14:08:38 +02:00