feat: drift album page (#19564)

* feat: drift album page

* feat: page renderred

* feat: asset count

* refactor: use statefulwidget

* refactor: private widgets

* refactor: service layer

* refactor: import

* feat: get owner name

* pr feedback

* pr feedback

* pr feedback

* pr feedback
This commit is contained in:
Alex 2025-06-30 21:24:50 -05:00 committed by GitHub
parent bb8755021d
commit 3f330c6476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1135 additions and 25 deletions

View file

@ -143,7 +143,7 @@ class TabShellPage extends ConsumerWidget {
routes: [
const MainTimelineRoute(),
SearchRoute(),
const AlbumsRoute(),
const DriftAlbumsRoute(),
const LibraryRoute(),
],
duration: const Duration(milliseconds: 600),