mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-02 03:22:40 +02:00
The old code in app.js used elapsed-time division to determine "today" vs "yesterday", causing messages from late evening to show as "today" when viewed shortly after midnight. Now both app.js and dm.js compare calendar dates via toDateString(). Also adds "Yesterday" label support to dm.js. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>