fix: restore Day calendar parity with Week grid behavior#1820
Merged
Conversation
- Reuse the shared timed-event deck layout across Day and Week, including active timed draft decks - Mark the event being edited with a lifted in-palette background instead of a dark fill or accent ring Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restores the remaining Day calendar parity gaps after the shared Day/Week grid work:
Validation
bun test --cwd packages/web src/views/Day/components/Calendar/DayCalendarGrid.test.tsxbun test --cwd packages/web src/common/calendar-interaction/react/CalendarInteractionPointerCaptureBoundary.test.tsx src/views/Day/interaction/adapter/DayInteractionAdapter.test.ts src/views/Day/interaction/DayInteractionCoordinator.test.tsxbun test --cwd packages/web src/views/Week/interaction/adapter/WeekInteractionAdapter.timedDrag.test.ts src/views/Week/interaction/adapter/WeekInteractionAdapter.timedResize.test.ts src/views/Week/interaction/adapter/WeekInteractionAdapter.allDayDrag.test.ts src/views/Week/interaction/adapter/WeekInteractionAdapter.allDayResize.test.tsbun test --cwd packages/web src/components/PlannerSidebar/SomedayEventSections/interaction/adapter/SomedayInteractionAdapter.test.ts src/components/ContextMenu/ContextMenuItems.test.tsxbunx playwright test e2e/timed/create-event-mouse.spec.ts e2e/timed/update-event-mouse.spec.ts e2e/allday/update-allday-event-mouse.spec.ts e2e/someday/drag-someday-event-mouse.spec.tsbun run type-checkbun run lintgit diff --checkChrome smoke note:
/dayrendered in Chrome, but the Codex Chrome Extension blocked the first native drag attempt because another extension UI was open, then the extension connection became unavailable. Chrome, the extension, and the native host all checked as installed/enabled, so this is left as a local Chrome-extension limitation rather than app behavior evidence.