[APP-1684] Some contact import tweaks (#9555)

* Handle download link

* Improve NUX geo gating from #9549

* Fix alignment of phone code select

* Show full name

* Add gate to nux banner

* Add gate to settings screen

* Invert gate check in settings, whoops
This commit is contained in:
Eric Bailey
2025-12-15 13:35:28 -06:00
committed by GitHub
parent 348e7fa379
commit da87515d0a
11 changed files with 138 additions and 60 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ type AllNavigatableRoutes = Omit<
>
export const router = new Router<AllNavigatableRoutes>({
Home: '/',
Home: ['/', '/download'],
Search: '/search',
Feeds: '/feeds',
Notifications: '/notifications',