# Hi2Chat Enterprise - Build 05.2.1

## Status
Build check completed successfully.

## Added / Fixed
- Main Lobby top search bar removed.
- Lobby filter tabs removed: All Messages, Global, Friends, Following, Favorites, Test Join/Left, Filter.
- Main Lobby height increased for more chat space.
- Mobile layout fixed: compact header, compact stories row, full chat height, sticky typing bar.
- Fullscreen button added clearly in the header.
- 24-hour time format kept across lobby/system messages.
- Welcome system message appears in lobby on login/join.
- User join/left system messages stay as small grey lobby lines.
- Private chat now opens as a floating popup window and does not disturb Main Lobby.
- Right side still shows Online Users and Offline Users.
- Mentions panel remains removed; mentions highlight inside main chat feed only.
- Tamil language typing foundation added: when Tamil is selected, common Tanglish words are converted to Tamil script before send.
- Modern icon style polish and hover animations added.
- News, Birthday Wishes and FM Player remain visible in the left side section instead of hidden at the bottom.
- Refresh latest data button added to header.
- Settings includes Clear UI Cache + Reload.
- Frontend assets are rebuilt with hashed filenames for browser cache refresh.

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

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

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