paperclip/ui/src
Forgotten 0cf33695d3 feat: use markdown editor with @-mentions for issue comments
- Replaced plain textarea in CommentThread with MarkdownEditor
  for rich markdown editing (no toolbar, compact styling)
- Added @-mention autocomplete to MarkdownEditor:
  - Detects @ trigger while typing with cursor-positioned dropdown
  - Arrow key navigation, Enter/Tab to select, Escape to dismiss
  - Filters mentionable names as user types after @
- Added onSubmit prop to MarkdownEditor for Cmd/Ctrl+Enter support
- Agents from the company are passed as mentionable options

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 13:35:15 -06:00
..
adapters fix: move Skip permissions to Advanced section, fix indentation 2026-02-20 12:50:36 -06:00
api Add MarkdownEditor component, asset image upload, and rich description editing 2026-02-20 12:50:45 -06:00
components feat: use markdown editor with @-mentions for issue comments 2026-02-20 13:35:15 -06:00
context feat: add New Goal dialog and Sub Goal button 2026-02-20 13:12:39 -06:00
hooks Adopt React Query and live updates across all UI pages 2026-02-17 12:24:48 -06:00
lib feat(ui): active agents panel, sidebar context, and page enhancements 2026-02-20 10:32:32 -06:00
pages feat: add New Goal dialog and Sub Goal button 2026-02-20 13:12:39 -06:00
App.tsx UI: URL-based tab routing, ActivityRow extraction, and agent detail redesign 2026-02-19 14:39:48 -06:00
index.css Add MarkdownEditor component, asset image upload, and rich description editing 2026-02-20 12:50:45 -06:00
main.tsx Add MarkdownEditor component, asset image upload, and rich description editing 2026-02-20 12:50:45 -06:00