Commit Graph

9 Commits

Author SHA1 Message Date
jkunz 8057216006 give the welcome screen glass chrome and shadcn polish
CI / test (push) Has been cancelled
- Wrap the pairing action dock in a rounded glassEffect container with linear-gradient edge fades at the top and bottom of the scroll, producing the native iOS 26 Liquid Glass chrome without masking blur hacks.
- Realign the welcome layout to match the shadcn cards used by the home tab: tighter 40pt hero glyph, ShadcnBadge callout, AppSectionCard step/note rows, and PrimaryActionStyle/SecondaryActionStyle buttons instead of a tint-colored glassProminent pill.
- Add a VariableBlurView utility in GlassChrome.swift (adapted from nikstar/VariableBlur, MIT) for cases where a real progressive Gaussian blur is needed, and capture the chrome/blur playbook plus tsswift screenshot workflow notes in readme.knowledge.md.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 20:45:47 +00:00
jkunz 75f5a4e7e8 refine pairing onboarding and scanner presentation 2026-04-20 19:18:03 +00:00
jkunz 5b6de05b11 add pairing welcome flow and polish qr scanner
CI / test (push) Has been cancelled
2026-04-20 18:40:32 +00:00
jkunz 86d35b0e84 align remote simulator setup with tsswift 0.5.2 2026-04-20 18:40:25 +00:00
jkunz 1137a117b1 fix live passport service macOS build
CI / test (push) Has been cancelled
Narrow the live service initializer visibility, correct key material decoding, and restrict the location evidence helper to iOS so the app builds cleanly on macOS.
2026-04-20 14:10:43 +00:00
jkunz a298b5e421 replace mock passport flows with live server integration
CI / test (push) Has been cancelled
Switch the app to the real passport enrollment, dashboard, device, alert, and challenge APIs so it can pair with idp.global and act on server-backed state instead of demo data.
2026-04-20 13:21:39 +00:00
jkunz 271d9657bf Refine inbox and watch approval presentation
CI / test (push) Has been cancelled
Tighten the inbox, detail, and watch layouts so approval actions feel denser and more direct across compact surfaces.
2026-04-19 21:50:03 +02:00
jkunz 61a0cc1f7d Overhaul native approval UX and add widget surfaces
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.
2026-04-19 16:29:13 +02:00
jkunz a6939453f8 Adopt root-level tsswift app layout
CI / test (push) Has been cancelled
Move the app payload under swift/ while keeping git, package.json, and .smartconfig.json at the repo root. This standardizes the Swift app setup so build, test, run, and watch workflows match the other repos.
2026-04-19 01:21:43 +02:00