funkwhale/front/src/components/library
Kasper Seweryn d9ef5a9b6b
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-06-26 08:49:47 +02:00
..
radios Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
AlbumBase.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
AlbumDetail.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
AlbumDropdown.vue Fix broken imports 2022-02-21 17:27:00 +01:00
AlbumEdit.vue Fix broken imports 2022-02-21 17:27:00 +01:00
Albums.vue Start migration to vite 2022-02-21 15:07:07 +01:00
ArtistBase.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
ArtistDetail.vue Fix broken imports 2022-02-21 17:27:00 +01:00
ArtistEdit.vue Fix broken imports 2022-02-21 17:27:00 +01:00
Artists.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
EditCard.vue Fix broken imports 2022-02-21 17:27:00 +01:00
EditDetail.vue Fix broken imports 2022-02-21 17:27:00 +01:00
EditForm.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
EditList.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
FileUpload.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
FileUploadWidget.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
FsBrowser.vue Fix Upload Form Vue Errors 2022-03-16 12:17:48 +00:00
FsLogs.vue Lint the frontend code 2021-12-06 11:35:20 +01:00
Home.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
ImportStatusModal.vue Fix broken imports 2022-02-21 17:27:00 +01:00
Library.vue Lint the frontend code 2021-12-06 11:35:20 +01:00
Podcasts.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
Radios.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
TagDetail.vue Fix broken imports 2022-02-21 17:27:00 +01:00
TagsSelector.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
TrackBase.vue Cleanup a lot of stuff 2022-06-26 08:49:47 +02:00
TrackDetail.vue Merge branch 'stable' into develop 2022-03-18 13:43:00 +01:00
TrackEdit.vue Fix broken imports 2022-02-21 17:27:00 +01:00
UploadDetail.vue Lint the frontend code 2021-12-06 11:35:20 +01:00