Garrett LeSage
Garrett LeSage
> Where can i find the page.css ? It's `page.scss` in the Cockpit source. You'd need to build Cockpit from source for that. But, again, it's a complete hack and...
> And in Nginx I don't know about Nginx. That's completely out of scope of implementing a dark mode in Cockpit. When I do use a proxy in the front,...
Meanwhile, PatternFly has an issue open about guidance for dark theme implementations for software that uses PatternFly 4, such as Cockpit (but this is a TODO item): - https://github.com/patternfly/patternfly-design/issues/1152 And...
A for a CSS variable redefinition method, a good first pass to figure out which colors would need to be reassigned (when dark mode is on) would be to view...
In today's deep dive into our codebase, I've moved some CSS from JSX to SCSS files. At least in some of the cases, the resulting compiled CSS appears to have...
Altogether, a complete editing experience should include: - Edit timers (most likely implemented with a prefill of the new timer with the previous settings, then when saving: remove the old...
I wonder if it's possible to add a custom field to the `[Timer]` section, such as `CockpitEditable=true`, which would allow us to find out which ones were custom made by...
@jelly: Ah cool! Then we could use that instead. Even better!
> Another issue is that timers currently overwrite existing timers, so ideally it would not allow that too. Yeah, we should definitely check for that. We could use a force...
What would happen after a reboot if `OnUnitActiveSec` is used? Does it basically equate to being the same as `OnBootSec` in that scenario? Or does the timer go away? What's...