SurfSense/surfsense_web/hooks
DESKTOP-RTLN3BA\$punk c768730b8c feat: fixed issues of note management
Issues Fixed

- Missing pagination fields in API response schemas (page, page_size, has_more)
- NOTE enum missing from frontend Zod schema
- Missing fields in DocumentRead response construction (content_hash, updated_at)
- BlockNote slash menu clipped by overflow-hidden CSS
- Sidebar click conflicts - hidden action buttons intercepting clicks
- Rewrote All Notes sidebar - replaced fragile custom portal with shadcn Sheet
- Missing translation keys for new UI strings
- Missing NOTE retrieval logic in researcher agent
- Added search to All Notes sidebar
- Removed frontend logging - was causing toasters on every page refresh
- Added backend logging to document reindex Celery task
2025-12-17 00:09:43 -08:00
..
index.ts feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
use-api-key.ts chore: biome checks 2025-12-05 00:17:31 -08:00
use-chat.ts feat(roadmap-1.2): removed SearchMode enum and combined hybrid search 2025-12-12 04:17:30 -08:00
use-connector-edit-page.ts Merge remote-tracking branch 'upstream/main' into feat/bookstack-connector 2025-12-06 09:15:02 +08:00
use-connectors.ts refactor: centralize authentication handling 2025-12-02 01:24:09 -08:00
use-debounced-value.ts feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
use-github-stars.ts feat: Implement LLM configuration validation in create and update routes 2025-11-05 12:15:05 -08:00
use-logs.ts feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
use-media-query.ts biome checks 2025-10-04 12:14:14 -07:00
use-mobile.ts Initial formatting using biome 2025-07-27 10:05:37 -07:00
use-rbac.ts refactor: remove unused useRoles and usePermissions hooks after migration 2025-12-16 09:07:33 +00:00
use-search-source-connectors.ts feat: update document tracking to use 'updated_at' timestamp instead of 'last_edited_at' 2025-12-12 01:32:14 -08:00