CREDO23
5c3aa72c1a
feat(chat): add ActiveChatStreamRunner to persist streams across nav
2026-07-13 23:17:23 +02:00
DESKTOP-RTLN3BA\$punk
c2dcb2045d
feat: added attachment support
2025-12-21 22:26:33 -08:00
CREDO23
291bb0369a
refactor: migrate dashboard-breadcrumb to useQuery and remove obvious comments
2025-12-15 08:18:35 +00:00
CREDO23
90f4ce61b5
refact: format web project with biome
2025-12-14 20:33:15 +02:00
CREDO23
1d0be3a640
refactor: migrate ChatInputGroup.tsx from useLLMPreferences hook to jotai atoms
2025-12-14 20:22:00 +02:00
CREDO23
636db67d65
feat(llm-config): replace useGlobalLLMConfigs with globalLLMConfigsAtom in ChatInputGroup
2025-12-14 20:22:00 +02:00
CREDO23
c3dd3de6f6
refactor: migrate ChatInputGroup to jotai + tanstack query pattern
...
- Replace useLLMConfigs hook with llmConfigsAtom
- Map properties correctly (data, isFetching, isError)
- Fix TypeScript issue with is_global property check
- Keep useGlobalLLMConfigs and useLLMPreferences unchanged
- Maintain backward compatibility with existing functionality
2025-12-14 20:22:00 +02:00
DESKTOP-RTLN3BA\$punk
08fb488995
feat(roadmap-1.2): removed SearchMode enum and combined hybrid search
2025-12-12 04:17:30 -08:00
DESKTOP-RTLN3BA\$punk
e6775625ff
chore: linting
2025-12-10 14:41:32 -08:00
CREDO23
1d49378363
fix: improve scroll behavior and add missing import in SourceDetailSheet
...
- Added useLayoutEffect import
- Fixed scroll to highlighted chunk behavior
- Added open dependency to useEffect for proper re-triggering
2025-12-08 11:02:01 +00:00
CREDO23
55502579e1
fix: minor type adjustments and cleanup
...
- Added missing Document type export
- Fixed typeCounts usage in DocumentsTable
- Minor formatting adjustments in DocumentsDataTable
2025-12-08 11:02:01 +00:00
CREDO23
b8d629da71
fix: update DocumentsFilters type definitions and complete migration cleanup
...
- Updated type definitions in DocumentsFilters to use DocumentTypeEnum
- Fixed type consistency across activeTypes and onToggleType props
- Final cleanup of DocumentsTable migration to React Query
2025-12-08 11:02:01 +00:00
CREDO23
e7982ead4e
feat: replace getDocumentTypeCounts with useQuery implementation (10min stale time)
2025-12-08 11:02:01 +00:00
CREDO23
42e10bbe55
feat: add useQuery implementation for document fetching in DocumentsDataTable with 3-minute stale time
2025-12-08 11:02:01 +00:00
CREDO23
bccbd65333
refactor: migrate document types fetch to jotai + tanstack query
...
- Replace useDocumentTypes hook with documentTypeCountsAtom in ChatInputGroup
- Replace useDocumentTypes hook with documentTypeCountsAtom in researcher page
- Delete obsolete use-document-types.ts hook
- Transform atom response to maintain backward compatibility
2025-12-08 11:02:01 +00:00
CREDO23
034e42e15e
refactor: update SourceDetailSheet to use useQuery with centralized cache keys
...
- Replace useDocumentByChunk hook with useQuery implementation
- Use descriptive variable names (isDocumentByChunkFetching, documentByChunkFetchingError)
- Integrate with centralized cache key management
- Update all loading and error state references
- Add 5-minute stale time for document queries
2025-12-08 11:02:01 +00:00
CREDO23
ecb48ddb03
refactor: replace useDocumentByChunk with useQuery implementation in SourceDetailSheet
...
- Remove useDocumentByChunk hook dependency
- Use useQuery with centralized cache keys and descriptive variable names
- Replace all document, loading, and error references with new implementation
- Remove manual fetch/clear effects as useQuery handles lifecycle automatically
2025-12-08 11:02:01 +00:00
CREDO23
9bff7a619f
refactor: use descriptive variable names for useQuery destructuring in SourceDetailSheet
2025-12-08 11:02:01 +00:00
CREDO23
013bb1547d
feat: add useQuery implementation with centralized cache key management in SourceDetailSheet
2025-12-08 11:02:01 +00:00
DESKTOP-RTLN3BA\$punk
111323b3b3
feat: UX improvement
...
- Added "Add Sources" button in ChatInputGroup for easier document management.
- Introduced a "Manage Team" card in CompletionStep to facilitate team collaboration.
- Updated UI elements for better visual feedback and interaction.
- Removed unused role examples in LLMRoleManager for cleaner code.
2025-11-28 23:39:07 -08:00
thierryverse
0ea974316b
update generate podcast mutation
2025-11-20 08:17:57 +02:00
thierryverse
d2fddd5ea5
add getPodcasts query atom
2025-11-20 08:17:57 +02:00
thierryverse
7560ea1426
replace imperative fetch in the reseacher page
2025-11-20 08:17:57 +02:00
thierryverse
1a954bc184
Add delete podcast api service
2025-11-20 08:17:57 +02:00
thierryverse
bf94903459
fix hot reloads issue in dev mode
2025-11-20 08:17:57 +02:00
thierryverse
20cd1951b5
add podcast api service
2025-11-20 08:17:56 +02:00
thierryverse
5361290315
refactor podcast api calls
2025-11-20 08:17:56 +02:00
thierryverse
41a938cec0
Refactor register page
2025-11-17 08:10:12 +02:00
thierryverse
81ee04c2a5
format with biome
2025-11-17 08:10:12 +02:00
thierryverse
78ab020d80
organize seach space apis
2025-11-17 08:09:17 +02:00
thierryverse
b866170e6a
add delete chat mutation
2025-11-17 08:09:17 +02:00
thierryverse
bd4e5d627d
improve naming
2025-11-17 08:09:17 +02:00
thierryverse
b2887543a2
refactor search cpace chats fetching - with tanstack query
2025-11-17 08:09:17 +02:00
thierryverse
93f6056a91
add active search space chats atom with query
2025-11-17 08:00:54 +02:00
DESKTOP-RTLN3BA\$punk
cc73e8e565
feat: improved onboarding
2025-11-16 15:54:54 -08:00
DESKTOP-RTLN3BA\$punk
d4345f75e5
feat: added global llm configurations
2025-11-14 21:53:46 -08:00
DESKTOP-RTLN3BA\$punk
1020dc8885
refactor(layout): simplify layout structure and improve scroll handling in Navbar
2025-11-13 15:28:53 -08:00
DESKTOP-RTLN3BA\$punk
3ccb0bc7bb
refactor(ux): Enhance podcast and chat panel features
...
- Updated the welcome dialog in podcast generation to reflect the correct podcast title.
- Improved the Dashboard layout by adding an indicator for active chats on the researcher page.
- Enhanced the breadcrumb component to fetch and display chat details dynamically.
- Adjusted the chat panel width for better visibility.
- Introduced animations and improved user interactions in the chat panel and podcast player components.
- Updated the ConfigModal to provide clearer instructions for user input.
2025-11-11 18:07:32 -08:00
Rohan Verma
0835a192a2
Merge pull request #430 from CREDO23/feat/chat-pannel
...
[Feature] Add the chat panel
2025-11-11 17:04:39 -08:00
thierryverse
87c5d24f29
fix key down events
2025-11-11 22:06:57 +02:00
thierryverse
55e5b45a42
fix podcast generation
2025-11-11 04:02:04 +02:00
DESKTOP-RTLN3BA\$punk
7ed159b395
feat: added top_k in chat Interface.
2025-11-06 13:25:05 -08:00
thierryverse
678d8fbbcd
fix podcast re-generation
2025-11-06 21:52:45 +02:00
thierryverse
06f541d600
add a compoacted podcast player in the chat pannel
2025-11-06 21:52:45 +02:00
thierryverse
ee139a4be8
fix hydration issue in podcast config modal
2025-11-06 21:52:45 +02:00
CREDO23
ce4bb7e1b7
clean up
2025-11-06 21:52:45 +02:00
CREDO23
84ac44e3b1
Add ai bot suggestions
2025-11-06 21:52:45 +02:00
CREDO23
13342eb823
Add use podcasts
2025-11-06 21:52:45 +02:00
CREDO23
b02b094a24
show podcast staleness and suggest user to re-generate
2025-11-06 21:52:45 +02:00
CREDO23
e47b1cb4c5
stop propagation in the chat panelcl
2025-11-06 21:52:45 +02:00