feat(app): add flow diagnostics and refine interface
Improve failure recovery visibility, strengthen account-session handling, and make the cross-platform interface more consistent.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// UsageSurfaceCard.swift
|
||||
// OSGKeyboard · Shared
|
||||
//
|
||||
// Flat semantic surface used by home / dashboard stats on every platform.
|
||||
// Deliberately shadowless — hierarchy comes from the semantic surface fill.
|
||||
// Semantic surface used by home / dashboard stats on every platform.
|
||||
// Shared card elevation keeps its depth consistent with the rest of the app.
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@@ -30,5 +30,6 @@ public struct UsageSurfaceCard<Content: View>: View {
|
||||
.padding(padding)
|
||||
.background(palette.surface, in: shape)
|
||||
.clipShape(shape)
|
||||
.cardElevation()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user