Anish Sarkar
08142f9add
refactor: implement UserSettingsPage and UserSettingsPanel components, replacing UserSettingsDialog and enhancing user settings navigation
2026-05-18 01:51:31 +05:30
Anish Sarkar
a49ee05456
refactor: enhance layout structure by introducing WorkspacePanel and updating component styles
2026-05-17 03:17:12 +05:30
Anish Sarkar
c1c34eb916
refactor(layout): implement background color management in DashboardClientLayout; streamline RightPanel and LayoutShell styles for consistency
2026-05-04 02:05:20 +05:30
Anish Sarkar
147be71238
refactor(sidebar): update sidebar resizing logic to use pointer events; enhance drag cursor handling and improve sidebar width persistence
2026-05-04 01:47:17 +05:30
Anish Sarkar
cdce6a8f14
refactor(styles): unify panel and sidebar colors for consistent theming; update hover effects for buttons in the right panel and sidebar
2026-05-03 20:38:21 +05:30
Anish Sarkar
a9192beae3
feat(announcements): rename "Announcements" to "What's New" across the application; add AnnouncementsDialog component for displaying updates; update empty state messaging; remove unused AnnouncementsSidebar component.
2026-05-03 18:42:29 +05:30
Anish Sarkar
315f4229f9
refactor(sidebar): remove sidebarWidth from context and update resize handling
2026-05-02 14:01:33 +05:30
Anish Sarkar
9b1b5a504e
Merge remote-tracking branch 'upstream/dev' into feat/ui-revamp
2026-05-02 12:54:49 +05:30
Anish Sarkar
1863f2832b
fix(LayoutShell): add 'isolate' class to main content panel
2026-05-01 18:43:45 +05:30
Anish Sarkar
65f3916fc3
refactor(header, layout): simplify header component by removing unused tabs and mobile checks; enhance RightPanel and LayoutShell with improved styling and sidebar functionality
2026-04-29 03:46:40 +05:30
Anish Sarkar
360e21eee4
feat(icon-rail, layout): enhance IconRail with new chat functionality and navigation items; update LayoutShell to support collapsible sidebar and integrate new actions
2026-04-28 23:58:00 +05:30
Anish Sarkar
e60c5399af
feat(icon-rail): integrate user profile component and enhance layout with user settings options
2026-04-28 19:29:14 +05:30
Tacite243
be2e011375
perf: lazy-load DocumentTabContent to reduce initial dashboard bundle size
2026-04-19 14:50:55 +02:00
Anish Sarkar
2327869147
style: adjust header and sidebar heights for improved layout consistency and update TabBar component for better responsiveness
2026-03-31 16:35:29 +05:30
Anish Sarkar
7632291731
refactor: improve UI consistency by standardizing header and sidebar component heights, and enhance right panel functionality with expanded button integration
2026-03-29 21:27:10 +05:30
DESKTOP-RTLN3BA\$punk
64c913baa3
chore: linting
2026-03-27 03:17:05 -07:00
DESKTOP-RTLN3BA\$punk
685ad0c02d
feat: add folder management features including creation, deletion, and organization of documents within folders
2026-03-27 01:39:15 -07:00
Anish Sarkar
2bc6a0c3bc
chore: ran linting
2026-03-22 00:43:53 +05:30
Anish Sarkar
020d806b1f
refactor: unify sidebar state management in LayoutDataProvider to allow only one slide-out panel open at a time
2026-03-22 00:01:31 +05:30
Anish Sarkar
440f5aec72
fix: improve accessibility and styling in sidebar components
2026-03-17 12:42:25 +05:30
Anish Sarkar
ac0f2fa2eb
chore: ran linting
2026-03-17 04:40:46 +05:30
Anish Sarkar
651d381bcb
feat: enhance chat sidebar functionality and UI
...
- Updated `LayoutDataProvider` to toggle sidebar states for shared and private chats more efficiently.
- Added new props to `MobileSidebar`, `Sidebar`, and `LayoutShell` to manage the open states of chat panels.
- Improved button interactions in the sidebar to show/hide chat panels with updated tooltip text.
- Enhanced styling for tab triggers in `AllPrivateChatsSidebar` and `AllSharedChatsSidebar` for better user experience.
- Added new localization strings for "show all" and "hide" actions in multiple languages.
2026-03-17 03:55:49 +05:30
Anish Sarkar
2ab00c1746
feat: move More Pages to dialog
...
- Introduced `MorePagesDialog` and `MorePagesContent` components to manage and display tasks for earning additional pages.
- Integrated dialog state management using `morePagesDialogAtom`.
- Updated `LayoutDataProvider` to include the new dialog and handle task completion logic.
- Enhanced `PageUsageDisplay` to trigger the More Pages dialog, improving user interaction for page management.
2026-03-17 01:50:15 +05:30
Anish Sarkar
993c8539e8
feat: update UI components to utilize new main panel styling
...
- Replaced background styles with `bg-main-panel` in various components for consistent theming.
- Enhanced the `Header`, `LayoutShell`, and `Thread` components to improve visual coherence.
- Adjusted tool management UI to reflect new design standards, ensuring a unified user experience.
2026-03-17 01:09:15 +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
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