DocHub/frontend
Tianyang 08a1211341 feat: favicon, sidebar tooltip, fix Meilisearch auth and test warnings
- Add SVG favicon using pine/paper design tokens; wire into index.html
- Add SidebarLabel component with ResizeObserver overflow detection and
  CSS-only tooltip (pine-deep bg, IBM Plex Mono, 0.08s fade, no delay)
- Fix Meilisearch invalid_api_key: default api key to None instead of ''
  so no Authorization header is sent when auth is disabled
- Stub ResizeObserver in test setup for jsdom compatibility
- Wrap async renders in act() and advance fake timers inside act() to
  eliminate all act() warnings in App.test.tsx
2026-08-01 18:44:32 +08:00
..
public feat: favicon, sidebar tooltip, fix Meilisearch auth and test warnings 2026-08-01 18:44:32 +08:00
src feat: favicon, sidebar tooltip, fix Meilisearch auth and test warnings 2026-08-01 18:44:32 +08:00
tests feat: favicon, sidebar tooltip, fix Meilisearch auth and test warnings 2026-08-01 18:44:32 +08:00
Dockerfile feat: scaffold frontend project with Vite, Vitest and Docker build 2026-08-01 02:40:18 +08:00
index.html feat: favicon, sidebar tooltip, fix Meilisearch auth and test warnings 2026-08-01 18:44:32 +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