rusty-long #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rusty-long"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
assets/tailwind.css is generated automatically at container startup. Previously the build failed on a
fresh clone because the generated CSS file is gitignored and no tooling was available inside the container
to produce it.
system. Includes:
Hierarchical Categories, Docker Ready)
taking precedence over the Dioxus router. Authenticated users are redirected to /links via a localStorage
token check in the page itself.
image rebuild.
being committed.
Test plan
6-card features grid, about section, CTA band, and 4-col footer - Serve it from Axum at \"/\" (standalone only) before the Dioxus router, so unauthenticated visitors see the landing page instead of a redirect - Add inline JS to redirect already-authenticated users to /links via localStorage auth_token check - Mount ./static in compose.yml so HTML edits reflect without rebuilding