In the mobile drawer the nav's flex-1 filled the full-height panel, pushing the WorkspaceSwitcher to the very bottom and leaving a large empty void between the menu and the switcher. Add a 'grow' prop to SidebarNav (default true = desktop bottom-anchor) and pass grow=false in the mobile drawer so the nav takes only its natural height — logo, menu and switcher group together at the top. Desktop sidebar unchanged. +2 Vitest assertions for the contract. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Crewli — Organizer SPA
Main product UI for organisation and event staff (Vue 3 + Vuexy + Vuetify). Lives in this repo; only re-copy from Vuexy when upgrading the template.
Setup
- Install dependencies:
pnpm install
- Create
.env.local:
VITE_API_URL=http://localhost:8000/api/v1
VITE_APP_NAME="Crewli Organizer"
- Dev server uses port 5174 (see
vite.config.tsor run from repo root:make app).
pnpm dev --port 5174
Port
Runs on http://localhost:5174
Production: e.g. VITE_API_URL=https://api.crewli.app/api/v1 and host the SPA at https://crewli.app (see api/.env.example for FRONTEND_APP_URL and SANCTUM_STATEFUL_DOMAINS).