Add issue to FIXMEs
This commit is contained in:
parent
25470e61e5
commit
696f076ac5
|
@ -26,7 +26,7 @@
|
|||
import PassepartoutKit
|
||||
import SwiftUI
|
||||
|
||||
// FIXME: ###, providers UI, iPadOS (Simulator?) picker .navigationLink selection is blue (vs gray) and disclosed options are white
|
||||
// FIXME: #746, providers UI, iPadOS (Simulator?) picker .navigationLink selection is blue (vs gray) and disclosed options are white
|
||||
|
||||
struct ProviderPicker: View {
|
||||
let providers: [ProviderMetadata]
|
||||
|
|
|
@ -55,7 +55,7 @@ extension VPNProviderServerView {
|
|||
private extension VPNProviderServerView.Subview {
|
||||
var listView: some View {
|
||||
List {
|
||||
// FIXME: ###, providers UI, iOS server rows + country flags
|
||||
// FIXME: #746, providers UI, iOS server rows + country flags
|
||||
if manager.isFiltering {
|
||||
ProgressView()
|
||||
} else {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
import PassepartoutKit
|
||||
import SwiftUI
|
||||
|
||||
// FIXME: ###, providers UI, macOS country flags
|
||||
// FIXME: #746, providers UI, macOS country flags
|
||||
|
||||
extension VPNProviderServerView {
|
||||
struct Subview: View {
|
||||
|
|
Loading…
Reference in New Issue