app

Local-first trade for farms and co-ops
git clone https://radroots.dev/git/app.git
Log | Files | Refs | README | LICENSE

commit 5e071e82ee57edd3657f716da1002b70bc64f5c4
parent 413092e1290591cac27a62d31012f94b43d34eb6
Author: triesap <triesap@radroots.dev>
Date:   Thu, 22 Jan 2026 23:39:31 +0000

app: relocate daisyui theme blocks

- move os_light/os_dark plugin blocks into app styles
- switch app css import to local daisyui theme file
- remove crate-level daisyui theme asset to avoid resolution errors
- keep theme variables identical to legacy definitions

Diffstat:
Mapp/app.css | 2+-
Rcrates/ui-tokens/assets/themes/theme_os_daisyui.css -> app/stylesheets/daisyui-theme-os.css | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/app.css b/app/app.css @@ -4,8 +4,8 @@ @import "../crates/ui-tokens/assets/themes/layout.css"; @import "../crates/ui-tokens/assets/themes/screens.css"; @import "../crates/ui-tokens/assets/themes/theme_os.css"; -@import "../crates/ui-tokens/assets/themes/theme_os_daisyui.css"; @import "./stylesheets/daisyui.css"; +@import "./stylesheets/daisyui-theme-os.css"; @import "./stylesheets/apps-base.css"; @import "./stylesheets/apps-ui.css"; @import "./stylesheets/styles-maplibre-gl.css"; diff --git a/crates/ui-tokens/assets/themes/theme_os_daisyui.css b/app/stylesheets/daisyui-theme-os.css