Skip to content

Release - 0.1.3

Choose a tag to compare

@DrBanshan DrBanshan released this 20 Jun 07:56
· 15 commits to main since this release

⚡ Performance

  • Optimized drag-and-drop for large habit lists — cards now reorder in-place instead of full re-render
  • Cached DOM queries during drag operations, eliminating repeated lookups
  • Throttled drag-over layout calculations to one frame per cycle

📱 Compact Mode (Today View)

  • Today view cards automatically switch to a 3-row layout when window width is ≤900px
  • Row 1: streak count, today toggle, and habit name stay together on the left
  • Row 2: day blocks centered below
  • Row 3: total day count right-aligned

🎨 UI Fixes

  • Added subtle border outline to year cards in All view for visual distinction
  • Increased total day count font size to 16px bold across both wide and compact modes
  • Fine-tuned spacing between streak count, toggle, and habit name in today view