- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
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
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This is a helpful ADialog wrapper that manages it’s open state by itself.
-
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
Bootstrap only displays form group errors if the .invalid-feedback element is preceded by a .is-invalid element. That is an uncessary restriction and we can simply enforce the errors to be displayed if it is rendered.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jun 17, 2023
-
-
Konrad Mohrfeldt authored
-
- Jun 16, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Django rest framework would sometimes return objects like this { "email": ["Gib eine gültige E-Mail Adresse an."] } which we didn’t properly handle.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jun 15, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jun 13, 2023
-
-
Konrad Mohrfeldt authored
refs #126
-
- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
These form components still use bootstrap CSS classes but are part of our effort to move away from bootstrap. refs #140
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Interfering with the default dialog close logic isn’t that smart because it handles stuff like nested dialogs for us. We need to find some other logic to close the dialog when someone clicks on the backdrop, but that can be a task for a later time.
-
Konrad Mohrfeldt authored
Using the same name as the native HTML dialog is a bad idea.
-
- Apr 06, 2023
-
-
Konrad Mohrfeldt authored
closes #139
-