Complete local-first content migration slice

This commit is contained in:
2026-08-05 16:24:04 -05:00
parent 993abb96df
commit f850bae77c
60 changed files with 2755 additions and 2729 deletions
+3
View File
@@ -122,6 +122,9 @@ pub(crate) fn initialize_app(app: &mut App) {
app.add_singleton_model(|_| SystemStats::new());
app.add_singleton_model(SyncQueue::mock);
app.add_singleton_model(CloudModel::mock);
app.add_singleton_model(|ctx| {
crate::local_object_repository::LocalObjectRepository::new(None, None, ctx)
});
app.add_singleton_model(UserWorkspaces::default_mock);
app.add_singleton_model(|_ctx| UserProfiles::new(Vec::new()));
app.add_singleton_model(TeamTesterStatus::mock);