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
Anish Sarkar
1173f6ba19
fix: adjust layout behavior during resizing in LayoutShell component
2026-03-11 12:29:54 +05:30
Anish Sarkar
4fb1b10cdc
chore: ran linting
2026-03-11 02:18:59 +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
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
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
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
f8b0e946ce
chore: ran linting
2026-03-07 04:46:48 +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
662f4db13d
refactor: remove DashboardBreadcrumb component and related breadcrumb functionality, streamlining layout components and improving overall code maintainability
2026-03-06 22:33:42 +05:30
Anish Sarkar
1a688c7161
feat: enhance notifications system by introducing category-based filtering for comments and status, improving user experience in the inbox and API interactions
2026-03-06 19:35:35 +05:30
Anish Sarkar
eb775fea11
refactor: consolidate inbox data handling in LayoutDataProvider and related components, streamlining state management and improving performance by using a single data source for inbox items
2026-03-06 19:35:21 +05:30
Anish Sarkar
936bd70682
refactor: simplify dashboard layout by removing unused navigation props and implementing a new DocumentsSidebar for better document management
2026-03-05 20:34:02 +05:30
Eric Lammertsma
e157ac9985
feat: refactor announcements page and layout to support sidebar slide-out functionality
...
- Replaced the existing announcement card and empty state components with imports from the new announcements directory.
- Introduced state management for the announcements sidebar in the LayoutDataProvider.
- Updated navigation items to handle announcements sidebar toggling.
- Integrated AnnouncementsSidebar into the LayoutShell for both mobile and desktop views.
- Enhanced sidebar handling to improve user experience when navigating announcements.
2026-03-03 13:09:29 -05:00
Anish Sarkar
5695ec8d74
feat: enhance mobile sidebar functionality by adding close button and improving layout for shared and private chats
2026-02-22 00:24:49 +05:30
DESKTOP-RTLN3BA\$punk
db652116d6
chore: linting
2026-02-09 16:49:11 -08:00
Eric Lammertsma
4005e03ec4
refactor: consolidated secondary sidebars into a reusable slide-out panel
2026-02-09 11:41:55 -05:00
Eric Lammertsma
ed5f0d10e8
fix: made inbox respect resizable sidebar width
2026-02-09 11:13:56 -05:00
Anish Sarkar
c132e5ddb0
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-06 05:36:32 +05:30
Anish Sarkar
5e4dce40bd
feat: add loading state for chat components and implement skeleton loading UI
2026-02-04 20:13:33 +05:30
Eric Lammertsma
d761ca1992
Added chat renaming and auto naming by the active LLM
2026-02-03 20:47:18 -05:00
Anish Sarkar
79f7dfbbed
feat(notifications): enhance inbox functionality with type filtering and independent pagination for mentions and status notifications
2026-01-28 02:14:36 +05:30
Anish Sarkar
6d05a13167
feat(chat): add comments panel collapse functionality and integrate with inbox sidebar
2026-01-27 20:59:03 +05:30
Anish Sarkar
f7122cd477
feat(sidebar): implement inbox sidebar with docked and floating modes, add sidebar context for state management
2026-01-27 19:46:43 +05:30
Anish Sarkar
a51fe2ee69
feat: implement chat archiving functionality in LayoutDataProvider
...
- Added the ability to archive and unarchive chat threads, enhancing user interaction with chat items.
- Introduced a new `handleChatArchive` function to manage the archiving state and provide user feedback via toast notifications.
- Updated the `ChatItem` type to include an `archived` property for tracking the archive status.
- Modified relevant components to support the new archiving feature, including `ChatListItem`, `Sidebar`, and `MobileSidebar`.
2026-01-24 15:17:35 +05:30
Anish Sarkar
80f83e32c6
chore: frontend linting
2026-01-20 20:47:31 +05:30
Anish Sarkar
459a354e0f
feat: shifted the theme selection to user profile sidebar
2026-01-20 16:04:56 +05:30
Anish Sarkar
24049345a2
feat: add language selection feature to user profile sidebar, fixed some hover color logic for both model selector and language selection
2026-01-20 15:47:23 +05:30
DESKTOP-RTLN3BA\$punk
25b9118306
feat: implement search space deletion and fixed rback issues with shared chats
2026-01-13 01:45:58 -08:00
Rohan Verma
720b339702
Merge branch 'dev' into implement-surfsense-docs-mentions
2026-01-13 00:55:16 -08:00
DESKTOP-RTLN3BA\$punk
f22d649239
feat: added shared chats
2026-01-13 00:17:12 -08:00
CREDO23
4ace7d09a0
Remove all search spaces sheet and dropdown option
2026-01-13 00:49:27 +02:00
DESKTOP-RTLN3BA\$punk
73a57589ac
chore: linting
2026-01-12 14:17:15 -08:00
CREDO23
34c9d24970
Add User Settings page with sidebar pattern and API key section
2026-01-12 17:06:05 +02:00
CREDO23
eed04e9b27
refactor: rename Workspace to SearchSpace in layout components
2026-01-12 15:47:56 +02:00
CREDO23
a919f8d9ee
feat: add new layout system (Slack/ClickUp inspired)
2026-01-08 19:10:40 +02:00