feat: action buttons in more view (#19867)

* feat: action buttons in more view

* pr feedback
This commit is contained in:
Alex 2025-07-11 10:34:38 -05:00 committed by GitHub
parent 617a2f146d
commit de4217cefc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 469 additions and 102 deletions

View file

@ -226,7 +226,7 @@ class RemoteMediaSummaryPage extends StatelessWidget {
name: album.name,
countFuture: countFuture,
onTap: () => context.router.push(
RemoteTimelineRoute(album: album),
RemoteAlbumRoute(album: album),
),
);
},