Skip to content
Snippets Groups Projects
  1. Oct 13, 2023
  2. Jun 17, 2023
  3. Jun 15, 2023
  4. Jun 13, 2023
  5. Jun 12, 2023
  6. Jun 09, 2023
    • Konrad Mohrfeldt's avatar
      feat: allow users to create a time slot within a slot that already has begun · 3d4e9b28
      Konrad Mohrfeldt authored
      Users weren’t able to create a time slot in the calendar if the slot
      has already begun.
      
      The logic now checks if the start time is later or equal to the start of
      the slot of the current time (i.e. current time is 16:37:28, check is
      performed against 16:30:00 for a 15 minute calendar slot size). This
      prevents users from creating slots in the past but allows them to create
      time slots within a slot that has already begun.
      
      If the slot has already begun then the start time of the new time slot
      is set to the next available 5 minute slot after the current time. This
      means that if the current time is 16:37:28 and one creates a time slot
      in the 16:30:00 - 16:45:00 slot window the start time of the new time
      slot is set to 16:40:00.
      
      fixes #167
      3d4e9b28
    • Konrad Mohrfeldt's avatar
  7. Jun 08, 2023
  8. Apr 13, 2023
  9. Apr 09, 2023
  10. Apr 05, 2023
  11. Mar 28, 2023
  12. Mar 27, 2023
  13. Mar 24, 2023
  14. Feb 28, 2023
  15. Jan 24, 2023
  16. 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
  17. Dec 06, 2022
  18. Nov 29, 2022
Loading