- Jun 17, 2023
-
-
Konrad Mohrfeldt authored
internal note and show owners are both admin-controlled.
-
Konrad Mohrfeldt authored
refs #146
-
- Jun 15, 2023
-
-
Konrad Mohrfeldt authored
refs #155
-
- Jun 13, 2023
-
-
Konrad Mohrfeldt authored
fixes #153
-
Konrad Mohrfeldt authored
refs #173
-
Konrad Mohrfeldt authored
refs #151
-
Konrad Mohrfeldt authored
refs #156
-
Konrad Mohrfeldt authored
refs #129
-
- Jun 12, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #154
-
- Jun 09, 2023
-
-
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
-
Konrad Mohrfeldt authored
fixes #151
-
- Jun 08, 2023
-
-
Konrad Mohrfeldt authored
API object attribute names are now: 1. camelCased (#164) 2. use Id / Ids suffix for object references (#172)
-
- Apr 13, 2023
-
-
Konrad Mohrfeldt authored
-
- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
-
- Apr 05, 2023
-
-
Konrad Mohrfeldt authored
refs #89
-
- Mar 28, 2023
-
-
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.
-
Konrad Mohrfeldt authored
The playlist data is only available for the currently selected show. Any playlists used in other shows will not be available and we should gracefully handle that. This is a quick fix to address #132. A more permanent and helpful resolution is outlined in #135 and #136.
-
Konrad Mohrfeldt authored
-
- Mar 27, 2023
-
-
Konrad Mohrfeldt authored
Auto-formatters can’t know if we rely on any special white-space handling in our code, so they take the safe route and assume we do. In this case we don’t, so we can apply formatting that looks a little more sensible.
-
Konrad Mohrfeldt authored
-
- Mar 24, 2023
-
-
Konrad Mohrfeldt authored
-
- Feb 28, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This re-implements the auth store with pinia. Other notable changes: * the OIDC client configuration and setup is now part of separate module that can be included by the OIDC callback routes and ensures that we always use the same OIDC client configuration. * Authorization headers for the steering and tank REST APIs are now set with an axios interceptor instead of specifying them for each API store action. refs #127
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
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.
-
Konrad Mohrfeldt authored
-
- Jan 24, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Dec 07, 2022
-
-
Konrad Mohrfeldt authored
Users should always be able to add new shows even if none have been created thus far. refs #97
-
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
-
- Dec 06, 2022
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
closes #125
-
- Nov 29, 2022
-
-
Konrad Mohrfeldt authored
It’s nice to be able to select a week in the calendar and share it by simply copying the URL so that another person may view the same week in their browser.
-
Konrad Mohrfeldt authored
This was accidentally removed when migrating to fullcalendar v5 in 14a9ff20.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-