Commit Graph
2719 Commits
Author SHA1 Message Date
Neil ed3c88b0ff Remove terminal window blur mount effect (#3070)
* Remove terminal window blur mount effect

* Record terminal window effect cleanup audit
2026-05-30 20:13:52 -07:00
Neil b146ade9da Move composer note ref sync out of effect (#3073) 2026-05-30 20:13:45 -07:00
Neil 5587134c19 Move notebook cell editor refs out of effect (#3077) 2026-05-30 20:13:38 -07:00
Neil 59091a8dc2 Derive repo hook local editor visibility (#3093) 2026-05-30 20:10:53 -07:00
Neil 3e32619cfe Move feature wall visited markers to events (#3095) 2026-05-30 20:10:46 -07:00
Neil 6775d6bf07 Derive automation run selection during render (#3102) 2026-05-30 20:10:38 -07:00
Neil d70c1c82c5 Move automation page resets into selection handlers (#3106) 2026-05-30 20:07:53 -07:00
Neil 5100ab661c Move Linear estimate input sync to popover open (#3108) 2026-05-30 20:07:46 -07:00
Neil 1edfd5f16e Derive Linear sub-issue list from optimistic additions (#3110) 2026-05-30 20:07:39 -07:00
Neil 667d46e897 Derive GitHub project date draft during render (#3112) 2026-05-30 20:07:32 -07:00
Neil 83f246bde6 Derive GitHub reviewer picker active index during render (#3114) 2026-05-30 20:07:25 -07:00
Neil 094ec744c1 Remove activity selection repair effect (#3126) 2026-05-30 20:03:33 -07:00
Neil fcc2b05c9b Remove settings mounted section effect (#3128) 2026-05-30 20:01:23 -07:00
Neil f0b127b322 Remove delete dialog checkbox reset effect (#3134) 2026-05-30 20:01:03 -07:00
Neil 80b0cf8f9b Remove repo source control AI draft sync effect (#3144) 2026-05-30 19:58:39 -07:00
Neil ce62b5b70d Remove quick command add intent effect (#3146) 2026-05-30 19:58:20 -07:00
Neil e8c9a7e528 Remove add repo clone destination effect (#3150) 2026-05-30 19:55:00 -07:00
NeilandJinwoo-H 5899f7f927 Add Source Control split-open modifier clicks (#3182)
Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
2026-05-30 19:45:42 -07:00
Neil 038dc32dfe Resolve diff comments clear dialog before commit (#3206) 2026-05-30 19:36:32 -07:00
426f869fa3 Mark workspaces done without deleting them (#3217)
* Add mark done workspace action

* Handle missing workspace statuses in completion action

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 19:35:47 -07:00
f450813a21 Move combined diff copy timer to handler (#3218)
* Move combined diff copy timer to handler

* Clean up combined diff copy timer on unmount

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 19:26:25 -07:00
Neil 73e17b947c Keep file opens in editor split groups (#3232) 2026-05-30 19:25:16 -07:00
6399662fdf Reset GitHub assignee edit guard before commit (#3255)
* Reset GitHub assignee edit guard before commit

* Fix assignee edit guard scoping

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 19:15:06 -07:00
3dd63976db Reset diff viewer autoscroll before commit (#3257)
* Reset diff viewer autoscroll before commit

* Avoid render-time diff autoscroll reset

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 19:14:41 -07:00
Neil 6992d69ab6 Move reviewer request sync out of effects (#3259) 2026-05-30 18:59:05 -07:00
Neil 44a5c8ab22 Fold browser find debounce into search effect (#3275) 2026-05-30 18:50:07 -07:00
Neil 4720508f7d Lift feature wall skill installed state (#3281) 2026-05-30 18:49:54 -07:00
Neil a3e634968b Collapse feature wall session depth publishing effect (#3283) 2026-05-30 18:49:45 -07:00
Jinjing 8b91a94d14 fix: address review findings (#3970) 2026-05-30 18:36:18 -07:00
Jinjing 7686eaba2d fix: address review findings (#3968) 2026-05-30 18:33:31 -07:00
Neil 2dbebd1f54 Share reduced motion media query hook (#3287) 2026-05-30 18:32:45 -07:00
Neil f5382a187e Resolve PDF find open reset before commit (#3289) 2026-05-30 18:32:35 -07:00
Neil 25337c48fe Resolve GitLab task filter before commit (#3292) 2026-05-30 18:32:26 -07:00
20aa654740 Focus editor tab rename input from ref (#3303)
* Focus editor tab rename input from ref

* Fix editor tab rename focus timing

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 18:32:14 -07:00
Neil c24352fefb Reset tab entry selection during render (#3311) 2026-05-30 18:32:05 -07:00
Jinjing 257ce44c7f Add rich markdown Linear issue editor (#3969) 2026-05-30 18:31:02 -07:00
Jinjing 9ca42f5582 Create GitHub issues with markdown and metadata (#3947)
* Create GitHub issues with markdown and metadata

- Add a reusable rich markdown composer for GitHub issue bodies and comments
- Let new GitHub issues include selected labels and assignees through IPC/RPC
- Preserve created issue metadata in the task list and cover the new API path with tests

* fix: address review findings
2026-05-30 18:25:31 -07:00
Jinjing bb6b872386 fix: address review findings (#3967) 2026-05-30 18:13:57 -07:00
34c90eaab4 Focus terminal tab rename input from ref (#3314)
* Focus terminal tab rename input from ref

* Preserve tab rename focus after menu selection

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 18:11:55 -07:00
Neil 35bcf4af49 Focus markdown link bubble input from ref (#3316) 2026-05-30 18:11:41 -07:00
71f94a49eb Derive image viewer preview source during render (#3318)
* Derive image viewer preview source during render

* Clear image preview failure after successful load

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 18:11:28 -07:00
Neil 00a56a967d Focus markdown preview search input from ref (#3322) 2026-05-30 18:11:12 -07:00
9ac390233d Derive rich markdown menu selection during render (#3326)
Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 18:10:59 -07:00
Jinjing ab3e1b8bc5 Add Linear project and custom view browsing (#3966)
* Add Linear project and custom view browsing

* fix: address review findings
2026-05-30 18:10:06 -07:00
Neil dbfb947faf Focus editor header rename input from ref (#3328) 2026-05-30 17:57:15 -07:00
NeilandJinwoo-H 4a0f078817 Focus markdown annotation composer from ref (#3338)
Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
2026-05-30 17:57:05 -07:00
cca9ea9f29 Fetch inactive account usage on expand (#3340)
* Fetch inactive account usage on expand

* Keep Claude usage fetch outside state updater

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 17:56:57 -07:00
Neil 32d7110e0c Reduce terminal search focus effect (#3344) 2026-05-30 17:56:49 -07:00
NeilandJinwoo-H e652476e67 Reduce diff comment card resize effect (#3354)
Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
2026-05-30 17:39:26 -07:00
079de160ca Move contextual copy toast cleanup to editor dispose (#3356)
* Move contextual copy toast cleanup to editor dispose

* Fix contextual copy dispose cleanup

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-30 17:39:21 -07:00