Lawrence Chen
2499ba1bb2
Fix browser-surface click focus without regressing open ( #355 )
...
* Allow click-to-focus for unfocused browser surfaces
* Add browser click-focus diagnostics and guard fix
* Allow pointer-initiated browser focus through responder guard
2026-02-23 03:09:19 -08:00
Lawrence Chen
4fb5da373d
Merge pull request #345 from manaflow-ai/feat-theme-switch-frame-sync
...
Keep chrome/theme updates in lockstep on theme switch
2026-02-23 02:46:08 -08:00
Lawrence Chen
eb1f0bdd43
Unify theme refresh path across workspace and titlebar
2026-02-23 02:44:28 -08:00
Lawrence Chen
e4379a136c
Match terminal flash ring padding to browser
2026-02-23 02:37:48 -08:00
Lawrence Chen
a3f3e20d72
Unify Cmd+Shift+H flash path across panel types
2026-02-23 02:31:22 -08:00
Lawrence Chen
1b954f1d68
Sync theme updates in same frame on theme switch
2026-02-23 01:11:27 -08:00
Lawrence Chen
cd570dbab2
Unify runtime theme reload path and prioritize surface background updates
2026-02-23 01:03:16 -08:00
Lawrence Chen
afba0fb459
Coalesce Ghostty background notifications to latest value
2026-02-23 00:29:16 -08:00
Lawrence Chen
790f3c8287
Ignore stale background payload in theme refresh
2026-02-23 00:20:12 -08:00
Lawrence Chen
8f68ddb947
Add filesystem logs for theme resolution flow
2026-02-23 00:14:10 -08:00
Lawrence Chen
963bb03e99
Refactor workspace theme refresh to shared resolver
2026-02-23 00:06:39 -08:00
Lawrence Chen
e90b45f75e
Match bonsplit chrome to Ghostty theme
2026-02-22 23:48:13 -08:00
Lawrence Chen
0e2ac79e06
Merge pull request #340 from manaflow-ai/feat-bonsplit-border-colors
...
Match bonsplit split/tab borders and remove active-tab bottom line
2026-02-22 20:13:12 -08:00
Lawrence Chen
d31cbb7123
Use gray separator borders and drop active-tab bottom border
2026-02-22 20:01:37 -08:00
Lawrence Chen
283b898307
Match bonsplit border styling to Ghostty split divider color
2026-02-22 19:57:46 -08:00
Lawrence Chen
6f44f17f33
Fix follow-up PR331 settings and split focus regressions
2026-02-22 19:55:06 -08:00
Lawrence Chen
1d71303d18
Merge pull request #331 from manaflow-ai/task-307-configurable-open-wrapper
...
Respect open-wrapper browser settings and preserve PR 307 history
2026-02-22 19:38:17 -08:00
Lawrence Chen
4fd669d76e
Guard NSWindow responder against unfocused webview descendants
2026-02-22 19:34:07 -08:00
Lawrence Chen
a369cf4419
Prevent background webview autofocus from stealing focus
2026-02-22 19:13:15 -08:00
Lawrence Chen
0dbe95b797
Reassert non-focus split focus after delayed callbacks
2026-02-22 19:04:57 -08:00
Lawrence Chen
4ee6640e35
Preserve terminal focus for non-focus split opens
2026-02-22 18:50:01 -08:00
Lawrence Chen
af2b276e98
Make browser omnibar squircle
2026-02-22 18:36:27 -08:00
Lawrence Chen
0046b674aa
Split open-wrapper interception into its own setting
2026-02-22 18:26:07 -08:00
Lawrence Chen
8c149428c3
Set default workspace indicator style to left rail ( #332 )
2026-02-22 18:25:07 -08:00
Lawrence Chen
2428ae5dbd
Respect browser link settings in open wrapper
2026-02-22 18:13:14 -08:00
Lawrence Chen
923c62820f
Move workspace indicator setting into workspace colors ( #329 )
2026-02-22 17:45:11 -08:00
Lawrence Chen
d496a07a84
Hide new-tab toggles and align dark-mode button styling ( #322 )
...
* Hide new-tab browser toggles and align dark-mode button style
* Switch forced dark mode from dimming overlay to dark theme
* Add tri-state browser theme mode for embedded web view
* Hide browser theme menu chevron in toolbar
* Use outline icons for browser theme toggle
* Align browser theme icon tint with DevTools button
* Force monochrome rendering for browser toolbar icons
* Reduce browser theme icon weight for visual parity
* Tune browser theme icon stroke for perceptual color match
* Force flat SF Symbol color rendering for toolbar icons
* Use button popover for browser theme selector
2026-02-22 17:41:10 -08:00
Lawrence Chen
0105b6256a
Add workspace tab color schemes and debug scheme toggle ( #324 )
...
* Add tab color feature to sidebar workspaces
Lets users assign a custom background color to any sidebar workspace tab
via a right-click "Tab Color" submenu. The primary motivation is working
across multiple projects simultaneously — coloring tabs by project makes
it instant to visually locate the right workspace without reading the title.
- Workspace: adds `customColor: String?` (@Published hex string) and
`setCustomColor()` setter
- TabManager: adds `setTabColor(tabId:color:)` convenience method
- ContentView: 16-color dark palette (all luminance < 0.30, white text
always readable), `Color(hex:)` extension, `coloredCircleImage(hex:)`
helper to render bitmapped NSImage circles (needed because macOS menus
strip SwiftUI foregroundColor from SF Symbols), updated `backgroundColor`
to use custom color at full/70%/35% opacity for active/inactive/
multi-selected states, "Tab Color" submenu in context menu with
"Clear Color" option, and a 1.5pt `Color.primary` border overlay on
the active tab for clear selection indication when custom colors are set
* Add workspace tab color schemes with settings and debug toggles
* Remove Kelly scheme and keep only original tab color palette
* Preserve neutral grayscale when brightening tab colors
* Harden UpdatePill UI test polling timeouts
---------
Co-authored-by: Andreas Fruth <andreas.fruth@gmail.com>
2026-02-22 17:30:30 -08:00
Lawrence Chen
1bc3edf75f
Merge pull request #321 from manaflow-ai/pr-316-head
...
Follow-up: sync customizable workspace shortcuts across UI
2026-02-22 17:04:07 -08:00
Lawrence Chen
c51a5bf7cf
Merge pull request #316 from 0xble/feat/rename-workspace-keybind
...
Add keyboard shortcut to rename current workspace
2026-02-22 17:00:19 -08:00
Lawrence Chen
61e4ad9f94
Annotate jump-to-unread shortcut in notifications view
2026-02-22 16:58:24 -08:00
Lawrence Chen
72791f32bc
Break terminal find overlay retain cycle
2026-02-22 16:29:35 -08:00
Lawrence Chen
07796232d7
Sync customizable shortcuts across menus and tooltips
2026-02-22 16:24:43 -08:00
Lawrence Chen
146de6030e
Merge pull request #313 from manaflow-ai/feat-terminal-find-overlay-portal
...
Fix terminal Cmd+F overlay visibility regression and add layering guardrails
2026-02-22 16:22:36 -08:00
Brian Le
1824d1a8f1
feat(shortcuts): add rename-workspace keybind
2026-02-22 18:38:34 -05:00
Lawrence Chen
04073f1fd8
Route terminal Cmd zoom shortcuts to Ghostty
2026-02-22 15:32:43 -08:00
Lawrence Chen
f366fb0b00
Fix terminal Cmd+F overlay layering and add regression guardrails
2026-02-22 15:25:30 -08:00
Lawrence Chen
d69bd66588
Fix Cmd +/- browser zoom shortcut matching
2026-02-22 15:13:49 -08:00
Lawrence Chen
c7f10a7c44
Merge remote-tracking branch 'origin/main' into issue-296-access-control-modes
2026-02-22 01:37:45 -08:00
Lawrence Chen
959b5a849f
Browser view: add context menu action to open link in default browser
2026-02-22 01:15:58 -08:00
Lawrence Chen
18550e5d1f
Add expanded socket access modes with password auth
...
Implements https://github.com/manaflow-ai/cmux/issues/296 with new modes: off, cmuxOnly, automation, password, and allowAll.
Adds keychain-backed password storage, connection-level auth gates (v1 auth + v2 auth.login), settings UX with warning confirmation, CLI --password support, and regression tests.
2026-02-22 00:55:14 -08:00
Lawrence Chen
4c733d4e8e
Add Cmd+Q quit warning with suppression toggle ( #295 )
2026-02-21 21:53:39 -08:00
Austin Wang
8f2a52fbf2
Fix stuck split resize cursor outside divider range ( #291 )
...
* Keep split dividers visible in tiny panes
* Fix collapsed split border resize hit-testing
* Stabilize sidebar and split divider resize routing
* Fix split divider resize cursor routing regressions
* Fix stuck split resize cursor outside divider range
2026-02-21 18:19:14 -08:00
Austin Wang
78fe5a9b04
Fix cmux border resize icon disappearing ( #284 )
...
* Keep split dividers visible in tiny panes
* Fix collapsed split border resize hit-testing
* Stabilize sidebar and split divider resize routing
* Fix split divider resize cursor routing regressions
2026-02-21 17:57:00 -08:00
Austin Wang
740b4b11e5
Deduplicate branch context lines by directory ( #288 )
2026-02-21 17:45:52 -08:00
Austin Wang
fb2ae855db
Light mode ( #258 )
2026-02-21 15:39:25 -08:00
Lawrence Chen
8ac554fb06
Follow up PR 242: refresh browser under-page background on theme updates ( #272 )
...
* Address PR 242 follow-ups for titlebar and browser background
* Restore titlebar border per follow-up scope
* Refresh browser under-page color with Ghostty opacity
* Browser: theme blank page fallback for about:blank
* Browser: keep new tabs webview-less until first nav
2026-02-21 05:30:21 -08:00
Lawrence Chen
356a20e97a
Merge pull request #270 from manaflow-ai/task-cli-commands-off-main-thread
...
Reduce CLI workspace-creation UI lag and add socket timing logs
2026-02-21 05:09:27 -08:00
Lawrence Chen
645c7f76ea
Start workspace command process before workspace is opened
2026-02-21 05:06:29 -08:00
Lawrence Chen
9653113920
Queue workspace command input before surface attach
2026-02-21 04:57:46 -08:00