logbox manager, alert manager and fix bitverse colors

This commit is contained in:
Olivier Gagnon
2021-10-01 10:39:09 -04:00
parent 62cd8ffcc6
commit 97c04a1037
18 changed files with 18 additions and 447 deletions
+1 -2
View File
@@ -32,9 +32,8 @@ export function AlertManager(): React.ReactElement {
);
function close(): void {
console.log("close");
setAlerts((old) => {
return old.slice(0, -1);
return old.slice(1, 1e99);
});
}