Event logs bug fix

minor improvements download logs, auto scroll, clear logs
This commit is contained in:
Stijnus
2024-12-13 01:40:58 +01:00
parent e39f16e436
commit 87057f8137
3 changed files with 78 additions and 40 deletions

View File

@@ -17,7 +17,7 @@ const MAX_LOGS = 1000; // Maximum number of logs to keep in memory
class LogStore {
private _logs = map<Record<string, LogEntry>>({});
showLogs = atom(false);
showLogs = atom(true);
constructor() {
// Load saved logs from cookies on initialization