adabarbulescu
|
19f20fe839
|
feat: add Sun/Mon week-start setting to calendar (#3875) (#4031)
- Add WEEKDAYS_SUN export to calendar/utils.js for Sun-first column order
- Add localStorage-persisted _weekStartSun state (key: cal-week-start)
- Update _monthRange, _weekRange, _renderMonth, _renderWeek, _renderYear
to respect the week-start preference
- Add 'Week starts on' toggle (Mon/Sun button chips) in Calendar Settings
- Setting takes effect immediately without closing the settings panel
|
2026-06-15 15:30:25 +09:00 |
|
adabarbulescu
|
b534d1977a
|
fix: drop thinking deltas from background agent loops
Skip thinking-only deltas when accumulating background, scheduled-task, and teacher captured reply text.
|
2026-06-15 15:03:09 +09:00 |
|
adabarbulescu
|
f0c75130bc
|
fix(calendar): prevent invalid same-day timed events
Auto-advance overnight end dates in the calendar form and reject timed events whose end datetime is not after the start datetime.
|
2026-06-15 14:59:25 +09:00 |
|
adabarbulescu
|
8e0f973780
|
fix(calendar): align week-view event times with local display time
Use local/display-time helpers for week-view event placement, editing, drag, and resize so timezone-aware events line up with what the user sees.
|
2026-06-15 14:59:14 +09:00 |
|
adabarbulescu
|
b7e5aa024c
|
fix(llm): Properly detect remote Ollama bare URLs as native endpoints (fixes #3252) (#3343)
|
2026-06-07 21:19:19 +02:00 |
|