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
Split panel into independent controls (top) and view (bottom) sections that re-render separately, avoiding
interference during window resizing
π¨ UI Improvements
Compact mode for Today view β cards stack into 3 rows when container width β€500px, triggered by actual
container width via ResizeObserver (works reliably on all platforms)
Align settings button with other control buttons in the header row
Simplified color picker β removed preset swatches, replaced with inline Obsidian color picker labeled
"Color:"
Add 11 new emoji options to the habit icon picker
π Bug Fixes
Fix compact mode not triggering on macOS/iOS by using ResizeObserver instead of viewport-based media
queries
Resolve TypeScript unsafe any and Promise type warnings in modals.ts