Commit Graph

5 Commits

Author SHA1 Message Date
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
6d3e99220c ci: added basic workflows (#2)
Some checks failed
CI / Clippy (push) Successful in 2m35s
CI / Security Audit (push) Successful in 1m46s
CI / Tests (push) Successful in 3m5s
CI / Format (push) Successful in 6m53s
CI / Build & Push Image (push) Failing after 1m54s
CI / Changelog (push) Failing after 1m39s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com>
Reviewed-on: #2
2026-02-18 09:46:29 +00:00
1072770d11 feat: added oauth based login and registration (#1)
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com>
Reviewed-on: #1
2026-02-18 09:21:46 +00:00
Sharang Parnerkar
b8aad0e23c Initial commit 2026-02-15 23:05:33 +01:00