Skip to content

fetchUpdate() currently does nothing besides toggle showFetchDetails view #7

@iamgabrielma

Description

@iamgabrielma

Currently the fetchUpdate() function only toggles the showFetchDetails View within the body UI:

    func fetchUpdate() -> Void{
        showFetchDetails.toggle()
    }

We want this to actually contain some login to trigger the fetch request, update the last fetch data, etc, ...

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