Add stats for nerds (#2453)

Co-authored-by: David Luzar <luzar.david@gmail.com>
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Lipis
2020-12-07 18:35:16 +02:00
committed by GitHub
parent 5cdb9bd2ed
commit dd993adc5c
15 changed files with 361 additions and 33 deletions

View File

@ -95,6 +95,7 @@ export type AppState = {
isLibraryOpen: boolean;
fileHandle: import("browser-nativefs").FileSystemHandle | null;
collaborators: Map<string, Collaborator>;
showStats: boolean;
};
export type NormalizedZoomValue = number & { _brand: "normalizedZoom" };