Commit 4e1ec23
docs: add issue tracker integration guide for Linear and other providers (#4)
* Initial plan
* feat: add Jira integration types and IPC handlers
Co-authored-by: OpenSource03 <29690431+OpenSource03@users.noreply.github.com>
* feat: add Jira board panel and integrate into UI
Co-authored-by: OpenSource03 <29690431+OpenSource03@users.noreply.github.com>
* feat: add extensibility documentation and default tool order
Co-authored-by: OpenSource03 <29690431+OpenSource03@users.noreply.github.com>
* feat: add Jira Kanban board with drag-to-transition and issue previews
* Improvements to sidebar & fixes
* feat: gate Jira board behind developer preview setting and fix active session styling
Add showJiraBoard app setting (default: false) to Advanced Settings that
controls visibility of the Kanban board button in project sidebars. When
disabled, existing board assignments are cleared. Also improve session item
styling in glass mode — active sessions now use white text with contextual
icon opacity instead of inheriting sidebar foreground colors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
Co-authored-by: OpenSource03 <29690431+OpenSource03@users.noreply.github.com>
Co-authored-by: OpenSource <opensource@thearcadia.xyz>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent d60a8f8 commit 4e1ec23
28 files changed
Lines changed: 3217 additions & 99 deletions
File tree
- electron/src
- ipc
- lib
- __tests__
- src
- components
- mcp-renderers
- settings
- sidebar
- hooks
- types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
47 | 82 | | |
48 | 83 | | |
49 | 84 | | |
| |||
387 | 422 | | |
388 | 423 | | |
389 | 424 | | |
390 | | - | |
| 425 | + | |
391 | 426 | | |
392 | 427 | | |
393 | 428 | | |
| |||
497 | 532 | | |
498 | 533 | | |
499 | 534 | | |
500 | | - | |
| 535 | + | |
501 | 536 | | |
502 | 537 | | |
503 | 538 | | |
| |||
0 commit comments