Skip to content

Calendar connections UI: no error/success feedback (stuck loading, silent failures) #268

Description

@pdovhomilja

Deferred from the two-way calendar sync work (P4, v0.17.0).

The calendar connections/settings UI swallows failures:

  • CalendarConnectionsList fetch calls lack try/catch — a network failure leaves the component stuck on "Loading…" with no error state.
  • Disconnect ignores res.ok — a failed disconnect appears to succeed.
  • The settings save form has no success/failure feedback.
  • Connect links use a plain <a> (minor — verify intended).

Fix

Add error/success states (toast or inline) and handle non-ok responses in the connections list and settings save flow.

Area

Calendar connections list component + admin calendar-settings page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions