Skip to content
Snippets Groups Projects
  1. Nov 02, 2023
  2. Oct 21, 2023
  3. Oct 13, 2023
  4. Jun 13, 2023
  5. Jun 12, 2023
  6. Apr 09, 2023
  7. Mar 24, 2023
  8. Dec 07, 2022
    • 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
Loading