pal-e-admin: Mobile-responsive layout #348
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#348
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
Standalone -- discovered during SSO wiring session (2026-05-05). Phase 2.5: mobile access for SSO'd services.
Repo
ldraney/pal-e-admin(local, not yet on Forgejo -- ticket filed here until repo is created)User Story
As a platform admin on mobile,
I want the pal-e-admin dashboard to be fully responsive
So that I can manage platform services from my phone.
Context
pal-e-admin is a brand new SvelteKit app with Keycloak OIDC auth. Scaffolded with minimal CSS -- right time to make layout mobile-first before features accumulate. Full control over all CSS.
Must follow platform CSS philosophy from pal-e-playground:
:root(--color-bg,--color-surface,--color-text,--color-muted,--color-accent,--color-border,--font-body,--font-mono)@media (min-width: 600px)for desktopFile Targets
Files the agent should modify or create:
src/app.html-- verify viewport meta tagsrc/routes/+layout.svelte-- responsive layout with mobile nav, design tokens in:rootsrc/routes/+page.svelte-- responsive dashboard cards/panelsFiles the agent should NOT touch:
src/auth.ts-- auth logic, not layoutsrc/hooks.server.ts-- server hooks, not layoutAcceptance Criteria
:root(all--color-*,--font-*vars)Test Expectations
npm run buildsucceedsConstraints
min-width: 600pxbreakpoint, notmax-width):rootsystemChecklist
Related
project-pal-e-platform-- platform project#340-- pal-e-admin scaffold (completed)#342-- CSS unified platform theme