aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Sounds
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2025-10-20 22:15:48 -0700
committerDustin Mierau <dustin@mierau.me>2025-10-20 22:15:48 -0700
commitede41868962ffed386b0da694d14cdfe6cfdb34f (patch)
treef0b91edd1d9c1bbc23de525224b49d6f8e48e815 /Hotline/Sounds
parent77b3ac3c051fc4e8fa126cd21e261be28f4aad1a (diff)
Cleanup and a bunch of work to fix issues syncing, loading, and general bookmark states in TrackerView. Added search field (substring conjunctive filter on server/bookmark names and descriptions).
Diffstat (limited to 'Hotline/Sounds')
-rw-r--r--Hotline/Sounds/Application-iOS.swift18
-rw-r--r--Hotline/Sounds/chat-message.aiffbin4554 -> 0 bytes
-rw-r--r--Hotline/Sounds/error.aiffbin4610 -> 0 bytes
-rw-r--r--Hotline/Sounds/logged-in.aiffbin4166 -> 0 bytes
-rw-r--r--Hotline/Sounds/new-news.aiffbin17514 -> 0 bytes
-rw-r--r--Hotline/Sounds/server-message.aiffbin7914 -> 0 bytes
-rw-r--r--Hotline/Sounds/transfer-complete.aiffbin21378 -> 0 bytes
-rw-r--r--Hotline/Sounds/user-login.aiffbin6186 -> 0 bytes
-rw-r--r--Hotline/Sounds/user-logout.aiffbin7080 -> 0 bytes
9 files changed, 0 insertions, 18 deletions
diff --git a/Hotline/Sounds/Application-iOS.swift b/Hotline/Sounds/Application-iOS.swift
deleted file mode 100644
index 2fb6ad2..0000000
--- a/Hotline/Sounds/Application-iOS.swift
+++ /dev/null
@@ -1,18 +0,0 @@
-import SwiftUI
-import SwiftData
-import UniformTypeIdentifiers
-
-@main
-struct Application: App {
- private var model = Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient())
-
- @FocusedValue(\.activeHotlineModel) private var activeHotline: Hotline?
- @FocusedValue(\.activeServerState) private var activeServerState: ServerState?
-
- var body: some Scene {
- WindowGroup {
- TrackerView()
- .environment(model)
- }
- }
-}
diff --git a/Hotline/Sounds/chat-message.aiff b/Hotline/Sounds/chat-message.aiff
deleted file mode 100644
index 73ea391..0000000
--- a/Hotline/Sounds/chat-message.aiff
+++ /dev/null
Binary files differ
diff --git a/Hotline/Sounds/error.aiff b/Hotline/Sounds/error.aiff
deleted file mode 100644
index 8a9f7f6..0000000
--- a/Hotline/Sounds/error.aiff
+++ /dev/null
Binary files differ
diff --git a/Hotline/Sounds/logged-in.aiff b/Hotline/Sounds/logged-in.aiff
deleted file mode 100644
index 5f59de0..0000000
--- a/Hotline/Sounds/logged-in.aiff
+++ /dev/null
Binary files differ
diff --git a/Hotline/Sounds/new-news.aiff b/Hotline/Sounds/new-news.aiff
deleted file mode 100644
index 5c56582..0000000
--- a/Hotline/Sounds/new-news.aiff
+++ /dev/null
Binary files differ
diff --git a/Hotline/Sounds/server-message.aiff b/Hotline/Sounds/server-message.aiff
deleted file mode 100644
index 152bebe..0000000
--- a/Hotline/Sounds/server-message.aiff
+++ /dev/null
Binary files differ
diff --git a/Hotline/Sounds/transfer-complete.aiff b/Hotline/Sounds/transfer-complete.aiff
deleted file mode 100644
index b22e0ae..0000000
--- a/Hotline/Sounds/transfer-complete.aiff
+++ /dev/null
Binary files differ
diff --git a/Hotline/Sounds/user-login.aiff b/Hotline/Sounds/user-login.aiff
deleted file mode 100644
index 0dcfb6f..0000000
--- a/Hotline/Sounds/user-login.aiff
+++ /dev/null
Binary files differ
diff --git a/Hotline/Sounds/user-logout.aiff b/Hotline/Sounds/user-logout.aiff
deleted file mode 100644
index 8999edc..0000000
--- a/Hotline/Sounds/user-logout.aiff
+++ /dev/null
Binary files differ