Add history view

This commit is contained in:
Andras Schmelczer 2024-12-20 17:35:22 +00:00
parent 5dd6a655cc
commit d77162ddf1
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 130 additions and 68 deletions

View file

@ -31,6 +31,7 @@ export async function applyRemoteChangesLocally({
}
isRunning = true;
try {
const remote = await syncServer.getAll(database.getLastSeenUpdateId());