feat: add auto-update and out-of-date indicator

This commit is contained in:
Paul Makles
2022-06-12 21:16:42 +01:00
parent 7680931f5f
commit a404ff7fe0
10 changed files with 145 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ import { internalSubscribe } from "../../lib/eventEmitter";
import { useApplicationState } from "../../mobx/State";
import { updateSW } from "../../main";
import { updateSW } from "../../updateWorker";
import Tooltip from "./Tooltip";
let pendingUpdate = false;