cleanup: remove integrations settings placeholder #334

Merged
barrettruth merged 1 commit from cleanup/remove-integrations-settings-route into main 2026-05-11 19:50:53 +00:00
Owner

Problem

The integrations settings route is an empty placeholder that points users back to calendar settings, so it makes the settings surface look larger than the live product.

Solution

  • Remove the empty integrations settings page and component.
  • Drop integrations from SETTINGS_SECTIONS so the settings nav and numeric shortcuts skip it.
  • Update settings/keymap tests around the final nav order and remove the placeholder component test.

Verification

  • nix develop --command pnpm exec vitest run tests/lib/settings-navigation.test.ts tests/lib/keymap-defs.test.ts tests/lib/settings-primitives.test.ts --reporter=verbose
  • nix develop --command just lint

Closes #313

## Problem The integrations settings route is an empty placeholder that points users back to calendar settings, so it makes the settings surface look larger than the live product. ## Solution - Remove the empty integrations settings page and component. - Drop integrations from SETTINGS_SECTIONS so the settings nav and numeric shortcuts skip it. - Update settings/keymap tests around the final nav order and remove the placeholder component test. ## Verification - nix develop --command pnpm exec vitest run tests/lib/settings-navigation.test.ts tests/lib/keymap-defs.test.ts tests/lib/settings-primitives.test.ts --reporter=verbose - nix develop --command just lint Closes #313
cleanup: remove integrations settings placeholder
All checks were successful
quality / Test (pull_request) Successful in 17s
quality / Lint (pull_request) Successful in 20s
quality / Build (pull_request) Successful in 42s
8daf1fcc33
barrettruth deleted branch cleanup/remove-integrations-settings-route 2026-05-11 19:50:53 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta!334
No description provided.