Files
OwnCord/Client
jevb 7df7da470b feat: auto-login, online user count, DM sidebar improvements, periodic health checks
- Add auto-login toggle on server profiles (lightning bolt icon, single-server
  enforcement). On startup, auto-connects with saved credentials; falls back
  to login form on failure or 2FA.
- Add online_users field to /api/v1/health endpoint (Go server) and display
  user count on server cards in the login page.
- Add periodic health check retry every 15s while on ConnectPage so offline
  servers update when they come back online.
- Move DM section above text channels in sidebar, limit to 3 visible DMs
  with "View all messages" button for overflow.
- DMs with new messages bubble to top of the list automatically.
- Add total unread badge on DM header (visible even when collapsed).
- Member list collapses to just header bar; state persisted across sessions.
2026-03-28 11:24:31 +01:00
..