Mobile-responsive layout audit for pal-e-docs-app #118
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-app#118
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-appUser Story
As a platform admin on mobile,
I want pal-e-docs to be readable and navigable on my phone
So that I can reference SOPs and notes on the go.
Context
pal-e-docs-app is the SvelteKit frontend for pal-e-docs. Full control over CSS. Need to audit current mobile experience and fix responsive issues -- navigation sidebar, note content width, board views, search.
Must follow platform CSS philosophy from pal-e-playground:
:root(--color-*,--font-*)@media (min-width: 600px)for desktopFile Targets
Files the agent should modify or create:
src/app.html-- verify viewport meta tagsrc/app.css-- global responsive styles, design tokenssrc/routes/+layout.svelte-- responsive sidebar/navFiles the agent should NOT touch:
src/routes/+layout.server.ts-- server logic, not layoutsrc/routes/+layout.ts-- client logic, not layoutAcceptance Criteria
@media (min-width: 600px)for desktopTest Expectations
npm run buildsucceedsConstraints
min-width: 600pxbreakpoint)Checklist
Related
project-pal-e-platform-- platform project#344-- pal-e-docs-app dev environment (completed)