# Hi2Chat Enterprise Build 05.2.2

## Build status
- Frontend build check: PASS (`npm run build`)
- Base: Build 05.2.1

## Added / fixed
- Full modern SVG icon system across left sidebar, right sidebar, header and chat input.
- Old emoji/bootstrap-style navigation icons replaced with clean line icons.
- Left sidebar order updated:
  - Main Lobby
  - Birthday Wishes preview card
  - News preview card
  - Private Chat and other modules
  - FM Player compact card
- Birthday Wishes card shows one latest birthday on front.
- Multiple same-day birthdays rotate automatically.
- Birthday/News click opens full popup list.
- Right sidebar uses modern icons for online/offline/users/video/audio rooms.
- Mobile layout updated:
  - Left top hamburger opens main navigation drawer.
  - Bottom-right users button opens right-side drawer.
  - Right-side drawer contains Online Users, Offline Users, Video Rooms, Audio Rooms and Birthdays.
  - Main mobile screen stays clean for chat only.
- Modern chat input icons added: emoji, GIF, attachment, image, voice, send.
- Fullscreen, refresh and notification header icons updated.
- Private chat remains popup and does not disturb Main Lobby.
- Existing 24-hour time and Tanglish→Tamil typing foundation preserved.

## Run
```bash
cd frontend
npm install
npm run dev
```

## Open
```text
http://localhost:5173
```
