feat(mobile): drift person detail page

This commit is contained in:
wuzihao051119
2025-07-22 18:07:07 +08:00
parent ac44f6d1e0
commit f58db3be88
5 changed files with 154 additions and 1 deletions
@@ -68,6 +68,9 @@ class TimelineFactory {
TimelineService fromAssets(List<BaseAsset> assets) =>
TimelineService(_timelineRepository.fromAssets(assets));
TimelineService person(String personId) =>
TimelineService(_timelineRepository.person(personId, groupBy));
}
class TimelineService {