4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-18 15:07:05 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Buster Neece
069481353e
ESLint fixes. 2022-12-30 10:44:47 -06:00
Buster Neece
38f480f72b
More ESLint fixes. 2022-12-30 09:13:37 -06:00
Buster Neece
64fbbe6fd8
ESLint prop, variable and other fixes. 2022-12-30 08:38:34 -06:00
Buster Neece
e3b877cc9c
Auto-fix ESlint rules. 2022-12-29 15:15:05 -06:00
Buster Neece
d2cb74095a
More composition, make MayNeedRestart composable. 2022-12-25 05:44:59 -06:00
Buster Neece
a4e1f15e47
Vue 3 WIP 2022-12-10 11:55:09 -06:00
Mitch
3b59b7ecf6
Update SongHistory.vue (#5386) 2022-05-17 19:29:17 -05:00
Buster "Silver Eagle" Neece
07490f98b9
Remove MomentJS from lots of places; replace with modern Luxon library. 2021-09-15 07:23:33 -05:00
Buster "Silver Eagle" Neece
061547bc1f
Internalize codemirror, slight restructure on new Vue components. 2021-09-14 15:52:34 -05:00
Buster "Silver Eagle" Neece
72bc85f4ca
Massive Vue Overhaul
Includes the following major changes:
 - Restructure the Vue application into more logical folder structure
 - Create per-page entrypoint scripts that define Vue dependencies, removing this job from the asset manager
 - Implement vuex and use it to manage cross-component communication (i.e. for the audio player)
 - Add new "~" alias for the "/frontend/vue" folder to greatly simplify imports
2021-09-14 09:32:54 -05:00