18 lines
335 B
Markdown
18 lines
335 B
Markdown
# 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
|
|
```
|