# v0.1.3 UI Refresh, Dark Mode, and Auto Refresh

## Included changes

- Refreshed the dashboard UI using the Recover Missed Call color system:
  - Navy: `#071b4d`
  - Blue: `#1267e8`
  - Teal: `#14b8a6`
- Added dark mode with a `Dark Mode` / `Light Mode` toggle.
- Saved the user theme preference in the browser.
- Added automatic refresh every 60 seconds on:
  - Dashboard
  - Lead detail page
  - Users page
- Added a header refresh status indicator with the last updated time.
- Improved card spacing, shadows, badges, mobile responsiveness, and login screen styling.

## Upload instructions

Back up and keep these live files before replacing the app files:

```text
.env
data/db.json
```

Then upload/extract the new package, run NPM install if cPanel asks, and restart the Node app.

## No configuration changes required

No new `.env` values are required for this version.

The cPanel startup file should stay:

```text
app.js
```
