- Mar 26, 2024
-
-
Konrad Mohrfeldt authored
-
- Feb 26, 2024
-
-
Konrad Mohrfeldt authored
-
- Feb 14, 2024
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This way one can just run `npm run test` instead of using the make target.
-
- Feb 10, 2024
-
-
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
-
- Feb 08, 2024
-
-
Konrad Mohrfeldt authored
refs #116
-
Konrad Mohrfeldt authored
refs #186
-
- Feb 07, 2024
-
-
Konrad Mohrfeldt authored
refs #242
-
- Jan 25, 2024
-
-
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
Modals will not show with Vue 3.4. This is a bummer :(. refs #140
-
Konrad Mohrfeldt authored
-
- Jan 23, 2024
-
-
Konrad Mohrfeldt authored
-
- Nov 08, 2023
-
-
Konrad Mohrfeldt authored
refs #127
-
- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
-
- Oct 14, 2023
-
-
Konrad Mohrfeldt authored
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This component implements the logic for the standard django-rest-framework (DRF) order parameter. DRF uses plan field names for ascending and a "-" prefix for descending order. Example: if you’d want to sort by id you’d write: ?order=id if you’d want to sort by id in reverse order you’d write: ?order=-id The OrderFilter supports arbitrary order fields, allows you to set the sort direction (ascending, descending – configurable per order field) and supports re-ordering of order fields so that that hierarchical orders can be set.
-
Konrad Mohrfeldt authored
-
- Jun 15, 2023
-
-
Konrad Mohrfeldt authored
-
- Jun 14, 2023
-
-
Konrad Mohrfeldt authored
-
- Jun 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
-
- Apr 05, 2023
-
-
Konrad Mohrfeldt authored
This should make it easier to find icons, as they can now be included directly as component: <icon-... /> Icons can be found on: icon-sets.iconify.design Example: Icon at https://icon-sets.iconify.design/ph/trash/ can be used with the following component: <icon-ph-trash />
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #89
-
- Apr 03, 2023
-
-
Konrad Mohrfeldt authored
-
- Mar 28, 2023
-
-
Konrad Mohrfeldt authored
-
- Mar 24, 2023
-
-
Konrad Mohrfeldt authored
-
- Feb 28, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jan 24, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-