Commit graph

12 commits

Author SHA1 Message Date
DESKTOP-RTLN3BA\$punk
4a0c3e368a feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
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
CREDO23
862288367d feat: add deleteSearchSpaceMutationAtom 2025-12-15 08:18:35 +00:00
CREDO23
a820598cfd fix: convert id to string for cache key detail function 2025-12-15 08:18:35 +00:00
CREDO23
46061f64ee fix: correct UpdateSearchSpaceRequest structure in mutation atom 2025-12-15 08:18:35 +00:00
CREDO23
d3dd2fc886 feat: add updateSearchSpaceMutationAtom 2025-12-15 08:18:35 +00:00
CREDO23
00b5b7dec8 refactor: merge search space query atoms into single file 2025-12-15 08:18:35 +00:00
CREDO23
2f2898f0c3 refactor: merge seach-spaces and search-spaces folders, fix typo 2025-12-15 08:18:35 +00:00
CREDO23
6bac012474 feat: add createSearchSpaceMutationAtom 2025-12-15 08:18:35 +00:00
CREDO23
fc08f721b0 feat(search-spaces): add communityPromptsAtom and remove obvious comments 2025-12-15 08:18:35 +00:00
CREDO23
b4874111e2 fix(search-spaces): correct pagination params to use skip/limit instead of page/page_size 2025-12-15 08:18:35 +00:00
CREDO23
58a14f422d feat(search-spaces): add searchSpacesAtom query atom for fetching search spaces list 2025-12-15 08:18:35 +00:00