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
fix(calendar): improve dynamic header and event loading
- Increase event fetch limit to 200 to cover full month view
- Update events panel header dynamically based on selected date:
- Shows "Today's Schedule" when clicking on today's date
- Shows formatted date (e.g., "Wednesday, January 28") for other days
- Change default sidebar view from "Today" to "Week"
- Replace hardcoded title/date with "Loading..." placeholders
that get populated dynamically by JavaScript
0 commit comments