Commit Graph

906 Commits (release-notes)

Author SHA1 Message Date
David Hill 6c6e81884f
fix: search clear icon 2026-01-26 06:00:31 -06:00
adamelmore a5b72a7d99
fix(ui): tab click hit area 2026-01-25 20:32:59 -06:00
adamelmore 5369e96ab7
fix(app): line selection colors 2026-01-25 19:07:24 -06:00
adamelmore 14b00f64a7
fix(app): escape should always close dialogs 2026-01-25 12:17:35 -06:00
opencode 056186225b release: v1.1.36 2026-01-25 17:29:26 +00:00
GitHub Action b982ab2fbc chore: generate 2026-01-25 17:26:11 +00:00
adamelmore 9a89cd91d7
fix(app): line selection styling 2026-01-25 11:25:31 -06:00
adamelmore 65ac318282
fix(app): user message fade 2026-01-25 11:25:31 -06:00
adamelmore 471fc06f01
chore(app): visual cleanup 2026-01-25 10:48:20 -06:00
adamelmore 4c2d597ae6
fix(app): line selection colors 2026-01-25 10:30:10 -06:00
adamelmore 2b07291e17
fix(app): scroll to comment on click 2026-01-25 10:30:10 -06:00
GitHub Action d25120680d chore: generate 2026-01-25 14:07:33 +00:00
Devin Griffin a900c89245
fix(app): mobile horizontal scrolling due to session stat btn (#10487) 2026-01-25 08:06:56 -06:00
Rahul A Mistry caecc7911d
fix(app): cursor on resize (#10293) 2026-01-25 08:04:25 -06:00
adamelmore e9152b174f
fix(app): comment line placement in diffs 2026-01-25 06:50:27 -06:00
adamelmore ddc4e89359
fix(app): cleanup comment component usage 2026-01-25 06:20:50 -06:00
opencode 33298e8775 release: v1.1.35 2026-01-25 00:37:58 +00:00
Rahul A Mistry 399fec770f
fix(app): markdown rendering with morphdom for better dom functions (#10373) 2026-01-24 18:29:58 -06:00
GitHub Action e1fe86e6d7 chore: generate 2026-01-24 23:10:03 +00:00
David Hill 93e948ae12 fix(ui): ensure comment popover appears above other comment icons 2026-01-24 23:09:22 +00:00
David Hill 8714b1a3ac add active state to comment cards in prompt input 2026-01-24 23:09:22 +00:00
David Hill 4ded06f05d update: theme variables 2026-01-24 23:09:22 +00:00
GitHub Action 1269766cb8 chore: generate 2026-01-24 22:58:15 +00:00
adamelmore ae11cad13b fix: type error 2026-01-24 16:57:38 -06:00
adamelmore 10d227b8d6 fix(ui): tab focus state 2026-01-24 16:57:38 -06:00
adamelmore d97cd56867 fix(ui): popover exit ux 2026-01-24 16:57:38 -06:00
David Hill fba77a364c fix(ui): prevent tooltip fade when forceOpen is true 2026-01-24 22:29:38 +00:00
David Hill 3d956c5f7e fix(ui): show 'Copied' tooltip instantly when copy button clicked 2026-01-24 22:25:20 +00:00
David Hill 4a4c1b31a7 fix(ui): update copy button tooltip gutter and label to 'Copy link' 2026-01-24 22:22:01 +00:00
David Hill 30111d2b16 fix(ui): prevent focus on share popover text field 2026-01-24 22:17:59 +00:00
David Hill b695216063 fix(ui): align list search input width with list items 2026-01-24 22:11:31 +00:00
David Hill c2ec608212 feat(ui): add link icon and use it for copy-to-clipboard buttons
Replace copy icon with new link icon in share URL copy button
and TextField copyable button for better visual indication.
2026-01-24 22:02:09 +00:00
David Hill 8845f2b926 feat(ui): add onFilter callback to List, discard add server row when searching 2026-01-24 22:02:09 +00:00
David Hill 02aea77e92 feat(app): update manage servers dialog styling and behavior 2026-01-24 22:02:08 +00:00
David Hill 2c620e1742 fix(app): update status popover styling and positioning 2026-01-24 22:02:08 +00:00
adamelmore 847a7ca009
fix(app): don't show scroll to bottom if no scroll 2026-01-24 15:01:17 -06:00
adamelmore 41f2653a30
fix(app): prompt submission failing on first message 2026-01-24 13:15:34 -06:00
GitHub Action b3901ac38b chore: generate 2026-01-24 18:59:51 +00:00
David Hill 48236ee0ef feat(ui): add critical shadow for comment input validation, set editor popover radius to 14px 2026-01-24 18:59:07 +00:00
David Hill e2bffc29f2 fix(ui): change read-only comment popover border-radius to 8px 2026-01-24 18:59:07 +00:00
David Hill 0d41f1fc24 fix(ui): remove unnecessary !important from diff selection styles 2026-01-24 18:59:07 +00:00
David Hill 363ff153a4 fix(ui): fix selected line number color in diff view for light/dark mode 2026-01-24 18:59:07 +00:00
adamelmore 1080f37f9c
fix(app): don't use findLast 2026-01-24 12:41:50 -06:00
adamelmore d90b4c9ebd
fix(app): line selection ux 2026-01-24 12:41:50 -06:00
adamelmore 42b802b688
fix(app): line selection ux fixes 2026-01-24 12:41:50 -06:00
Joseph Campuzano 15801a01ba
fix: add state to pause existing audio for demo menus, add support fo… (#10428) 2026-01-24 12:16:53 -06:00
OpeOginni 67ea21b55a
feat(web): implement new server management for web and desktop (#8513) 2026-01-24 12:03:36 -06:00
Britt f4cf3f4976
fix(web): construct apply_patch metadata before requesting permission (#10422) 2026-01-24 12:00:21 -06:00
adamelmore 6d8e994383
fix(app): line selection fixes 2026-01-24 09:09:27 -06:00
Rahul A Mistry 91287dd7bc
fix(app): tooltip text in light mode to use inverted neutral scale (#9786) 2026-01-24 07:17:20 -06:00