Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
da98b19
feat: add pane drag tree mutations
pallyoung May 24, 2026
2f88203
test: cover pane drag tree edge cases
pallyoung May 24, 2026
96c79d6
test(web): add semantic color migration guardrails
pallyoung May 24, 2026
b1e0a16
feat: expose pane drag actions
pallyoung May 24, 2026
bcef382
test(web): cover select in color migration guards
pallyoung May 24, 2026
3701037
fix: tighten pane drag contracts
pallyoung May 24, 2026
49c446c
feat: add pane drag controller
pallyoung May 24, 2026
f570b15
fix: prepare pane leaf drag state
pallyoung May 24, 2026
fb39183
feat: wire pane drag ui
pallyoung May 24, 2026
335a649
test: cover pane drag reorder
pallyoung May 24, 2026
577f4da
test: tighten pane drag e2e assertions
pallyoung May 24, 2026
01717e8
test: harden pane drag e2e ids
pallyoung May 24, 2026
6df7ac4
style: token-align pane drag overlay
pallyoung May 24, 2026
56b17a6
Fix pane drag desktop gating and cancel cleanup
pallyoung May 24, 2026
cce924f
Block touch pane drag starts on desktop
pallyoung May 24, 2026
ea092fd
Fix pane drag coarse-pointer gating
pallyoung May 24, 2026
efea05b
refactor(web): add layered semantic color tokens
pallyoung May 25, 2026
bc7f01a
fix(web): solidify high-contrast material shells
pallyoung May 25, 2026
8c6ec50
test(web): tighten semantic token invariants
pallyoung May 25, 2026
6739f5f
refactor(web): move base styles to semantic color tokens
pallyoung May 25, 2026
64c656f
test(web): cover base semantic color bindings
pallyoung May 25, 2026
a346718
refactor(web): centralize workspace material tokens
pallyoung May 25, 2026
b39c371
test(web): decouple xterm theme assertions
pallyoung May 25, 2026
ca69eeb
test(web): strengthen xterm palette coverage
pallyoung May 25, 2026
fbd76d9
refactor(web): move shared controls to semantic color roles
pallyoung May 25, 2026
a4712bc
fix(web): restore button focus halo token contract
pallyoung May 25, 2026
7962e25
test(web): normalize focus halo assertion formatting
pallyoung May 25, 2026
60f5661
fix(web): replace legacy text alias in tabs
pallyoung May 25, 2026
7b3a904
test(web): cover shared control semantic mappings
pallyoung May 25, 2026
0c08a5f
refactor(web): move status and overlay modules to semantic tokens
pallyoung May 25, 2026
6400fc2
test(web): cover status-dot legacy precedence
pallyoung May 25, 2026
10310ff
refactor(web): migrate global feature surfaces to semantic colors
pallyoung May 25, 2026
afd9533
Complete semantic color-system migration
pallyoung May 25, 2026
185e584
Merge branch 'feat/session-pane-drag-reorder' into develop
pallyoung May 25, 2026
e37c4a6
fix(server): prevent parent COLORFGBG leaking into spawned PTYs
pallyoung May 25, 2026
0b2982b
fix(web): restore session pane full-height layout
pallyoung May 25, 2026
888db1d
fix: keep update checks in memory
pallyoung May 25, 2026
bdb1f59
fix(web): restore session pane divider visibility
pallyoung May 25, 2026
49ddf2c
Merge branch 'codex/semantic-color-system-big-bang' into develop
pallyoung May 25, 2026
76be3fa
fix(web): satisfy color-system guards after semantic merge
pallyoung May 25, 2026
8c0395f
fix(web): restore solid overlay surfaces for pickers
pallyoung May 25, 2026
e08cb3c
fix(web): restore solid action menu surface
pallyoung May 25, 2026
194eb04
fix(web): unify themed scrollbar tokens
pallyoung May 25, 2026
aa43a82
Fix pane layout divider direction styles
pallyoung May 25, 2026
50ea382
docs: add vue editor and lsp support design
pallyoung May 25, 2026
5cfa455
docs: add draft pane editor integration design
pallyoung May 25, 2026
5bb73ad
Merge remote-tracking branch 'origin/main' into develop
pallyoung May 26, 2026
d14fe08
chore(release): add patch changeset for develop
pallyoung May 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/swifty-dolls-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@spencer-kit/coder-studio": patch
---

Refine workspace theming and session ergonomics by adding pane drag reordering,
stabilizing update checks, hardening PTY color environment isolation, and
polishing shared desktop surfaces across the app.
Loading
Loading