-
- Downloads
refactor(ShowSelector): use central state instead notifying child components
The show selection mechanism relied on the parent component to notify other components, even though the selected show is already part of the store and all component state can and should be derived from there.
Showing
- src/Pages/EmissionManager.vue 14 additions, 27 deletionssrc/Pages/EmissionManager.vue
- src/Pages/FileManager.vue 15 additions, 30 deletionssrc/Pages/FileManager.vue
- src/Pages/ShowManager.vue 3 additions, 7 deletionssrc/Pages/ShowManager.vue
- src/components/ShowSelector.vue 1 addition, 19 deletionssrc/components/ShowSelector.vue
- src/components/shows/AddShowModal.vue 0 additions, 6 deletionssrc/components/shows/AddShowModal.vue
- src/components/shows/Timeslots.vue 7 additions, 5 deletionssrc/components/shows/Timeslots.vue
Loading
Please register or sign in to comment