Koito/client/app
mlandry cd31b6f2d8
fix: race condition with using getComputedStyle primary color for dynamic activity grid darkening (#76)
* Fix race condition with using getComputedStyle primary color for dynamic activity grid darkening

Instead just use the color from the current theme directly. Tested works on initial load and theme changes.
Fixes https://github.com/gabehf/Koito/issues/75

* Rework theme provider to provide the actual Theme object throughtout the app, in addition to the name
Split name out of the Theme struct to simplify custom theme saving/reading
2025-10-14 15:14:22 -04:00
..
components fix: race condition with using getComputedStyle primary color for dynamic activity grid darkening (#76) 2025-10-14 15:14:22 -04:00
hooks chore: initial public commit 2025-06-11 19:45:39 -04:00
providers fix: race condition with using getComputedStyle primary color for dynamic activity grid darkening (#76) 2025-10-14 15:14:22 -04:00
routes fix: race condition with using getComputedStyle primary color for dynamic activity grid darkening (#76) 2025-10-14 15:14:22 -04:00
styles fix: race condition with using getComputedStyle primary color for dynamic activity grid darkening (#76) 2025-10-14 15:14:22 -04:00
types chore: initial public commit 2025-06-11 19:45:39 -04:00
utils feat: v0.0.5 2025-06-15 19:09:44 -04:00
app.css feat: v0.0.10 (#23) 2025-06-18 08:48:19 -04:00
entry.client.tsx chore: initial public commit 2025-06-11 19:45:39 -04:00
entry.server.tsx chore: initial public commit 2025-06-11 19:45:39 -04:00
root.tsx feat: v0.0.3 2025-06-15 00:12:21 -04:00
routes.ts chore: initial public commit 2025-06-11 19:45:39 -04:00
themes.css feat: v0.0.10 (#23) 2025-06-18 08:48:19 -04:00