fix(reminders): remove custom destination labels from UI #231

Merged
barrettruth merged 1 commit from fix/reminder-channel-names into main 2026-04-09 21:02:04 +00:00
barrettruth commented 2026-04-09 20:59:39 +00:00

Summary

  • remove the custom destination-name field from reminder integrations so setup focuses only on the channel target
  • render reminder destinations, picker options, and delivery log metadata using the channel name only
  • centralize the visible channel naming in a shared helper so reminder surfaces stay consistent

Test plan

  • pnpm exec vitest run tests/lib/task-panel-reminders.test.ts tests/lib/reminder-delivery-log-section.test.ts tests/lib/reminder-endpoints-section.test.ts
  • pnpm typecheck
  • nix develop -c biome check src/lib/reminder-endpoint-form.ts src/components/settings/reminder-endpoints-section.tsx src/components/settings/reminder-delivery-log-section.tsx src/lib/task-panel-reminders.ts src/components/task-panel-reminders.tsx tests/lib/task-panel-reminders.test.ts tests/lib/reminder-delivery-log-section.test.ts tests/lib/reminder-endpoints-section.test.ts
## Summary - remove the custom destination-name field from reminder integrations so setup focuses only on the channel target - render reminder destinations, picker options, and delivery log metadata using the channel name only - centralize the visible channel naming in a shared helper so reminder surfaces stay consistent #### Test plan - [x] `pnpm exec vitest run tests/lib/task-panel-reminders.test.ts tests/lib/reminder-delivery-log-section.test.ts tests/lib/reminder-endpoints-section.test.ts` - [x] `pnpm typecheck` - [x] `nix develop -c biome check src/lib/reminder-endpoint-form.ts src/components/settings/reminder-endpoints-section.tsx src/components/settings/reminder-delivery-log-section.tsx src/lib/task-panel-reminders.ts src/components/task-panel-reminders.tsx tests/lib/task-panel-reminders.test.ts tests/lib/reminder-delivery-log-section.test.ts tests/lib/reminder-endpoints-section.test.ts`
Sign in to join this conversation.
No description provided.