feat: add alpha preview brand badge

This commit is contained in:
2026-05-05 13:19:33 -04:00
parent 244be555f9
commit 78a7517de7
5 changed files with 95 additions and 17 deletions

View File

@@ -0,0 +1,19 @@
# Task: Add alpha preview brand badge
## Goal
Add a compact product-stage badge beside the authenticated app brand and public landing brand so users can see the product is in alpha preview without treating it as an error or blocking alert. Remove the old authenticated sidebar caption so the brand treatment stays focused.
## Relevant Files
- `frontend/src/layouts/main/AppSidebar.vue`
- `frontend/src/static/components/LandingSiteMenu.vue`
- `frontend/src/locales/en.json`
- `frontend/src/locales/fr.json`
## Validation
```bash
cd frontend
npm run build
```