fix: collapse sidebar by default on small screens

This commit is contained in:
2026-05-04 16:40:43 -04:00
parent 8f4b95f311
commit 552f4f1f21
2 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
# Responsive Sidebar Default
## Goal
Collapse the authenticated app sidebar by default on smaller devices while preserving the existing desktop expanded default and manual toggle behavior.
## Relevant Files
- `frontend/src/App.vue`
- `frontend/src/layouts/main/AppSidebar.vue`
## Validation
```bash
cd frontend
npm run build
```