Overhaul native approval UX and add widget surfaces
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
Bring the SwiftUI app in line with the Apple-native mock and keep pending approvals actionable from Live Activities and watch complications.
This commit is contained in:
8
swift/WatchApp/Design/GlassChrome.swift
Normal file
8
swift/WatchApp/Design/GlassChrome.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
import SwiftUI
|
||||
|
||||
public extension View {
|
||||
@ViewBuilder
|
||||
func idpGlassChrome() -> some View {
|
||||
self.background(.thinMaterial)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user