managarten/services/matrix-clock-bot/src
Till-JS 5af965ea90 feat(clock-bot): add live timer progress with message editing
- Add editMessage() method to BaseMatrixService for Matrix message editing
- Implement live timer updates every 10 seconds using background interval
- Display progress bar using Unicode block characters (█░)
- Track active timers and update messages with current state
- Show percentage completion and remaining time
- Handle timer pause/resume/finish states
- Clean up tracking on timer completion or errors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 12:07:28 +01:00
..
bot feat(clock-bot): add live timer progress with message editing 2026-02-14 12:07:28 +01:00
clock feat(matrix-bots): add i18n system and direct message fallback 2026-02-02 16:07:27 +01:00
config 🔒 refactor(bots): remove !login command and enforce OIDC-only auth 2026-02-14 11:26:58 +01:00
app.module.ts ♻️ refactor: migrate 19 Matrix bots to shared HealthController 2026-02-01 01:17:01 +01:00
main.ts feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 17:04:45 +01:00