Refactor views

This commit is contained in:
Arkadiusz Fal
2026-02-09 01:13:02 +01:00
parent 8464464199
commit 612dce6b9f
43 changed files with 143 additions and 125 deletions

View File

@@ -9,9 +9,10 @@ import SwiftUI
/// Shows source badge only when user has multiple sources configured.
struct SourceBadge: View {
let source: ContentSource
@Environment(\.appEnvironment) private var appEnvironment
let source: ContentSource
var body: some View {
if shouldShowBadge {
HStack(spacing: 2) {