diff options
| author | Dustin Mierau <dustin@mierau.me> | 2025-10-20 22:15:48 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2025-10-20 22:15:48 -0700 |
| commit | ede41868962ffed386b0da694d14cdfe6cfdb34f (patch) | |
| tree | f0b91edd1d9c1bbc23de525224b49d6f8e48e815 /Hotline/Sounds | |
| parent | 77b3ac3c051fc4e8fa126cd21e261be28f4aad1a (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.swift | 18 | ||||
| -rw-r--r-- | Hotline/Sounds/chat-message.aiff | bin | 4554 -> 0 bytes | |||
| -rw-r--r-- | Hotline/Sounds/error.aiff | bin | 4610 -> 0 bytes | |||
| -rw-r--r-- | Hotline/Sounds/logged-in.aiff | bin | 4166 -> 0 bytes | |||
| -rw-r--r-- | Hotline/Sounds/new-news.aiff | bin | 17514 -> 0 bytes | |||
| -rw-r--r-- | Hotline/Sounds/server-message.aiff | bin | 7914 -> 0 bytes | |||
| -rw-r--r-- | Hotline/Sounds/transfer-complete.aiff | bin | 21378 -> 0 bytes | |||
| -rw-r--r-- | Hotline/Sounds/user-login.aiff | bin | 6186 -> 0 bytes | |||
| -rw-r--r-- | Hotline/Sounds/user-logout.aiff | bin | 7080 -> 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 Binary files differdeleted file mode 100644 index 73ea391..0000000 --- a/Hotline/Sounds/chat-message.aiff +++ /dev/null diff --git a/Hotline/Sounds/error.aiff b/Hotline/Sounds/error.aiff Binary files differdeleted file mode 100644 index 8a9f7f6..0000000 --- a/Hotline/Sounds/error.aiff +++ /dev/null diff --git a/Hotline/Sounds/logged-in.aiff b/Hotline/Sounds/logged-in.aiff Binary files differdeleted file mode 100644 index 5f59de0..0000000 --- a/Hotline/Sounds/logged-in.aiff +++ /dev/null diff --git a/Hotline/Sounds/new-news.aiff b/Hotline/Sounds/new-news.aiff Binary files differdeleted file mode 100644 index 5c56582..0000000 --- a/Hotline/Sounds/new-news.aiff +++ /dev/null diff --git a/Hotline/Sounds/server-message.aiff b/Hotline/Sounds/server-message.aiff Binary files differdeleted file mode 100644 index 152bebe..0000000 --- a/Hotline/Sounds/server-message.aiff +++ /dev/null diff --git a/Hotline/Sounds/transfer-complete.aiff b/Hotline/Sounds/transfer-complete.aiff Binary files differdeleted file mode 100644 index b22e0ae..0000000 --- a/Hotline/Sounds/transfer-complete.aiff +++ /dev/null diff --git a/Hotline/Sounds/user-login.aiff b/Hotline/Sounds/user-login.aiff Binary files differdeleted file mode 100644 index 0dcfb6f..0000000 --- a/Hotline/Sounds/user-login.aiff +++ /dev/null diff --git a/Hotline/Sounds/user-logout.aiff b/Hotline/Sounds/user-logout.aiff Binary files differdeleted file mode 100644 index 8999edc..0000000 --- a/Hotline/Sounds/user-logout.aiff +++ /dev/null |