DocHub/backend/app
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
..
routers fix: natural-sort file tree, indent nested folders, fix editor layout 2026-08-01 17:32:32 +08:00
__init__.py feat: scaffold FastAPI backend with config and health endpoint 2026-08-01 02:15:01 +08:00
config.py feat: favicon, sidebar tooltip, fix Meilisearch auth and test warnings 2026-08-01 18:44:32 +08:00
dependencies.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
document_service.py fix: add image preview and replace Monaco with CodeMirror 6 2026-08-01 18:12:19 +08:00
local_file_client.py fix: natural-sort file tree, indent nested folders, fix editor layout 2026-08-01 17:32:32 +08:00
main.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
search_client.py fix: natural-sort file tree, indent nested folders, fix editor layout 2026-08-01 17:32:32 +08:00
text_extract.py fix: remove duplicate /health route, escape extracted text, validate uploads, handle binary decode 2026-08-01 08:59:34 +08:00