fix(ui): start logs at bottom
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
- WhatsApp: group `/model list` output by provider for scannability. (#456) - thanks @mcinteerj
|
- WhatsApp: group `/model list` output by provider for scannability. (#456) - thanks @mcinteerj
|
||||||
- Hooks: allow per-hook model overrides for webhook/Gmail runs (e.g. GPT 5 Mini).
|
- Hooks: allow per-hook model overrides for webhook/Gmail runs (e.g. GPT 5 Mini).
|
||||||
|
- Control UI: logs tab opens at the newest entries (bottom).
|
||||||
|
|
||||||
## 2026.1.8
|
## 2026.1.8
|
||||||
|
|
||||||
|
|||||||
@@ -888,7 +888,9 @@ export class ClawdbotApp extends LitElement {
|
|||||||
this.eventLog = this.eventLogBuffer;
|
this.eventLog = this.eventLogBuffer;
|
||||||
}
|
}
|
||||||
if (this.tab === "logs") {
|
if (this.tab === "logs") {
|
||||||
|
this.logsAtBottom = true;
|
||||||
await loadLogs(this, { reset: true });
|
await loadLogs(this, { reset: true });
|
||||||
|
this.scheduleLogsScroll(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user