Open SephHawkins opened 1 month ago
fwiw, I think I've identified the cause of my issues with the faction tech bubbles not being filled in. I use the "Auto Dark Mode for Web Contents" option in chrome://flags to force all websites into "dark mode" even when they haven't set up the page to use normal dark mode theming. It seems that Chrome doesn't recognize the ti-assistant page as already being in dark mode and when the flag is turned on, it tries to do its magic to "force" it into dark mode, which makes a few things not show up as intended, including the Faction Tech bubbles not filling in and greyed out text (like for a faction that has passed) not going as dark as it's supposed to. No idea why that messes with just the Faction Tech bubbles and none of the other bubbles and since it's an experimental feature it may just be quirky in unpredictable ways. Since it is an uncommonly used, experimental feature I certainly have no expectation for you to try to make the app play nice with it. I do think that the feature ignores pages that have something encoded to indicate they implement the normal (non-experimental) dark mode feature. I have no idea how hard that is to do, but if it's easy to implement something that lets Chrome know that the page is already in dark mode (and only if it's very easy) it would be nice to have that in place so things that try to force everything into dark mode know that it's not needed here. But I expect that's more trouble than it's worth and mainly wanted to explain why I was seeing the weird bug.
Thanks for the follow up - there's no way I would've been able to figure this out otherwise.
I'll take a look and see - if it's just a matter of adding a meta tag to tell Chrome that it's already dark mode, then I'll do that.