Skip to content

Commit

Permalink
Small UI fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeiraAlexandre committed Feb 9, 2024
1 parent c70fb55 commit ecbee2c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Binary file modified Screenshots/Apple Watch.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions Shared/Localization/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
}
}
}
},
" " : {

},
"%@" : {
"localizations" : {
Expand Down
3 changes: 3 additions & 0 deletions Shared/View/Navigation/ExploreView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ struct ExploreView: View {
#elseif os(tvOS)
.ignoresSafeArea(.all, edges: .horizontal)
#endif
#if os(macOS)
.navigationTitle(" ")
#endif
#if os(iOS)
.navigationBarTitleDisplayMode(.inline)
#endif
Expand Down
4 changes: 3 additions & 1 deletion Shared/View/Settings/WatchlistSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@ struct WatchlistSettingsView: View {
.buttonStyle(.plain)
#endif
}
#if !os(tvOS) && os(macOS)
#if !os(tvOS)
Section {
#if os(iOS)
importButton
exportButton
#endif
} header: {
#if !os(macOS)
Text("Backup & Restore")
#endif
} footer: {
#if os(iOS)
Text("Backup/Restore is in beta, only use it to export your data or to import if you're switching your iCloud account, there's no logic at the moment to avoid duplication.")
Expand Down

0 comments on commit ecbee2c

Please sign in to comment.