chore(web): remove now view#1850
Merged
Merged
Conversation
This was referenced Jun 2, 2026
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.
Intent
The
/nowview is not used by anyone anymore, so this PR removes it instead of keeping hidden or redirected paths around. The goal is to reduce UX surface area and delete the related code paths so future navigation and shortcut work only has to account for Day and Week.What changed
/nowroute,ROOT_ROUTES.NOW, andVIEW_SHORTCUTS.now.packages/web/src/views/Nowtree, including Now-only components, hooks, providers, shortcut handlers, and tests.Nnavigation shortcut, Now command-palette entries, Now shortcut overlay/sidebar hints, and the Now option fromSelectView.Reviewer notes
There is intentionally no redirect or workaround for
/now; with the route removed, it falls through to the existing app routing behavior. Review should focus on whether any user-visible entry point still suggests Now exists: view dropdown, command palette, shortcut overlays, global shortcuts, demo tasks, e2e tests, and docs.The follow-up e2e fix removes stale Playwright assertions that expected the view dropdown to include Now and keyboard-select
/now.Validation
bun test:webpassed: 1003 tests, 0 failuresbun type-checkpassedbun lintpassedbunx playwright test e2e/navigation/week-view-switch.spec.ts --project=chromium-desktoppassed: 5 tests, 0 failuresbun test:e2epassed: 45 tests, 0 failures/now,ROOT_ROUTES.NOW,VIEW_SHORTCUTS.now,views/Now,useNowShortcuts,nowShortcuts,isNow