DocHub/frontend/tests/components
Tianyang 39761b4ce7 fix: lock sidebar width and add rendered markdown preview
Sidebar overflowed horizontally on long file/folder names, which broke
vertical scrolling too — locked width with min/max-width plus
overflow-x: hidden, and truncate folder names with ellipsis.

Documents now open in a rendered preview (marked + DOMPurify) by
default, with an 编辑/预览 toggle to switch to the CodeMirror source view.
2026-08-01 18:30:50 +08:00
..
DocumentEditor.test.tsx fix: lock sidebar width and add rendered markdown preview 2026-08-01 18:30:50 +08:00
FileExplorer.test.tsx fix: repair build, preserve unsaved edits on save failure, fix search/upload UX gaps 2026-08-01 08:59:49 +08:00
ReindexButton.test.tsx fix: natural-sort file tree, indent nested folders, fix editor layout 2026-08-01 17:32:32 +08:00
SearchBar.test.tsx fix: repair build, preserve unsaved edits on save failure, fix search/upload UX gaps 2026-08-01 08:59:49 +08:00
SearchResults.test.tsx feat: add debounced SearchBar and highlighted SearchResults 2026-08-01 02:51:55 +08:00
UploadButton.test.tsx feat: support uploading entire folders 2026-08-01 16:30:29 +08:00