Skip to content
Snippets Groups Projects
  1. Oct 21, 2023
  2. Oct 13, 2023
  3. Jun 08, 2023
  4. Mar 28, 2023
    • Konrad Mohrfeldt's avatar
      refactor: rework show selector · f9762d85
      Konrad Mohrfeldt authored
      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.
      f9762d85
  5. Feb 28, 2023
  6. Dec 07, 2022
    • Konrad Mohrfeldt's avatar
      refactor: allow users to add shows when no shows are available · 5135a931
      Konrad Mohrfeldt authored
      Users should always be able to add new shows even if none have been
      created thus far.
      
      refs #97
      5135a931
    • Konrad Mohrfeldt's avatar
      feat: rework show selector · b650844b
      Konrad Mohrfeldt authored
      Up until now we had two different show selectors based on the number of
      shows that were available. We now use the same show selector for any
      number of shows.
      
      Apart from that shows are now sorted
       1. based on their active state (descending, so inactive last) and
       2. their name (ascending, so A-Z)
      in the show selector so it’s easier to find relevant shows.
      
      Other changes:
      * title handling has been moved into PageHeader component
      * calendar management has been removed and is now handled
        locally in the EmissionManager component
      * inactive shows are badged
      
      refs #122
      b650844b
  7. Dec 06, 2022
  8. Nov 10, 2022
  9. Nov 09, 2022
    • Konrad Mohrfeldt's avatar
      feat: migrate to vue3/compat and Vite build system · 202388aa
      Konrad Mohrfeldt authored
      Notable changes:
       * Vue 2.6 to Vue 3 + compat migration.
       * Build system migration from vue-cli/webpack to Vite.
       * Application dependencies like bootstrap-vue, vue-router, vuex,
         or vue-toast-nofitication have been updated, if doing so was
         necessary or advisable for the Vue 3 migration.
       * Static file includes for the oidc-client in oidc_callback.html
         and oidc_callback_silentRenew.html have been removed in favor
         of automatic processing in the build system so that all assets
         are versioned and invalid cache hits are prevented.
      
      Fixes #53 and #110.
      202388aa
  10. Apr 22, 2022
  11. Dec 15, 2020
  12. Dec 14, 2020
  13. Dec 02, 2020
  14. Nov 24, 2020
  15. Oct 12, 2020
  16. Sep 08, 2020
  17. Aug 26, 2020
  18. Jun 11, 2020
  19. May 29, 2020
  20. May 19, 2020
  21. May 18, 2020
  22. Oct 24, 2019
  23. Sep 27, 2019
  24. Jun 07, 2019
  25. Jun 03, 2019
  26. Jun 02, 2019
  27. May 23, 2019
  28. May 22, 2019
  29. May 15, 2019
  30. May 14, 2019
Loading