You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: blinking OK indicator instead of success toast
Replace the generic 'action performed successfully' toast with a short
blinking 'OK' next to the battery indicator in the navbar. Specific
success toasts (backup/clean/upload) are kept.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ neon logo that doubles as the SVG favicon ([`8d9725c`](../../commit/8d9725c)):
67
67
| PWA support: web app manifest + app icon, "add to home screen" with proper icon and name |[`a59fe0b`](../../commit/a59fe0b)|
68
68
| Full backup: export/import of all settings + RFID assignments as JSON, WiFi credentials optional |[`7f2e4ae`](../../commit/7f2e4ae)|
69
69
| Equalizer profiles: dropdown presets (Flat / Music / Audiobook-Speech / Deep voices / Custom) on top of the 3-band tone control; speech presets cut bass and lift mids/highs so deep narrator voices stay intelligible, persisted in NVS. Profiles can also be assigned per file or directory (right-click in the file browser) — e.g. set the speech profile for all Bibi Blocksberg episodes at once. The active profile can be cycled with the bindable command **154** (button/RFID modifier) and set/reported via the MQTT topic `equalizer` (`flat`/`music`/`speech`/`voiceBoost`) |[`300b9dd`](../../commit/300b9dd)|
70
+
| Blinking "OK" indicator next to the battery replaces the generic "action successful" toast |[`0870ccc`](../../commit/0870ccc)|
70
71
| SD card cleanup: removes macOS metadata (`.DS_Store`, `._*`, Spotlight/Trashes) with one click |[`5f38a51`](../../commit/5f38a51)|
71
72
| Live log: the log dialog refreshes every 2 s and follows the end of the log |[`d326faa`](../../commit/d326faa)|
72
73
| Drag & drop: upload files by dropping them from the file manager onto the file tree |[`e4972fe`](../../commit/e4972fe)|
0 commit comments