- Restore if-guards on build-and-push (main/release/* only)
- Replace changelog commit-and-push with upload-artifact
- Add if-guard back on changelog job
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace cargo-binstall with cargo install for dioxus-cli to avoid
GLIBC 2.38/2.39 requirement on Bookworm (GLIBC 2.36)
- Run bun install in Dockerfile for DaisyUI/Tailwind dependencies
- Remove branch gates on build-and-push and changelog jobs for testing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add DaisyUI v5 with custom certifai-dark/certifai-light themes using oklch colors
- Create styles/input.css as Tailwind + DaisyUI entry point (replaces root tailwind.css)
- Add SVG brand logo combining shield motif with neural network nodes
- Implement PKCE (S256) for OAuth authorization code flow
- Add Keycloak realm-export.json with test users for local development
- Fix CSS load order in app.rs (tailwind before main.css) and add data-theme attribute
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>