Koito/client
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
..
api Pre-release version v0.0.13 (#52) 2025-07-26 15:57:46 -04:00
app fix: race condition with using getComputedStyle primary color for dynamic activity grid darkening (#76) 2025-10-14 15:14:22 -04:00
public fix: set name/short_name to koito (#61) 2025-09-27 19:00:15 -04:00
.dockerignore chore: initial public commit 2025-06-11 19:45:39 -04:00
.gitignore chore: initial public commit 2025-06-11 19:45:39 -04:00
Dockerfile chore: initial public commit 2025-06-11 19:45:39 -04:00
package.json feat: v0.0.10 (#23) 2025-06-18 08:48:19 -04:00
react-router.config.ts chore: initial public commit 2025-06-11 19:45:39 -04:00
tsconfig.json chore: initial public commit 2025-06-11 19:45:39 -04:00
vite.config.ts feat: v0.0.10 (#23) 2025-06-18 08:48:19 -04:00
yarn.lock feat: v0.0.10 (#23) 2025-06-18 08:48:19 -04:00