Keycloak login theme source files #173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Feature
Lineage
Follow-up from keycloak-setup.md ticket #5: "Keycloak login theme -- Not started."
Repo
ldraney/landscaping-assistantUser Story
As a developer maintaining the landscaping app
I want the Keycloak theme source files in the app repo
So that the theme CSS co-evolves with the app's design system
Context
The Keycloak login theme CSS mirrors application.css design tokens. Keeping the source in the app repo means when design tokens change, the theme stays in sync. The actual deployment is via pal-e-platform ConfigMap, but the source of truth for the CSS lives here.
File Targets
Files the agent should modify or create:
keycloak-theme/landscaping/login/theme.properties-- theme configkeycloak-theme/landscaping/login/resources/css/login.css-- CSS matching app design tokensFiles the agent should NOT touch:
app/assets/stylesheets/application.css-- read-only reference, not modifiedFeature Flag
none
Acceptance Criteria
keycloak-theme/landscaping/login/Test Expectations
Constraints
Checklist
Related
landscaping-assistant-- project this affects