Made visual improvements to the RecordingView view in the Recording package target.

This commit is contained in:
2026-07-05 14:30:48 +02:00
parent ee212cb6e3
commit 21d86cdc33
4 changed files with 25 additions and 28 deletions
@@ -108,13 +108,8 @@ extension RecordingView {
state == .processing
}
/// Whether the discard button should be visible.
var shouldShowDiscard: Bool {
state == .paused
}
/// Whether the send button should be visible.
var shouldShowSend: Bool {
/// Whether the action buttons (send and discard) should be visible.
var shouldShowActions: Bool {
state != .notRecording
&& state != .recording
}