Skip to content

Commit

Permalink
pull to refresh on mobile dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
voynow committed Oct 27, 2024
1 parent 3ebed9b commit 0af2ee6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mobile/mobile/DashboardView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ struct DashboardView: View {
}
}
}
.refreshable {
fetchData()
}
}
.background(ColorTheme.black.edgesIgnoringSafeArea(.all))
.navigationBarHidden(true)
Expand Down

0 comments on commit 0af2ee6

Please sign in to comment.