feat: add local-first private AI digest workflow
Migrate app code into canonical feature slices, add phone-only AI digest scheduling and review, wire local notification/background task support, and cover the flow with tests.
This commit is contained in:
@@ -55,7 +55,9 @@ void main() {
|
||||
],
|
||||
),
|
||||
);
|
||||
final syncState = await container.read(syncQueueRepositoryProvider.future);
|
||||
final syncState = await container.read(
|
||||
syncQueueRepositoryProvider.future,
|
||||
);
|
||||
expect(syncState.lastRejected.length, 1);
|
||||
|
||||
await tester.pumpWidget(
|
||||
|
||||
Reference in New Issue
Block a user