Anish Sarkar
2b40592f0b
feat: add Agent Model Manager component for managing LLM configurations and enhance UI in related components
2026-04-14 01:30:30 +05:30
Anish Sarkar
25644e1c0b
refactor: replace Eye icon with ScanEye in multiple components and enhance model not found messages
2026-04-13 21:36:07 +05:30
Anish Sarkar
c6730c5551
feat: implement download functionality for different OS in SidebarUserProfile and DownloadButton components, enhance user experience with localized download messages
2026-04-10 19:53:13 +05:30
Anish Sarkar
42572ad09d
refactor: simplify alert descriptions, improved icons, improved UI in LLM settings
2026-04-10 19:07:35 +05:30
Anish Sarkar
f38ea77940
chore: ran linting
2026-04-09 18:10:34 +05:30
Anish Sarkar
ab3cb0e1c5
Merge remote-tracking branch 'upstream/dev' into refactor/persistent-memory
2026-04-09 15:33:23 +05:30
Anish Sarkar
3ea9b30046
feat: add MemoryContent and TeamMemoryManager components for user and team memory management
2026-04-09 00:03:41 +05:30
Anish Sarkar
56c5809170
chore: ran linting
2026-04-08 18:23:03 +05:30
SohamBhattacharjee2003
15560f297f
perf: implement dynamic imports for settings dialog tabs ( #1141 )
...
- Replace 6 static imports in user-settings-dialog with dynamic imports
- Replace 8 static imports in search-space-settings-dialog with dynamic imports
- Each settings tab loads content only when selected
- Reduces initial settings dialog bundle size
- All tab functionality preserved
2026-04-08 06:48:51 +05:30
CREDO23
035a4862f9
Add Vision Models tab to settings dialog with i18n
2026-04-07 19:29:24 +02:00
Anish Sarkar
b7d684ca8d
feat: integrate search space settings dialog across various components
...
- Added `searchSpaceSettingsDialogAtom` to manage the state of the settings dialog.
- Updated multiple components (OnboardPage, TeamManagementPage, ConnectorIndicator, DocumentUploadPopupContent, etc.) to utilize the new dialog state for navigating to settings.
- Removed unnecessary animations from ApiKeyContent and ProfileContent components for improved performance.
- Enhanced button styles for better UI consistency across settings actions.
- Refactored error handling in LLMRoleManager and ModelConfigManager to simplify the UI structure.
2026-03-16 21:10:46 +05:30