openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
334 stars 39 forks source link

Use configured background color during initialization #154

Closed jpovixwm closed 8 months ago

jpovixwm commented 8 months ago

When using the dark theme, this will shorten the user's exposition to the eye-blinding white background during startup. If custom color overrides were set up using a prior version of TrguiNG, the user will need to re-apply their custom colors, because otherwise the computed property will not be present. I don't think it's worth it to try and handle this edge case, so I left it as is. image

qu1ck commented 8 months ago

Current implementation is fine, thanks. Mantine moved away from emotion-like styling and when TrguiNG updates to mantine v7 styling needs to be reworked all over and this will likely be updated too.