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

@ -50,6 +50,9 @@ const getDefaultPreferences = (): UserPreferences => {
cast: {
gCastEnabled: false,
},
recentlyAdded: {
sidebarWeb: false,
},
};
};