- Feb 10, 2024
-
-
Konrad Mohrfeldt authored
refs #254
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #249
-
Konrad Mohrfeldt authored
refs #257
-
Konrad Mohrfeldt authored
We now use the more flexible ErrorDetailArray data structure from @rokoli/bnb which makes it harder to accidentally ignore or miss errors. refs #257 #258
-
Konrad Mohrfeldt authored
refs #257
-
- Feb 09, 2024
-
-
Konrad Mohrfeldt authored
We currently only have 3 permission’s that we can check. Those are now implemented. refs #247
-
Konrad Mohrfeldt authored
refs #259
-
Konrad Mohrfeldt authored
-
- Feb 08, 2024
-
-
Konrad Mohrfeldt authored
refs #241
-
Konrad Mohrfeldt authored
refs #116
-
Konrad Mohrfeldt authored
It’s now possible to assign links to shows and notes. refs #186
-
Konrad Mohrfeldt authored
-
- Feb 07, 2024
-
-
Konrad Mohrfeldt authored
refs #135 #104
-
- Jan 26, 2024
-
-
Konrad Mohrfeldt authored
-
- Jan 25, 2024
-
-
Konrad Mohrfeldt authored
refs #177
-
Konrad Mohrfeldt authored
fixes #100
-
Konrad Mohrfeldt authored
fixes #235
-
Konrad Mohrfeldt authored
Up until now the dashboard used a hardcoded list of rrules that matched a long-gone fixture set of rrules in steering. Additionally, rrules were translated in the dashboard using the the ID of the rrules in steering. This means that any change to the fixture set, removing an rrule or not importing the fixture set at all would mix up the translations and therefore the actual schedules that people would create. A few months ago the rrules were reworked and an API endpoint was introduced that exposes the rrules defined in steering. No appropriate change was made in the dashboard and so the rrule definitions got out-of-sync. This change implements a rrule store that fetches data from the API. Additionally we’ve also implemented a custom rrule to natural language mechanism [1]. This is because the scope of the rulesets we use in the AURA radio context is well-known and not to complex and because rrule.js built-in `toText` function, which might have been an option, is limited: * bysetpos seems to be entirely unsupported * internationalization will produce gramatically questionable output for languages like German, because the translation interface is somewhat lacking. [1] #226 (comment 13669)
-
- Nov 08, 2023
-
-
Konrad Mohrfeldt authored
fixes #217
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Nov 06, 2023
-
-
Konrad Mohrfeldt authored
This increases the chance of a perfect 3 column layout.
-
Konrad Mohrfeldt authored
We often find ourselves adding flex styles to buttons. Instead, this should be the default.
-
- Nov 02, 2023
-
-
Konrad Mohrfeldt authored
fixes #199
-
- Nov 01, 2023
-
-
Konrad Mohrfeldt authored
Feedback hasn’t been to good, so we remove these again.
-
Konrad Mohrfeldt authored
fixes #210
-
Konrad Mohrfeldt authored
fixes #209
-
- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
This refactors the existing state helpers (useCopy and useUpdatableState) and unifies them to useUpdateBehaviour, useCopy, useAPIObjectFieldCopy, useRelation and useRelationList. This eliminates a lot of custom code in the show settings page and unifies the behaviour of all input fields and save operations making the experience more consistent and understandable. It also enables us to show the save-in-progress state and errors that occurred during updates for all fields along with customizable debounce and proper v-model support. We also got rid of the remaining uses of useSelectedShow. The show settings page still made use of it despite using a route that provides the relevant show that should be edited.
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
refs #182
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #191
-
Konrad Mohrfeldt authored
refs #181
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This refactor includes a bulk of the changes discussed in #181. It removes the existing navbar and replaces it with a sidebar instead. This leaves us more room for context-aware navigation options and other information that is relevant to users. Additionally, the show management page is now split up into two, the show episodes management, listing the coming shows/timeslots and the show’s schedules, and the show basic data page, that contains all mostly static data for a show and which is usually maintained by administrators. refs #181
-
Konrad Mohrfeldt authored
This control changes the rendering type for the show previews and should be placed directly next to it.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-