refactor: folder page to use new models (#27657)

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong
2026-04-13 22:49:44 +05:30
committed by GitHub
parent bfcf34d8b5
commit 9c9feddf7d
9 changed files with 191 additions and 72 deletions
@@ -34,6 +34,7 @@ enum TimelineOrigin {
search,
deepLink,
albumActivities,
folder,
}
class TimelineFactory {