summaryrefslogtreecommitdiff
path: root/Jel/Views/Dashboard/DashboardLibraryView.swift
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-12-25 00:41:45 -0500
committerShav Kinderlehrer <[email protected]>2023-12-25 00:41:45 -0500
commit8e73b094bafb635c30845b996340bc492e5633e4 (patch)
tree704e95f4641e6d8bf2f2a36558c7b504b6ee447e /Jel/Views/Dashboard/DashboardLibraryView.swift
parent69bed7745833add72cfe1b1516a61f62460b1765 (diff)
downloadjel-8e73b094bafb635c30845b996340bc492e5633e4.tar.gz
jel-8e73b094bafb635c30845b996340bc492e5633e4.zip
Implement library searching
Diffstat (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift')
-rw-r--r--Jel/Views/Dashboard/DashboardLibraryView.swift1
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()