Improve sidebar default width and message autoscroll

This commit is contained in:
Shantur Rathore
2025-11-27 18:24:45 +00:00
parent d9b149a7cb
commit 91fb351a63
2 changed files with 139 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ interface SessionListProps {
const MIN_WIDTH = 200
const MAX_WIDTH = 520
const DEFAULT_WIDTH = 350
const DEFAULT_WIDTH = 360
const STORAGE_KEY = "opencode-session-sidebar-width-v7"
function formatSessionStatus(status: SessionStatus): string {