$ the-wire · showcase
All-day events keep their date in the calendar
By RepoJournal · Filed · About Open WebUI
Open WebUI fixed a bug that shifted all-day event dates when saved, and the codebase got a general refactor.
The calendar view in Open WebUI had a date-drift bug: all-day events could land on the wrong day after saving [1]. This fix ensures the date stays as entered, which matters for any workflow that relies on calendar accuracy.
In the same repository, a broad code refactor landed under the short title "refac" [2]. The change carries no release notes or visible behavior difference, so treat it as internal housekeeping with no expected user impact.
Action items
- → Pull the latest open-webui main to pick up the calendar date fix open-webui/open-webui [monitor]
References
- [1] fix(calendar): prevent all-day event date drift on save (#25864) ↗ open-webui/open-webui
- [2] refac ↗ open-webui/open-webui