Conversation
…into icon-color
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (84.78%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #277 +/- ##
==========================================
- Coverage 99.62% 99.27% -0.36%
==========================================
Files 31 31
Lines 1878 1918 +40
==========================================
+ Hits 1871 1904 +33
- Misses 7 14 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@brisvag, I think the main reason that PR stalled is because of the problem with theme changes. as mentioned in the first comment:
so, currently here: app = Application("myapp")
app.theme_mode = "dark" # or let it auto-detect
Action(
id="my.action",
title="Do Thing",
icon={"dark": "mdi:some-icon", "color_dark": "#FFFFFF", "color_light": "#000000"},
...
)The icon color is resolved once — at the moment the so, it feels like a partially implemented thing that will pretty quickly have a bug report or feature request |
Trying to pick up #130!
I fixed conflicts and brought it up to date. @tlambert03 was there something specific with that PR that was incomplete or you wanted to finish?