feat(mobile): show local gallery in guest mode before login

This commit is contained in:
alextran1502
2026-05-07 15:21:20 +00:00
parent 45ccdb37fb
commit 13446022d9
7 changed files with 94 additions and 2 deletions
@@ -56,6 +56,8 @@ class TimelineFactory {
TimelineService localAlbum({required String albumId}) =>
TimelineService(_timelineRepository.localAlbum(albumId, groupBy));
TimelineService allLocal() => TimelineService(_timelineRepository.allLocal(groupBy));
TimelineService remoteAlbum({required String albumId}) =>
TimelineService(_timelineRepository.remoteAlbum(albumId, groupBy));