David Hill
53c77e29df
fix: remove max-width of session name tooltip
2026-01-18 00:59:41 +00:00
David Hill
260739a227
Revert "fix: increase max-width of session name tooltip"
...
This reverts commit c3ab76c8ad .
2026-01-18 00:57:21 +00:00
David Hill
c3ab76c8ad
fix: increase max-width of session name tooltip
2026-01-18 00:51:35 +00:00
David Hill
389d97ece9
fix: adjust project path tooltip placement
...
Move the desktop project path tooltip above the header and tune spacing/offset; add content style hooks to Tooltip for max-width and horizontal shift.
2026-01-18 00:48:49 +00:00
David Hill
e36b3433fc
fix: remove max width on sidebar new buttons
2026-01-18 00:48:06 +00:00
David Hill
ded9bd26bb
fix: adjust session list tooltip trigger and delay
2026-01-18 00:07:21 +00:00
David Hill
c890853992
fix: keep project avatar hover styles while popover open
2026-01-17 23:40:06 +00:00
David Hill
2a4e8bc01c
fix: adjust recent sessions popover padding
2026-01-17 23:21:34 +00:00
David Hill
c19d031144
fix: reduce prompt dock bottom spacing
2026-01-17 22:54:30 +00:00
David Hill
0cc9a22a42
fix: show project name in avatar hover
2026-01-17 22:51:49 +00:00
David Hill
b4075cd856
fix: remove loading text after splash
2026-01-17 21:54:51 +00:00
David Hill
53227bfc2a
fix: command pallete file list item spacing
2026-01-17 21:46:23 +00:00
David Hill
d3baaf7408
fix: shrink project notification dot and mask
2026-01-17 21:46:23 +00:00
David Hill
0384e6b0e1
fix: update desktop initializing splash logo
2026-01-17 21:46:23 +00:00
David Hill
c3d33562c7
fix: align project avatar notification dot
2026-01-17 21:46:23 +00:00
David Hill
759ce8fb8e
fix: prevent text clipping on search button descenders
2026-01-17 01:06:53 +00:00
David Hill
38847e13bb
fix: truncate long search queries in empty state
2026-01-17 00:55:13 +00:00
David Hill
e0c6459faa
fix: remove smooth scroll behavior from list component
2026-01-17 00:55:13 +00:00
David Hill
80b278ddab
fix: remove the secondary text from commands
2026-01-17 00:55:13 +00:00
David Hill
ef7ef6538e
fix: limit search modal max-height to 480px
2026-01-17 00:55:13 +00:00
David Hill
d23c21023a
fix: refine search modal styling and list component
2026-01-17 00:55:13 +00:00
David Hill
dfa2a9f225
fix: reduce command item left padding in search modal
2026-01-17 00:55:13 +00:00
David Hill
6f78a71fa7
feat: add hideIcon and class options to List search, customize search modal input
2026-01-17 00:55:13 +00:00
David Hill
f8f1f46a4f
fix: adjust command item left padding in search modal
2026-01-17 00:55:13 +00:00
David Hill
ab705dacfa
fix: add left padding to command items in search modal
2026-01-17 00:55:13 +00:00
David Hill
d1b93616f7
fix: increase keybind border-radius in search modal
2026-01-17 00:55:13 +00:00
David Hill
69215d456c
fix: display arrow keys as symbols in keybind formatting
2026-01-17 00:55:13 +00:00
David Hill
54e52896a4
refactor: use Keybind component in search modal list
2026-01-17 00:55:13 +00:00
David Hill
b18fb16e9c
refactor: use Keybind component in titlebar search button
2026-01-17 00:55:13 +00:00
David Hill
1250486ddf
feat: add Keybind component for displaying keyboard shortcuts
2026-01-17 00:55:13 +00:00
David Hill
d645e8bbe1
fix: (desktop) command palette width
2026-01-17 00:55:13 +00:00
David Hill
cad415872e
fix: recent sessions gutter
2026-01-17 00:55:13 +00:00
David Hill
a49102db01
fix: truncate the workspace name on hover
2026-01-16 13:46:15 +00:00
David Hill
21012fab4b
fix: load more label alignment
2026-01-16 13:38:52 +00:00
David Hill
9a71a73f50
fix: updating panel min size and button max-width
2026-01-16 13:37:14 +00:00
David Hill
2190e8c656
Revert "fix: expand workspaces by default when enabled"
...
This reverts commit 1fd496a5e2 .
2026-01-16 13:18:56 +00:00
David Hill
1fd496a5e2
fix: expand workspaces by default when enabled
2026-01-16 13:17:22 +00:00
David Hill
74d584af34
fix: session icon and label alignment
2026-01-16 13:14:05 +00:00
David Hill
46f415ecb0
fix: desktop hamburger shift
2026-01-16 13:05:50 +00:00
David Hill
d0399045da
fix: make hamburger centred with project avatars
2026-01-16 13:00:44 +00:00
David Hill
4be0ba19ca
fix: web mobile menu
...
there is a small shift/misalignment in the side panel on web, not investigating too much as this whole area is in development and may change to make the projects avatar list always in view.
2026-01-16 12:54:54 +00:00
David Hill
e8dad85233
fix: responsive menu desktop
2026-01-16 12:29:28 +00:00
David Hill
704276753b
bug: moved createMemo down
2026-01-16 11:58:31 +00:00
David Hill
2c5437791b
fix: updated project/sessions list width
...
this was originally 280px and included the 64px project avatar rail on the left, so the sessions list portion was actually 280 - 64 = 216px wide (as seen in line 1362: Math.max(layout.sidebar.width() - 64, 0)px).
i kept the logic the same in case it broke anything, i just updated the new width to account for new projects avatar panel
2026-01-16 11:55:15 +00:00
David Hill
94ab87ffad
fix: view all sessions state styles
2026-01-16 11:55:15 +00:00
David Hill
416f419a81
fix: add default icon to sessions
2026-01-16 11:55:15 +00:00
David Hill
3ba03a97dc
fix: search bar size and padding, and shortcut style
2026-01-16 11:55:15 +00:00
David Hill
b1a22e08f5
fix: avatar radius and current project
2026-01-16 11:55:15 +00:00
David Hill
306fc05c00
fix: project avatar border radius
2026-01-15 22:11:07 +00:00
David Hill
0f7b17b1b4
fix: thinking animation opacity and design
2026-01-15 20:42:14 +00:00
David Hill
4d3e983edb
fix: session icon and name alignment
2026-01-15 20:42:14 +00:00
David Hill
b4717d8092
bun/package.json updates
...
this may not be required
2026-01-15 19:15:21 +00:00
David Hill
dc8f8cc567
fix: current session background color
2026-01-15 19:15:21 +00:00
David Hill
99110d12c4
fix: remove the active state from load more button after press
2026-01-15 19:15:21 +00:00
David Hill
74b1349cf6
fix: new session tooltip position and add shortcut
2026-01-15 19:15:21 +00:00
David Hill
3b3505cfe8
fix: remove more options tooltip
2026-01-15 19:15:21 +00:00
David Hill
55bd6e487e
fix: workspace name color
2026-01-15 19:15:21 +00:00
David Hill
1ee916a3c3
fix: hide view all sessions on active project
2026-01-15 19:15:21 +00:00
David Hill
a5d47f076e
fix: avatar button states
2026-01-15 19:15:21 +00:00
David Hill
acd1eb574d
fix: load more button font size
2026-01-15 19:15:21 +00:00
David Hill
a71dcc189e
fix: recent sessions title color
2026-01-15 19:15:21 +00:00
David Hill
3789a31423
fix: project dropdown labels and order
2026-01-15 19:15:21 +00:00
David Hill
bb6e350d68
fix: move left panel toggle over
...
- not sure how this impacts on the titlebar when the traffic lights are there
2026-01-15 19:15:21 +00:00
David Hill
f9a441d4f4
fix: avatar background
2026-01-15 19:15:21 +00:00
David Hill
1c05ebaea2
fix: show project options on hover of row
2026-01-15 19:15:21 +00:00
David Hill
520c47e81d
fix: increase delay on session list tooltips
2026-01-15 19:15:21 +00:00
David Hill
e5b08da0f1
fix: tooltip gutter spacing on session items and archive buttons
2026-01-15 19:15:21 +00:00
David Hill
fe2cc0cff1
fix: archive icon replaces diff count on hover
2026-01-15 19:15:21 +00:00
David Hill
fbc8f6eba9
fix: recent sessions hover gutter
2026-01-15 19:15:21 +00:00
David Hill
8cba7d7f53
fix: tooltips cleanup
2026-01-15 19:15:21 +00:00
David Hill
6450ba1b79
fix: search bar in header
2026-01-15 19:15:21 +00:00
David Hill
4375149e63
wip: auto-detect OS and show desktop download button
2025-12-17 11:43:04 +00:00
David Hill
b695d3b6bb
fix: website cta button
2025-12-17 11:21:57 +00:00
David Hill
a0f9f8dabb
fix: load more button
2025-12-16 23:23:18 +00:00
David Hill
96b9ff8d0e
fix: remove the selected state from button when select deselected
2025-12-16 17:41:56 +00:00
David Hill
0af2254856
wip: add active state to open select
2025-12-16 17:35:04 +00:00
David Hill
9c26bb7c6c
fix: breadcrumb dropdown position left aligned
2025-12-16 17:16:51 +00:00
David Hill
53f20f7612
Revert "wip: make the default container wider"
...
This reverts commit 1f18f389c0 .
2025-12-16 17:16:51 +00:00
David Hill
a190eda2c8
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-16 16:36:15 +00:00
David Hill
1f18f389c0
wip: make the default container wider
2025-12-16 16:35:57 +00:00
David Hill
f0ed1e38c9
Revert "fix: strip parentheses from file paths generated by llm"
...
This reverts commit 6c1a1a77b7 .
2025-12-16 12:12:01 +00:00
David Hill
9f3bc0e352
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-16 11:50:25 +00:00
David Hill
6c1a1a77b7
fix: strip parentheses from file paths generated by llm
2025-12-16 11:50:23 +00:00
David Hill
2e21c62320
fix: font size updates
2025-12-16 11:48:52 +00:00
David Hill
19c6fec4d1
wip: font-size updates
2025-12-16 11:12:08 +00:00
David Hill
05e0759878
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-16 10:54:51 +00:00
David Hill
2330ec6dc3
fix: font size updates
2025-12-16 10:54:50 +00:00
David Hill
a0c0e2b5c3
fix: add tooltip to close review tab
2025-12-15 14:22:57 +00:00
David Hill
d43fbec12d
fix: prompt input using border shadow
2025-12-15 14:14:10 +00:00
David Hill
bb426112ed
fix: replace agents dropdown with shadow border
2025-12-15 14:09:47 +00:00
David Hill
d2217bb825
fix: fix width and padding on agent select
...
- conditionally hide the role=presentation element because it was adding extra gap before the first agent
2025-12-15 14:05:24 +00:00
David Hill
ac495bd351
fix: hide prompt input send tooltip when the send button is disabled
2025-12-15 13:47:50 +00:00
David Hill
b913eb7acc
fix: avatar and icon size in sidebar
2025-12-15 13:21:59 +00:00
David Hill
ea65a91b2e
fix: remove blue border from prompt input
2025-12-15 13:11:09 +00:00
David Hill
7cb5a77ba6
fix: mute the project path in the sidebar that proceeds the final directory
2025-12-12 23:45:39 +00:00
David Hill
cd9898a565
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-12 23:25:11 +00:00
David Hill
dbc84ff4c3
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-12 22:50:50 +00:00
David Hill
c11ea3fd92
fix: mute the whole prompt area when leader key is active
2025-12-12 22:50:48 +00:00
David Hill
642eec3dfd
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-12 20:25:21 +00:00
David Hill
9b77246246
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-12 20:23:06 +00:00