diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-27 23:38:04 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-27 23:38:04 +0100 |
| commit | 213710bf5bd6413c747bf126db50816ef5de5a6e (patch) | |
| tree | 912f8cf87955a08077c92fea8ad934f50b7ab975 /Hotline/Sounds | |
| parent | f466b21dc02f78c984ba6748e703f6780a7a0db4 (diff) | |
| parent | 6a95b53616a4abfa306ddce43151cf4fefbd20ed (diff) | |
Merge remote-tracking branch 'upstream/main'
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 55c5aa1..0000000 --- a/Hotline/Sounds/Application-iOS.swift +++ /dev/null @@ -1,18 +0,0 @@ -import SwiftData -import SwiftUI -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 |