Skip to content

Notification-preferences link is a raw <a href> that triggers a full page reload #794

Description

@feyishola

NotificationDropdown.tsx:103 uses <a href="/preferences"> instead of a React Router <Link>. Clicking it forces a full document navigation, tearing down and re-bootstrapping the SPA (re-fetching bundles, re-running auth/notification providers) instead of a client-side transition. Fix: replace with <Link to="/preferences">.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions