# Hi2Chat Enterprise - Build 05.1

## Status
Build check passed: `npm run build` successful.

## Main corrections included
- Main Lobby kept clean; “What’s on your mind” composer moved inside Create page.
- Right-side Mentions panel removed.
- `@mention` remains highlighted inside the Main Lobby feed.
- Join/left lobby system messages display as small centered text.
- Right sidebar shows Online Users and Offline Users, plus Active Video Rooms, Active Voice Rooms, and Birthdays.
- Stories and Reels added as separate pages, not on the Main Lobby.
- Left navigation expanded with all main buttons.
- Buttons now have working UI actions/toasts for foundation testing.
- Private chat opens by clicking a user.
- Settings → Appearance controls themes and per-user colors.
- Per-user text/name color settings affect only the current user.
- FM Player widget present in sidebar.
- Mobile responsive layout improved.

## Run
```bash
cd frontend
npm install
npm run dev
```
Open: http://localhost:5173

## Build
```bash
cd frontend
npm run build
```
