Commit Graph

6 Commits

Author SHA1 Message Date
26f4d0e671 Migrate from iOS 17 Observation to iOS 16-compatible Combine architecture.
Lower deployment target to iOS 16, replace @Observable with ObservableObject, add navigation and UI compatibility shims, and include login smoke UI tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 10:16:35 +08:00
31a262fd08 Simplify global loading overlay to animation-only display.
Remove visible message text from the loading UI while keeping the message field for internal state and future use.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 14:27:20 +08:00
7fd964fe19 Add Lottie-based global loading overlay across key flows.
Introduce GlobalLoadingCenter with reference counting, wire it through RootView and major auth/order/profile screens, and add the loading animation asset plus unit tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 11:25:56 +08:00
c5374666de Add ScenicPermission module and AMap CocoaPods with simulator support.
Integrate scenic selection and permission flows into home routing, add AMap SDK for device builds while keeping arm64 simulators compilable via Podfile post_install hooks.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 10:15:26 +08:00
484566d27e Sync migrated iOS modules 2026-06-22 15:35:12 +08:00
ace9c94359 Initial commit 2026-06-22 11:28:01 +08:00