Hanne Moa
Hanne Moa
It's probably `get_themes_from_css()` in src/argus/htmx/themes/utils.py that needs updating for the correct list of themes to choose from.
I have rebased this on the merged #1524 so that we can use the correct version of the standalone tailwind cli, I've set it to 2.1.37, the currently newest.
> * [ ] Reduce font size in the "Filter"-selector: > > > The font size for "Filter" was too large, but the size for the *others* were too small!
> * [x] Fix alignment of inputs on the Profiles page: > > > Fixed by modernizing labels.
> * [ ] Fix font size discrepancy between text in badges and the rest of the table row > > > The badges have their old size, it seems...
> * [x] Fix font size discrepancy within the stats widget: > > > The *size* is fixable by removing "select-xs", but the *font* is still a bit low contrast.
> - [ ] Fix programatic connection label-to-input in the incident update modals (as per https://daisyui.com/docs/upgrade/#other-removals) [OPTIONAL] There is no `` or `class="form-control"` in the modals at all, unclear what...
This probably would have been better as at least two different PR's, one for themes and one for the rest.
The colors for the severity levels have gone missing...
I couldn't see any of the new problems at first, needed to run "make nuke" and delete the generated styles.css to make them show up!