- Jun 15, 2023
-
-
Konrad Mohrfeldt authored
refs #121
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jun 13, 2023
-
-
Konrad Mohrfeldt authored
refs #129
-
- Jun 09, 2023
-
-
Konrad Mohrfeldt authored
Submitting a note would sometimes fail but user’s were not informed that something went wrong, because errors not mapped to any form fields were not displayed.
-
- 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
closes #137
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
closes #141
-
- Apr 06, 2023
-
-
Konrad Mohrfeldt authored
refs #89
-
- Apr 05, 2023
-
-
Konrad Mohrfeldt authored
refs #89
-
- Apr 03, 2023
-
-
Konrad Mohrfeldt authored
We don’t want to show schedules that are in the past because they clutter the overview. refs #120
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Schedules that only run for a single day should display when that day is. refs #121
-
Konrad Mohrfeldt authored
closes #133
-
- Mar 28, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
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
-
- Mar 24, 2023
-
-
Konrad Mohrfeldt authored
-
- Feb 28, 2023
-
-
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
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.
-
- Dec 07, 2022
-
-
Konrad Mohrfeldt authored
This is a stopgap measure until we’ve worked on #17 [1] and added a management interface for simple models like funding categories and show types. refs #97 [1] #17
-
Konrad Mohrfeldt authored
Tank only returns an entries property for playlist objects if the entries list would have at least one item. This is a bug [1]. closes #119 [1] tank#46
-
- Dec 06, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 28, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 24, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 18, 2022
-
-
Konrad Mohrfeldt authored
Making imperative DOM API calls to apply CSS classes is counter-productive when using a reactive frontend framework like Vue. DOM attributes should instead be assigned based on reactive data. fixes #117 and #118.
-
- Nov 10, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 09, 2022
-
-
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.
-
- Apr 24, 2022
-
-
Konrad Mohrfeldt authored
The steering API has some deprecated attribute names that we should no longer use. These are: dstart → first_date until → last_date tstart → start_time tend → end_time byweekday → by_weekday These changes in naming have also been applied to variable names, attribute names and translatations in the dashboard code in order to avoid confusion.
-
- Apr 23, 2022
-
-
Konrad Mohrfeldt authored
-
- Apr 22, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 25, 2021
-
-
Richard Blechinger authored
-
- Nov 18, 2021
-
-
Richard Blechinger authored
-