[UI] "Send to Notion" label should be dynamic based on user's connected integrations #16

Closed
opened 2026-03-16 11:49:38 -07:00 by pyr0ball · 0 comments
Owner

Problem

The "Send to Notion" button/section on the Home dashboard is hardcoded to say "Notion" regardless of whether the user has Notion connected. It should reflect the user's actual configured sync destination(s), or show a prompt to connect an integration if none are set up.

Expected behaviour

  • If Notion is connected → show "Send to Notion" (current behaviour)
  • If another sync target is connected → reflect that
  • If no sync integration is configured → show "Set up a sync integration" or similar, linking to Settings → Integrations

Location

app/Home.py — the right column sync section

## Problem The "Send to Notion" button/section on the Home dashboard is hardcoded to say "Notion" regardless of whether the user has Notion connected. It should reflect the user's actual configured sync destination(s), or show a prompt to connect an integration if none are set up. ## Expected behaviour - If Notion is connected → show "Send to Notion" (current behaviour) - If another sync target is connected → reflect that - If no sync integration is configured → show "Set up a sync integration" or similar, linking to Settings → Integrations ## Location `app/Home.py` — the `right` column sync section
Sign in to join this conversation.
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: Circuit-Forge/peregrine#16
No description provided.