dify/web/app/components/workflow/comment
lyzno1 0ac32188c5
feat: implement comprehensive focus management for comment thread
- Add forwardRef support to MentionInput to expose textarea ref
- Auto-focus reply input when thread opens (100ms delay)
- Restore focus after reply submission and edit operations
- Add Esc key handler to close thread with smart guards
- Enhance accessibility with ARIA attributes (dialog, modal, labelledby)
- Improve keyboard navigation and user experience

Implements P0-P3 priorities following WCAG 2.1 AA accessibility standards
2025-10-12 13:21:57 +08:00
..
comment-icon.tsx only author can move the comment position 2025-10-10 15:58:01 +08:00
comment-input.tsx fix comment input hoverd by comment content 2025-10-11 10:41:28 +08:00
comment-preview.tsx fix: align CommentPreview styles with design specs 2025-10-11 15:02:06 +08:00
cursor.tsx improve comment cursor move 2025-10-04 14:36:10 +08:00
index.tsx fix CI 2025-09-22 14:20:11 +08:00
mention-input.tsx feat: implement comprehensive focus management for comment thread 2025-10-12 13:21:57 +08:00
thread.tsx feat: implement comprehensive focus management for comment thread 2025-10-12 13:21:57 +08:00