feat(ui): added daisy UI for beautification #3

Merged
sharang merged 5 commits from feat/CAI-12 into main 2026-02-18 14:43:11 +00:00

5 Commits

Author SHA1 Message Date
Sharang Parnerkar
70237a473f ci: restore branch gates and make changelog a downloadable artifact
All checks were successful
CI / Format (push) Successful in 6m32s
CI / Clippy (push) Successful in 2m17s
CI / Tests (push) Successful in 3m0s
CI / Build & Push Image (push) Has been skipped
CI / Changelog (push) Has been skipped
CI / Security Audit (pull_request) Successful in 1m51s
CI / Changelog (pull_request) Has been skipped
CI / Security Audit (push) Successful in 1m45s
CI / Format (pull_request) Successful in 7m5s
CI / Clippy (pull_request) Successful in 2m31s
CI / Tests (pull_request) Successful in 3m0s
CI / Build & Push Image (pull_request) Has been skipped
- 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>
2026-02-18 15:25:47 +01:00
Sharang Parnerkar
7b2041f1bf fix: use correct dx bundle flag for dioxus-cli 0.7.3
Some checks failed
CI / Clippy (push) Successful in 2m20s
CI / Format (push) Successful in 6m52s
CI / Security Audit (push) Successful in 1m45s
CI / Tests (push) Successful in 2m51s
CI / Build & Push Image (push) Successful in 3m5s
CI / Changelog (push) Failing after 1m25s
--platform fullstack is not valid in 0.7.3; use --fullstack flag instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 14:25:34 +01:00
Sharang Parnerkar
f2c54acfd5 style: fix RSX formatting in app.rs
Some checks failed
CI / Format (push) Successful in 7m18s
CI / Clippy (push) Successful in 2m33s
CI / Tests (push) Successful in 3m5s
CI / Build & Push Image (push) Failing after 8m3s
CI / Changelog (push) Failing after 1m29s
CI / Security Audit (push) Successful in 1m53s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 12:56:21 +01:00
Sharang Parnerkar
79690295fd ci: fix dx GLIBC incompatibility and remove branch gates
Some checks failed
CI / Format (push) Failing after 7m9s
CI / Security Audit (push) Successful in 1m59s
CI / Clippy (push) Successful in 2m34s
CI / Build & Push Image (push) Has been skipped
CI / Changelog (push) Has been skipped
CI / Tests (push) Has been skipped
- 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>
2026-02-18 12:27:55 +01:00
Sharang Parnerkar
47c57ddd88 feat: add DaisyUI v5 theming, PKCE auth, and Keycloak realm export
- 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>
2026-02-18 12:03:49 +01:00