- Introduced a new FileIcon component to render file-type icons with support for Devicon CDN and fallback to lucide-react icons. - Added a glow effect for file icons in dark mode to improve visibility. - Updated various components to utilize the new FileIcon component for consistent icon rendering. - Refined keyboard shortcut handling to use event.code for layout-independent key detection, improving cross-platform compatibility. - Enhanced the EditorTabBar with a context menu for tab management, including options to close tabs and manage open files more efficiently. |
||
|---|---|---|
| .. | ||
| navigationUtils.test.ts | ||
| useAutoScrollBottom.test.ts | ||
| useDraftPersistence.test.ts | ||
| useEditorKeyboardShortcuts.test.ts | ||
| useMentionDetection.test.ts | ||
| useSearchContextNavigation.test.ts | ||
| useVisibleAIGroup.test.ts | ||