# Hi2Chat Enterprise Build 05.2

## Status
Build check passed with `npm run build`.

## Main fixes and features
- Professional light blue/white browser UI polish.
- Main lobby compact feed with fixed header, fixed sidebars and sticky typing bar.
- Chat/system time changed to 24-hour format, for example `18:29`.
- Right-side Mentions panel removed.
- Mentions now highlight only inside the original chat message.
- User join/left small grey system messages in Main Lobby.
- Right sidebar shows Online Users and Offline Users with last seen.
- All navigation buttons open a working page/foundation.
- Fullscreen button added using Browser Fullscreen API.
- Typing bar language selector added: Auto, English, Tamil, German, French, Italian, Spanish, Arabic, Hindi.
- Robo users added: Hi2Bot, TravelBot, GameBot.
- Bot replies work when mentioning `@Hi2Bot`, `@TravelBot`, or `@GameBot`.
- Games page added with Quiz Battle, Guess the Flag, Emoji Quiz, Word Chain and Daily Challenge.
- Stories/Reels foundation added.
- “What’s on your mind” kept inside Create page, not Main Lobby.
- Settings keeps theme choices and per-user text/name colors.
- Per-user color behavior preserved: changing your color does not change other users.
- FM Player page/widget foundation.
- Notifications page foundation.
- Mobile responsive polish.

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

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