Alex
Alex
Removed unused endpoint in `asset-v1`
Regression from #7580. The mobile app needs this property to not render partners' archived photos on the timeline Fixes #9190
- Moved pages to top level `pages` directory - Nesting pages based on relationships in the app - Shared page like `create_album_page.dart` is under `common` directly 
This PR changes the order of fetching assets on the mobile app to quickly show assets on the timeline by showing local assets first, then fetching remote assets and merging...
- **feat(mobile): render asset on device by default** - **remove unused service** - **feat(mobile): render asset on device by default - with stream**