Commit 38f3999
fix: lower workspace sidebar minimum width from 25 to 15 columns (#236)
Reduces the drag clamp from 20% to 10% and the render-time floor from
25 to 15 columns so the sidebar can be shrunk further.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent cf20dde commit 38f3999Copy full SHA for 38f3999
4 files changed
+11-11Lines changed: 11 additions & 11 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- internal/plugins/workspace
Expand file treeCollapse file tree
Open diff view settings
Collapse file
internal/plugins/workspace/interactive.go
Copy file name to clipboardExpand all lines: internal/plugins/workspace/interactive.go+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
519 | 519 | |
520 | 520 | |
521 | 521 | |
522 | | - |
523 | | - |
| 522 | + |
| 523 | + |
524 | 524 | |
525 | 525 | |
526 | 526 | |
| ||
1121 | 1121 | |
1122 | 1122 | |
1123 | 1123 | |
1124 | | - |
1125 | | - |
| 1124 | + |
| 1125 | + |
1126 | 1126 | |
1127 | 1127 | |
1128 | 1128 | |
|
Collapse file
internal/plugins/workspace/interactive_test.go
Copy file name to clipboardExpand all lines: internal/plugins/workspace/interactive_test.go+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1187 | 1187 | |
1188 | 1188 | |
1189 | 1189 | |
1190 | | - |
1191 | | - |
| 1190 | + |
| 1191 | + |
1192 | 1192 | |
1193 | 1193 | |
1194 | 1194 | |
|
Collapse file
internal/plugins/workspace/mouse.go
Copy file name to clipboardExpand all lines: internal/plugins/workspace/mouse.go+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
971 | 971 | |
972 | 972 | |
973 | 973 | |
974 | | - |
975 | | - |
976 | | - |
| 974 | + |
| 975 | + |
| 976 | + |
977 | 977 | |
978 | 978 | |
979 | 979 | |
|
Collapse file
internal/plugins/workspace/view_list.go
Copy file name to clipboardExpand all lines: internal/plugins/workspace/view_list.go+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
139 | 139 | |
140 | 140 | |
141 | 141 | |
142 | | - |
143 | | - |
| 142 | + |
| 143 | + |
144 | 144 | |
145 | 145 | |
146 | 146 | |
|
0 commit comments