mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
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:
parent
4b54fef82e
commit
237734bb26
19 changed files with 331 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue