- Jan 25, 2024
-
-
Konrad Mohrfeldt authored
This adds proper labels and description for what is happening. fixes #193
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
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)
-
Konrad Mohrfeldt authored
-
- Jan 23, 2024
-
-
Konrad Mohrfeldt authored
-
- Nov 08, 2023
-
-
Konrad Mohrfeldt authored
fixes #217
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #189
-
Konrad Mohrfeldt authored
fixes #215
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
undefined duration has special handling in the playout so this should be supported.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Nov 07, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #211
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #198
-
- Nov 06, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #212
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
We often find ourselves adding flex styles to buttons. Instead, this should be the default.
-
Konrad Mohrfeldt authored
Although the docs [1] specify a class on Popover components, this doesn’t seem to be passed down. We help ourselves with a selector for the data-headlessui-state attribute . [1] https://headlessui.com/vue/popover
-
Konrad Mohrfeldt authored
* deactivate buttons and show progress indicator while saving * place primary button first * add spacing between buttons * add support for custom labels for cancel and save
-
Konrad Mohrfeldt authored
The FormGroup’s save-indicator would jump around when used in combination with the FormTable. We now have a more tight coupling for these components so that the FormTable can influence the FormGroup’s rendering.
-
- Nov 02, 2023
-
-
Konrad Mohrfeldt authored
fixes #199
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-