diff options
author | Shav Kinderlehrer <[email protected]> | 2023-12-25 00:41:45 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-12-25 00:41:45 -0500 |
commit | 8e73b094bafb635c30845b996340bc492e5633e4 (patch) | |
tree | 704e95f4641e6d8bf2f2a36558c7b504b6ee447e /Jel/Views/Dashboard/DashboardLibraryView.swift | |
parent | 69bed7745833add72cfe1b1516a61f62460b1765 (diff) | |
download | jel-8e73b094bafb635c30845b996340bc492e5633e4.tar.gz jel-8e73b094bafb635c30845b996340bc492e5633e4.zip |
Implement library searching
Diffstat (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift')
-rw-r--r-- | Jel/Views/Dashboard/DashboardLibraryView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jel/Views/Dashboard/DashboardLibraryView.swift b/Jel/Views/Dashboard/DashboardLibraryView.swift index 2e0cd0e..57ffa50 100644 --- a/Jel/Views/Dashboard/DashboardLibraryView.swift +++ b/Jel/Views/Dashboard/DashboardLibraryView.swift @@ -15,6 +15,7 @@ struct DashboardLibraryView: View { @State var libraries: [BaseItemDto] = [] @State var loading: Bool = true + var body: some View { if loading { ProgressView() |