Skip to content

Simplify refresh handling in DataContext #163

@alikhere

Description

@alikhere

The refresh flag is toggled from the debug header, and several components check it to decide when to pull data, but fetchData in DataContext just sets refresh back to false without actually coordinating any fetches. It would be cleaner to either centralize the refresh behavior (have fetchData call all the relevant APIs) or drop fetchData entirely and have components own their own polling/refresh logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions