Add ping endpoint, update-refresh prompt, and dark-mode polish
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
- Implemented token-based new-password submission (`?token=...&email=...`) wired to `POST /api/reset-password`.
|
||||
- Updated reset flow UX to return to `/login` after successful reset-link request and after successful password update.
|
||||
- Added English and German translations for password reset screens/messages.
|
||||
- Added new `/ping` endpoint returning connection status, build status, and notification state.
|
||||
- Added frontend ping polling with active/hidden intervals and console diagnostics.
|
||||
- Added update-available detection comparing loaded build vs ping build, with footer refresh CTA.
|
||||
- Added update info modal prompting users to refresh when a newer build is detected.
|
||||
- Tuned global dark mode palette to reduce overly bright text/surfaces in dark theme.
|
||||
- Refined accent button state styling (hover/active/focus) to avoid Bootstrap blue fallback and preserve contrast.
|
||||
|
||||
## 2026-02-18
|
||||
- Added CLI default PHP version detection to system status (`php_default_version`) using the CLI `php` binary.
|
||||
|
||||
Reference in New Issue
Block a user