Skip to content

[DRAFT] Cache Dashboard history #4

@Valera56pub

Description

@Valera56pub

Explore apps/frontend_dashboard/src/routes/Dashboard.jsx
History fetching is extremely slow.

  1. Cache data in local storage.
  2. On page load, if data is in local storage, display it immediately and run an API fetch to update the data in the background.
  3. Once the data is fetched, display it and replace it in local storage.
  4. Make sure to handle cases when the user changes the wallet id.

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