refactor: rework show selector
We’ve decided to move the show selector into the navbar because the selected show is the primary state of the dashboard from which almost all other state is derived. Apart from that we now have support for filtering the list based on active and inactive shows (and possible other criteria in the future) as it was suggested in #122.
Showing
- src/Pages/EmissionManager.vue 0 additions, 3 deletionssrc/Pages/EmissionManager.vue
- src/Pages/FileManager.vue 1 addition, 5 deletionssrc/Pages/FileManager.vue
- src/Pages/ShowManager.vue 1 addition, 4 deletionssrc/Pages/ShowManager.vue
- src/components/Navbar.vue 6 additions, 0 deletionssrc/components/Navbar.vue
- src/components/shows/AddShowButton.vue 53 additions, 0 deletionssrc/components/shows/AddShowButton.vue
- src/components/shows/ShowSelector.vue 124 additions, 0 deletionssrc/components/shows/ShowSelector.vue
- src/i18n/de.js 8 additions, 1 deletionsrc/i18n/de.js
- src/i18n/en.js 8 additions, 1 deletionsrc/i18n/en.js
- src/utilities.js 7 additions, 2 deletionssrc/utilities.js
- tests/shows.spec.ts 1 addition, 0 deletionstests/shows.spec.ts
src/components/shows/AddShowButton.vue
0 → 100644
src/components/shows/ShowSelector.vue
0 → 100644
Please register or sign in to comment