DocHub/frontend
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
..
src fix: lock sidebar width and add rendered markdown preview 2026-08-01 18:30:50 +08:00
tests fix: lock sidebar width and add rendered markdown preview 2026-08-01 18:30:50 +08:00
Dockerfile feat: scaffold frontend project with Vite, Vitest and Docker build 2026-08-01 02:40:18 +08:00
index.html feat: scaffold frontend project with Vite, Vitest and Docker build 2026-08-01 02:40:18 +08:00
nginx.conf feat: scaffold frontend project with Vite, Vitest and Docker build 2026-08-01 02:40:18 +08:00
package-lock.json fix: lock sidebar width and add rendered markdown preview 2026-08-01 18:30:50 +08:00
package.json fix: lock sidebar width and add rendered markdown preview 2026-08-01 18:30:50 +08:00
tsconfig.json feat: scaffold frontend project with Vite, Vitest and Docker build 2026-08-01 02:40:18 +08:00
vite.config.ts feat: scaffold frontend project with Vite, Vitest and Docker build 2026-08-01 02:40:18 +08:00