Commit Graph

7 Commits

Author SHA1 Message Date
Vaalyn 04bd45fc2d
Update report exports to use league csv (#5132) 2022-03-21 23:35:35 -05:00
Buster "Silver Eagle" Neece 35315ea124
#4591 -- Fix timezone on date picker ranges. 2022-01-15 00:38:02 -06:00
Buster "Silver Eagle" Neece 7425e4a04c
Add class to JSON errors; avoid repeating timeouts for 403s. 2021-11-15 10:00:44 -06:00
Buster "Silver Eagle" Neece 64a1c9f501
Overhaul Axios error handling and loading UX. 2021-10-01 02:41:24 -05:00
Buster "Silver Eagle" Neece 35441c3cb2
Use BVue toasts for alerts in Vue components; use new Vue prototype methods. 2021-09-29 22:50:18 -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 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