fix(calendar): align create preview with task duration #230

Merged
barrettruth merged 1 commit from fix/calendar-create-preview into main 2026-04-09 21:02:18 +00:00
barrettruth commented 2026-04-09 20:19:47 +00:00

Summary

  • make the week-view dashed create preview use the same 15-minute default as the event created from a single slot click
  • keep range-created previews aligned with their explicit end time through a shared helper
  • remove the create-tray time subtitle under the title so the quick view stays more compact

Test plan

  • pnpm exec vitest run tests/lib/calendar-prefill.test.ts
  • pnpm typecheck
  • nix develop -c biome check .
## Summary - make the week-view dashed create preview use the same 15-minute default as the event created from a single slot click - keep range-created previews aligned with their explicit end time through a shared helper - remove the create-tray time subtitle under the title so the quick view stays more compact #### Test plan - [x] `pnpm exec vitest run tests/lib/calendar-prefill.test.ts` - [x] `pnpm typecheck` - [x] `nix develop -c biome check .`
Sign in to join this conversation.
No description provided.