Add TravelAlbum, ProfileSpace, and wired camera transfer modules.
Introduce travel album entry with Sony PTP tethering pipeline, profile space settings page, home routing updates, Launch Screen storyboard, and related tests/docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -14,6 +14,8 @@ extension HomeRoute {
|
||||
switch self {
|
||||
case .profileSpace:
|
||||
ProfileView()
|
||||
case .profileSpaceSettings:
|
||||
ProfileSpaceView()
|
||||
case .scenicSelection:
|
||||
ScenicSelectionView()
|
||||
case .permissionApply:
|
||||
@ -102,6 +104,8 @@ extension HomeRoute {
|
||||
LiveManagementView()
|
||||
case .liveAlbum:
|
||||
LiveAlbumView()
|
||||
case .travelAlbumEntry:
|
||||
TravelAlbumEntryView()
|
||||
case .operatingArea:
|
||||
OperatingAreaView()
|
||||
case .pilotCertification:
|
||||
|
||||
Reference in New Issue
Block a user