SurfSense/surfsense_web/lib/apis
Anish Sarkar 8eceb7a5cb feat: add note management functionality with BlockNote support
- Introduced a new ENUM value 'NOTE' for document types in the database.
- Implemented backend routes for creating, listing, and deleting notes.
- Added a new frontend page for creating notes with a BlockNote editor.
- Updated sidebar to include recent notes and an option to add new notes.
- Enhanced API service for notes with validation and request/response schemas.
- Updated translations to support new note-related terms.
2025-12-16 12:28:30 +05:30
..
auth-api.service.ts fix auth/register endpoint bug 2025-11-20 08:20:47 +02:00
base-api.service.ts refactor: update SourceDetailSheet to use useQuery with centralized cache keys 2025-12-08 11:02:01 +00:00
chats-api.service.ts Add create chat mutation 2025-11-20 08:17:57 +02:00
documents-api.service.ts refactor: update SourceDetailSheet to use useQuery with centralized cache keys 2025-12-08 11:02:01 +00:00
llm-config-api.service.ts feat: add LLM config cache keys and create mutation atom 2025-12-14 20:17:27 +02:00
notes-api.service.ts feat: add note management functionality with BlockNote support 2025-12-16 12:28:30 +05:30
podcasts-api.service.ts add getPodcasts query atom 2025-11-20 08:17:57 +02:00
search-spaces-api.service.ts feat(search-spaces): add deleteSearchSpace endpoint to API service 2025-12-15 08:18:35 +00:00