Add scenic application flow aligned with Android.
Implement scenic apply models, API, upload, UI, and tests; wire entry from permission apply pages and include related permission/scenic selection UI fixes. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -373,7 +373,7 @@ final class OrderListViewModel {
|
||||
}
|
||||
|
||||
func loadOrderSourceLeads(person: OrderSourcePerson, api: OrderAPI) async {
|
||||
guard loadingOrderSourceLeadsFor == nil else { return }
|
||||
guard loadingOrderSourceLeadsFor != person.key else { return }
|
||||
loadingOrderSourceLeadsFor = person.key
|
||||
notifyStateChange()
|
||||
defer {
|
||||
|
||||
Reference in New Issue
Block a user