cleanup: remove integrations settings route #371
No reviewers
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 milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!371
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-313-remove-integrations-settings-route"
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
The settings integrations page is a placeholder that points users back to calendar settings, so settings still advertises an empty surface.
Solution
/settings/integrationspages.IntegrationsSectionand its placeholder test./api/settings/integrations*routes and the calendar provider settings flow intact.Verification
nix develop --command sh -c 'pnpm install --frozen-lockfile && pnpm vitest run tests/lib/settings-navigation.test.ts tests/lib/keymap-defs.test.ts tests/lib/settings-primitives.test.ts tests/lib/calendar-settings-section.test.ts tests/api/settings-integrations.test.ts tests/api/integrations-test-route.test.ts --reporter=verbose'nix develop --command just lintnix develop --command just testnix develop --command just buildCloses #313