feat(web): recently added link in sidebar (#29039)

* feat(web): recently added link in sidebar

* chore(mobile): update openapi patches
This commit is contained in:
Ben Beckford 2026-07-01 16:12:50 -07:00 committed by GitHub
parent 4b54fef82e
commit 237734bb26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 331 additions and 2 deletions

View file

@ -26,6 +26,7 @@ final Map<String, Map<String, Object?>> openApiPatches = {
'sharedLinks': SharedLinksResponse(enabled: true, sidebarWeb: false).toJson(),
'cast': CastResponse(gCastEnabled: false).toJson(),
'albums': {'defaultAssetOrder': 'desc'},
'recentlyAdded': RecentlyAddedResponse(sidebarWeb: false).toJson(),
},
'ServerConfigDto': {
'mapLightStyleUrl': 'https://tiles.immich.cloud/v1/style/light.json',