Skip to content

Active workspace is not persisted between page reloads; App always defaults to the first workspace #15

@jonochocki

Description

@jonochocki

When a user refreshes the browser or reopens Agenda.dev, the application reinitializes with the first workspace in the account’s workspace array instead of the workspace that was active before the refresh. This disrupts workflow continuity and increases the risk of users creating or editing items in the wrong context.

Constantly resetting the workspace context adds cognitive overhead and can lead to data being added to an unintended workspace. I've found this can be especially problematic in multi-team or multi-project environments.

Steps to Reproduce

  1. Sign in with an account that owns multiple workspaces.
  2. From the workspace selector, choose any workspace other than the first one.
  3. Reload the page or close and reopen the tab.

Expected Behaviour

  • The previously selected workspace should be restored automatically after the application reloads.
  • The chosen workspace should remain the default across browser sessions until the user explicitly selects a different workspace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions