Anish Sarkar
03aa653646
feat: implement team management dialog and refactor team page structure
...
- Introduced `TeamDialog` component to manage team members within a modal.
- Created `TeamContent` component to encapsulate team management logic and UI.
- Refactored `TeamManagementPage` to utilize the new `TeamContent` component, improving code organization.
- Added `teamDialogAtom` for managing the open state of the team dialog.
- Updated `LayoutDataProvider` to integrate the new team dialog functionality.
2026-03-16 21:51:15 +05:30
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
DESKTOP-RTLN3BA\$punk
b81619da7e
chore: linting
2026-03-11 16:44:25 -07:00
DESKTOP-RTLN3BA\$punk
042b42a8a0
refactor: fixed forefox rendering issues
...
- Updated NewChatPage to reset state when switching between chats and search spaces.
- Enhanced LayoutDataProvider to reset transient slide-out panels on search space changes.
- Refactored RightPanel to simplify rendering logic and remove unnecessary animations.
- Cleaned up LayoutShell by removing motion components for improved performance.
2026-03-11 16:37:56 -07:00
DESKTOP-RTLN3BA\$punk
d960a065b1
chore: linting
2026-03-11 15:10:53 -07:00
DESKTOP-RTLN3BA\$punk
d61e29e74b
feat: fixed connectors dialog navigation, Implement bulk document deletion and improve search space filtering
...
- Added bulk delete functionality for documents in DocumentsTableShell and DocumentsSidebar.
- Enhanced search space retrieval to exclude spaces marked for deletion in read_search_spaces.
- Updated connector dialog to synchronize URL parameters when opened externally.
- Improved layout behavior to handle search space deletion and redirection more effectively.
2026-03-11 15:09:10 -07:00
Anish Sarkar
9503d4ade1
chore: ran linting
2026-03-11 12:30:20 +05:30
Anish Sarkar
1173f6ba19
fix: adjust layout behavior during resizing in LayoutShell component
2026-03-11 12:29:54 +05:30
Anish Sarkar
f73c1d83a8
feat: Enhance report panel state management and dropdown functionality in sidebar
2026-03-11 12:25:04 +05:30
Anish Sarkar
4a576f7347
feat: Enhance ComposerAction and DocumentsSidebar with improved UI and functionality
2026-03-11 12:04:22 +05:30
Anish Sarkar
70c3f09261
fix: Refactor connector dialog state management and improve modal handling
2026-03-11 11:37:50 +05:30
DESKTOP-RTLN3BA\$punk
d8a05ae4d5
feat: refactor agent tools management and add UI integration
...
- Added endpoint to list agent tools with metadata, excluding hidden tools.
- Updated NewChatRequest and RegenerateRequest schemas to include disabled tools.
- Integrated disabled tools management in the NewChatPage and Composer components.
- Improved tool instructions and visibility in the system prompt.
- Refactored tool registration to support hidden tools and default enabled states.
- Enhanced document chunk creation to handle strict zip behavior.
- Cleaned up imports and formatting across various files for consistency.
2026-03-10 17:36:26 -07:00
Anish Sarkar
4fb1b10cdc
chore: ran linting
2026-03-11 02:18:59 +05:30
Anish Sarkar
171bec9ef7
feat: integrate mobile responsiveness in LayoutDataProvider and Header components; adjust sidebar behavior based on device type and improve right panel handling
2026-03-11 02:18:33 +05:30
Anish Sarkar
21e7f600be
feat: enhance RightPanel and LayoutShell components with improved animations and layout handling; integrate motion effects for smoother transitions
2026-03-11 02:02:05 +05:30
Anish Sarkar
c304cc992c
feat: enhance RightPanel component with animation effects and dynamic width adjustments; refactor ReportPanelContent to streamline loading state handling
2026-03-11 01:44:55 +05:30
Anish Sarkar
414dceff2f
feat: implement RightPanel component for tabbed navigation between Sources and Report; update report panel handling in dashboard chat page for improved user experience
2026-03-11 01:22:24 +05:30
Anish Sarkar
6a88f9e0eb
chore: ran linting
2026-03-10 16:17:12 +05:30
Anish Sarkar
ad7bbcbc8f
feat: add ConnectToolsBanner component to Composer for improved tool integration and user engagement; update SidebarSlideOutPanel to conditionally render backdrop overlay based on mobile view
2026-03-10 16:16:24 +05:30
Anish Sarkar
07f0179cb2
feat: implement slide-out panel event handling in Composer and enhance GitHub stars badge with particle effects for improved visual feedback
2026-03-10 15:40:17 +05:30
Anish Sarkar
469e28958b
refactor: remove docked state management from InboxSidebar and LayoutDataProvider; enhance DropdownMenu in ComposerAction with separator for improved UI clarity
2026-03-10 15:20:51 +05:30
Anish Sarkar
5ea13e827b
feat: update ComposerAction and DocumentsSidebar to enhance document management and connector integration; replace Cable icon with Unplug for better clarity
2026-03-10 14:58:56 +05:30
Anish Sarkar
904c5d8807
feat: enhance ComposerAction with file upload functionality and replace Popover with DropdownMenu for improved user experience
2026-03-10 14:45:37 +05:30
Anish Sarkar
4cca366e11
Merge remote-tracking branch 'upstream/dev' into fix/docker-dev
2026-03-10 14:23:57 +05:30
Anish Sarkar
c8e36cb928
feat: add connector tools strip to DocumentsSidebar and implement AvatarGroup component for better UI representation
2026-03-10 14:23:19 +05:30
Anish Sarkar
ccde9d23f0
fix: adjust width of DocumentsSidebar for better layout consistency; change from 480px to 380px in both docked and mobile views
2026-03-10 14:03:47 +05:30
Anish Sarkar
5ecf4e3e9d
refactor: remove unused comment-related state and components; streamline comment panel styling for improved responsiveness
2026-03-10 14:00:29 +05:30
DESKTOP-RTLN3BA\$punk
403097646d
feat: implement batch unread counts for notifications to reduce API calls and improve performance
2026-03-10 01:26:37 -07:00
Anish Sarkar
2608870ae6
feat: implement docked mode for DocumentsSidebar with toggle functionality; enhance LayoutDataProvider and LayoutShell to support new state management
2026-03-10 12:26:45 +05:30
Anish Sarkar
74c95ee61f
feat: update ChatListItem UI for improved styling and accessibility; increase initial page size in use-documents hook
2026-03-10 11:49:06 +05:30
DESKTOP-RTLN3BA\$punk
ddb070bca8
feat: enhance MorePagesPage and PageUsageDisplay with PRO upgrade options and improved UI elements
2026-03-09 17:05:15 -07:00
Anish Sarkar
514dcc1493
refactor: enhance LayoutDataProvider to manage chat navigation and state synchronization more effectively
2026-03-09 02:22:01 +05:30
Anish Sarkar
e8cf677b25
refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses
2026-03-09 01:28:53 +05:30
Anish Sarkar
bd91b0bef2
refactor: remove unnecessary border from Header component
2026-03-08 22:59:32 +05:30
Anish Sarkar
662c99c3f5
refactor: enhance DocumentsTableShell to support search mode with updated UI for no matching documents
2026-03-08 22:42:13 +05:30
Anish Sarkar
195dbc5fc0
chore: ran linting
2026-03-08 21:17:45 +05:30
Anish Sarkar
2adf5750df
refactor: update LayoutDataProvider and NavSection components to use DocumentsProcessingStatus for improved document processing status handling
2026-03-08 21:16:52 +05:30
Anish Sarkar
a65fda359a
chore: ran linting
2026-03-08 20:57:29 +05:30
Anish Sarkar
f14efa18b3
refactor: enhance ApiKeyContent and MobileSidebar components with improved styling and event handling for better user experience
2026-03-08 20:34:12 +05:30
Anish Sarkar
863ba6865c
fix: update routing in settings and onboarding components to use 'tab' query parameter instead of 'section' for improved navigation consistency
2026-03-08 20:26:48 +05:30
Anish Sarkar
0f2d3bba3c
feat: add "Learn More" section to SidebarUserProfile with links to documentation and GitHub, and update translations for multiple languages
2026-03-08 20:19:15 +05:30
Anish Sarkar
f08ca26e3e
feat: enhance user settings page with tab navigation and default tab handling, update ProfileContent to use Next.js Image component, and improve sidebar user profile dropdown functionality
2026-03-08 19:54:12 +05:30
Anish Sarkar
77dc6b7c91
feat: implement user settings page with profile and API key management components
2026-03-08 19:36:12 +05:30
Anish Sarkar
c4d3322323
refactor: update icons in user message component and adjust dropdown menu alignment for improved UI consistency
2026-03-08 18:30:33 +05:30
Anish Sarkar
5ce3790847
refactor: enhance UI component styles and functionality in Documents filters, table shell, and editor for improved user experience and consistency
2026-03-08 17:43:19 +05:30
Anish Sarkar
9945d16b17
chore: ran biome checks
2026-03-07 12:57:27 +05:30
Anish Sarkar
f8b0e946ce
chore: ran linting
2026-03-07 04:46:48 +05:30
Anish Sarkar
37e1995546
feat: refactor long-press functionality in AllPrivateChatsSidebar and AllSharedChatsSidebar to utilize custom hook for improved code reusability and maintainability
2026-03-07 04:44:24 +05:30
Anish Sarkar
2ea67c1764
Merge remote-tracking branch 'upstream/dev' into feat/document-revamp
2026-03-07 04:37:37 +05:30
Anish Sarkar
f5e80b04fa
feat: add scroll position tracking and dynamic masking to DocumentsTableShell for improved document preview experience; update CreateSearchSpaceDialog styling for consistency
2026-03-07 04:20:14 +05:30