Commit Graph

5 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 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