refactor: simplify settings routing to one surface #296
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#296
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Settings currently has both modal-intercepted routes and full-page routes for the same sections.
That gives a nice interaction model, but it doubles route surface and makes scope cuts more expensive because every settings section exists in two route trees.
Solution
Choose one settings navigation surface for v0.1.0 and remove the duplicate route mode.
Preferred solution: keep normal
/settings/*pages because they are simpler, linkable, and easier to reason about. Remove the intercepted@modal/(.)settings/*routes unless there is a concrete workflow that requires them.Acceptance criteria