Commit Graph

  • 662c99c3f5 refactor: enhance DocumentsTableShell to support search mode with updated UI for no matching documents Anish Sarkar 2026-03-08 22:42:13 +05:30
  • ed6ff33933 refactor: update ShortcutKbd component styling to adjust key width based on key length Anish Sarkar 2026-03-08 22:33:07 +05:30
  • 195dbc5fc0 chore: ran linting Anish Sarkar 2026-03-08 21:17:45 +05:30
  • 2adf5750df refactor: update LayoutDataProvider and NavSection components to use DocumentsProcessingStatus for improved document processing status handling Anish Sarkar 2026-03-08 21:16:52 +05:30
  • 0a1d0035e6 refactor: update DocumentUploadTab to ensure unique file IDs are generated using a fallback method for compatibility Anish Sarkar 2026-03-08 21:11:54 +05:30
  • a65fda359a chore: ran linting Anish Sarkar 2026-03-08 20:57:29 +05:30
  • 06e74d5357 refactor: enhance MobileNav component with click outside detection for improved user interaction Anish Sarkar 2026-03-08 20:56:57 +05:30
  • af77c26572 refactor: update Navbar component to improve styling and add select-none class for better user interaction Anish Sarkar 2026-03-08 20:56:01 +05:30
  • 33a822432d refactor: improve styling of CreateInviteDialog footer for better layout consistency Anish Sarkar 2026-03-08 20:48:21 +05:30
  • f14efa18b3 refactor: enhance ApiKeyContent and MobileSidebar components with improved styling and event handling for better user experience Anish Sarkar 2026-03-08 20:34:12 +05:30
  • 863ba6865c fix: update routing in settings and onboarding components to use 'tab' query parameter instead of 'section' for improved navigation consistency Anish Sarkar 2026-03-08 20:26:48 +05:30
  • 0f2d3bba3c feat: add "Learn More" section to SidebarUserProfile with links to documentation and GitHub, and update translations for multiple languages Anish Sarkar 2026-03-08 20:19:15 +05:30
  • 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 Anish Sarkar 2026-03-08 19:54:12 +05:30
  • 0b028bab49 refactor: update DocumentUploadTab to manage files with unique IDs using UUIDs Anish Sarkar 2026-03-08 19:48:38 +05:30
  • 84bd52f482 chore: update lucide-react dependency to version 0.577.0 and refactor ProfileContent component to use Next.js Image component for avatar display Anish Sarkar 2026-03-08 19:43:30 +05:30
  • 77dc6b7c91 feat: implement user settings page with profile and API key management components Anish Sarkar 2026-03-08 19:36:12 +05:30
  • 97fbb70672 refactor: update DocumentMentionPicker styles for improved dark mode support and UI consistency Anish Sarkar 2026-03-08 18:45:05 +05:30
  • 78e66477cf feat: implement document metadata viewer with Ctrl+Click functionality in DocumentsTableShell Anish Sarkar 2026-03-08 18:40:32 +05:30
  • 855c334f7e refactor: replace PencilIcon with Pen in various components for consistent icon usage Anish Sarkar 2026-03-08 18:32:25 +05:30
  • c4d3322323 refactor: update icons in user message component and adjust dropdown menu alignment for improved UI consistency Anish Sarkar 2026-03-08 18:30:33 +05:30
  • a11c95e30f feat: add last_login column to user table and update user login tracking Anish Sarkar 2026-03-08 18:24:29 +05:30
  • 2ac0e4f931 refactor: improve skeleton loading UI and enhance dropdown menu styles for better user experience Anish Sarkar 2026-03-08 17:52:53 +05:30
  • 5ce3790847 refactor: enhance UI component styles and functionality in Documents filters, table shell, and editor for improved user experience and consistency Anish Sarkar 2026-03-08 17:43:19 +05:30
  • 0f7878a3a0 refactor: update UI component styles for improved visual consistency and user experience across GitHub stars badge, model selector, dialog, dropdown menu, and shortcut keyboard components Anish Sarkar 2026-03-08 17:10:24 +05:30
  • 701bb7063f Merge remote-tracking branch 'upstream/dev' into fix/github-and-ui-fixes Anish Sarkar 2026-03-08 16:57:10 +05:30
  • 99039f98e3 feat: add GitHub stars badge component and integrate it into the navbar Anish Sarkar 2026-03-08 16:41:00 +05:30
  • 176190fb2b Merge pull request #861 from AnishSarkar22/feat/document-revamp 0.0.13.17 Rohan Verma 2026-03-08 03:34:05 -07:00
  • 8122370cec test: mark test_connector_document.py with unit pytest marker Anish Sarkar 2026-03-08 02:53:47 +05:30
  • 560e51c95f chore: add ETL_SERVICE environment variable for CI testing in backend workflow Anish Sarkar 2026-03-08 02:49:13 +05:30
  • ea004ec664 chore: add SECRET_KEY environment variable for CI testing in backend workflow Anish Sarkar 2026-03-08 02:45:04 +05:30
  • ca3710a239 fix: remove slowapi limiter for testing Anish Sarkar 2026-03-08 02:41:05 +05:30
  • 36836a1d8b chore: add embedding model in env for backend tests workflow Anish Sarkar 2026-03-08 02:33:35 +05:30
  • 53f3be2873 chore: update GitHub Actions workflow to use latest versions of actions/checkout, astral-sh/setup-uv, and actions/cache Anish Sarkar 2026-03-08 02:23:01 +05:30
  • c886d6640d feat: add GA workflow for backend tests including both unit and integration tests Anish Sarkar 2026-03-08 02:20:58 +05:30
  • 9945d16b17 chore: ran biome checks Anish Sarkar 2026-03-07 12:57:27 +05:30
  • eadbcb4846 chore: update biome configuration and dependencies to Biome version 2.4.6, enhancing compatibility and functionality Anish Sarkar 2026-03-07 12:52:05 +05:30
  • 45c38456ab chore: add Tailwind CSS parser configuration to biome.json and standardize source path quotes in globals.css Anish Sarkar 2026-03-07 12:34:52 +05:30
  • c02207e911 refactor: simplify DocumentUploadTab component by removing motion animations and enhancing file display logic for improved performance and readability Anish Sarkar 2026-03-07 12:31:55 +05:30
  • f75b224c2c refactor: update dialog component styles for improved visual consistency and user interaction by adjusting background opacity and border styles Anish Sarkar 2026-03-07 05:00:07 +05:30
  • f8b0e946ce chore: ran linting Anish Sarkar 2026-03-07 04:46:48 +05:30
  • 37e1995546 feat: refactor long-press functionality in AllPrivateChatsSidebar and AllSharedChatsSidebar to utilize custom hook for improved code reusability and maintainability Anish Sarkar 2026-03-07 04:44:24 +05:30
  • 2ea67c1764 Merge remote-tracking branch 'upstream/dev' into feat/document-revamp Anish Sarkar 2026-03-07 04:37:37 +05:30
  • f431f43191 feat: enhance message handling in NewChatPage by updating message IDs upon saving, ensuring consistent state management and improved user experience Anish Sarkar 2026-03-07 04:29:52 +05:30
  • 232618f995 refactor: update styling in ConnectorIndicator to enhance visual consistency by removing unnecessary ring classes and ensuring dark mode compatibility Anish Sarkar 2026-03-07 04:24:36 +05:30
  • f5e80b04fa feat: add scroll position tracking and dynamic masking to DocumentsTableShell for improved document preview experience; update CreateSearchSpaceDialog styling for consistency Anish Sarkar 2026-03-07 04:20:14 +05:30
  • 72337f326c refactor: update various components to enhance styling consistency and improve user interaction by removing unnecessary classes and adjusting dialog and dropdown styles Anish Sarkar 2026-03-07 04:15:40 +05:30
  • b07f8699f6 feat: implement long-press functionality across chat and document components for enhanced user interaction and integrate custom hook for reusability Anish Sarkar 2026-03-07 03:50:45 +05:30
  • 3af9962abc feat: replace image config sidebar with dialog component in ChatHeader for improved user interaction and update related state management Anish Sarkar 2026-03-07 03:41:34 +05:30
  • c9949303ae feat: integrate document upload dialog in ComposerAction and update sidebar components for improved user interaction and styling consistency Anish Sarkar 2026-03-07 03:29:46 +05:30
  • 7a1e24fc52 feat: enhance sidebar and toolbar components with shortcut key display, improving user interaction and accessibility Anish Sarkar 2026-03-07 02:50:01 +05:30
  • b98dbf8952 feat: add processing document count hook and integrate spinner in sidebar navigation for improved user feedback during document processing Anish Sarkar 2026-03-07 02:34:23 +05:30
  • 7f3c647328 feat: implement mobile long-press functionality in DocumentsTableShell for enhanced document interaction, and integrate Drawer components for improved UI consistency Anish Sarkar 2026-03-07 02:21:23 +05:30
  • 454d94bec7 refactor: update sidebar and chat components with consistent dark mode styling, enhancing visual coherence and user experience Anish Sarkar 2026-03-07 01:55:32 +05:30
  • c9d92ee5a0 refactor: update styling in ConnectorIndicator and ChatShareButton components to prevent text selection, enhancing user interface consistency Anish Sarkar 2026-03-07 00:08:08 +05:30
  • 74e8fb1cee refactor: improve error handling in ChatShareButton component by validating thread ID before API call, and update tooltip content for clarity, enhancing user experience and code robustness Anish Sarkar 2026-03-06 23:37:05 +05:30
  • c1ba3a9b6d refactor: streamline document mention handling by consolidating atom logic and removing redundant state updates, enhancing code clarity and maintainability in chat components Anish Sarkar 2026-03-06 23:33:51 +05:30
  • 8d5d8e490c refactor: remove ChatHeader from Thread component and update related logic, improving code clarity and maintaining consistent header display in chat interface Anish Sarkar 2026-03-06 22:38:49 +05:30
  • 662f4db13d refactor: remove DashboardBreadcrumb component and related breadcrumb functionality, streamlining layout components and improving overall code maintainability Anish Sarkar 2026-03-06 22:33:42 +05:30
  • aaa8840e1d feat: enhance DocumentsFilters and ModelSelector components with scroll position tracking and improved styling, improving user experience and visual consistency across the application Anish Sarkar 2026-03-06 22:22:28 +05:30
  • 378c72c564 feat: introduce baseline utility functions for tracking new items in useDocuments and useInbox hooks, improving accuracy in handling Electric updates and timestamps Anish Sarkar 2026-03-06 21:20:20 +05:30
  • 3e4db20bcb fix: update baseline logic in useDocuments and useInbox hooks to accurately track new items and unread counts, addressing timing issues with Electric updates Anish Sarkar 2026-03-06 20:21:28 +05:30
  • 1a688c7161 feat: enhance notifications system by introducing category-based filtering for comments and status, improving user experience in the inbox and API interactions Anish Sarkar 2026-03-06 19:35:35 +05:30
  • 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 Anish Sarkar 2026-03-06 19:35:21 +05:30
  • bd783cc2d0 feat: add filtering options for notifications by 'unread' and 'errors', enhancing user experience in the notifications list Anish Sarkar 2026-03-06 18:32:28 +05:30
  • 1aa2c8a334 feat: add error filtering option to InboxSidebar, allowing users to filter notifications by error types, and update translations for new filter option in multiple languages Anish Sarkar 2026-03-06 17:29:42 +05:30
  • d03f938fcd feat: implement source type filtering in notifications API and UI, enhancing user experience by allowing users to filter notifications by connector and document types in the status tab Anish Sarkar 2026-03-06 17:25:07 +05:30
  • fe0b026315 refactor: update InboxSidebar to replace connector terminology with source terminology, enhancing filtering functionality to include document types and improving user experience in the status tab Anish Sarkar 2026-03-06 17:02:19 +05:30
  • 58f620482f refactor: improve inline mention editor by enhancing chip element interactions and responsiveness for mobile and desktop devices Anish Sarkar 2026-03-06 16:07:34 +05:30
  • 3be26429ca refactor: integrate sidebar document selections into chat functionality, enhancing document mention management and improving user experience in the Composer and DocumentsSidebar components Anish Sarkar 2026-03-06 15:59:45 +05:30
  • f0e4aa6539 refactor: enhance document mention functionality in chat by introducing pending mentions and removals atoms, and updating DocumentsSidebar and Composer components for improved document management Anish Sarkar 2026-03-06 15:35:58 +05:30
  • 95a0e35393 feat: add documentsSidebarOpenAtom for managing sidebar state and integrate it into LayoutDataProvider and Composer components Anish Sarkar 2026-03-06 14:40:10 +05:30
  • 86a9512021 refactor: remove motion animations from DocumentsFilters and DocumentsTableShell components for improved performance and simplicity Anish Sarkar 2026-03-06 12:57:43 +05:30
  • be0bfb3d56 refactor: integrate useDocumentSearch hook into DocumentsSidebar for improved search functionality and performance, while enhancing user feedback with localized toast messages Anish Sarkar 2026-03-06 12:52:22 +05:30
  • 62c4a3befc refactor: simplify document mapping in DocumentsSidebar by introducing toDisplayDoc utility function for improved readability and maintainability Anish Sarkar 2026-03-06 12:35:39 +05:30
  • 91463b3701 chore: ran linting Anish Sarkar 2026-03-06 12:17:57 +05:30
  • 376f120502 refactor: optimize sorting logic in DocumentsSidebar by utilizing refs for current sort state, enhancing performance and clarity Anish Sarkar 2026-03-06 12:13:34 +05:30
  • 889af57d3f refactor: simplify DocumentsTableShell and DocumentsSidebar components by removing unused column visibility state and optimizing document loading logic in useDocuments hook Anish Sarkar 2026-03-06 12:12:03 +05:30
  • b7ca656823 refactor: enhance DocumentsFilters and DocumentsTableShell components by replacing icons for improved clarity and optimizing loading state management in useDocuments hook Anish Sarkar 2026-03-06 11:59:29 +05:30
  • dfe483efcb refactor: streamline DocumentsFilters layout by consolidating filter buttons and enhancing search input functionality, while updating DocumentsSidebar for improved spacing Anish Sarkar 2026-03-06 11:40:42 +05:30
  • fc120bcb38 refactor: improve infinite scroll implementation in DocumentsTableShell by adding separate scroll references for desktop and mobile views Anish Sarkar 2026-03-06 11:32:08 +05:30
  • dc6c18b3f6 refactor: add sorting functionality to document retrieval and enhance DocumentsSidebar for improved search and pagination handling Anish Sarkar 2026-03-06 11:22:33 +05:30
  • 36efc95944 Merge pull request #860 from elammertsma/dev 0.0.13.16 Rohan Verma 2026-03-05 18:45:33 -08:00
  • 7b6f832483 Merge pull request #842 from AnishSarkar22/refactor/upload-document-adapter-class 0.0.13.15 Rohan Verma 2026-03-05 18:45:16 -08:00
  • 0feb17cb75 refactor: enhance DocumentsTableShell with infinite scroll support and update DocumentsSidebar for improved search functionality Anish Sarkar 2026-03-05 23:45:35 +05:30
  • b8f52946fd refactor: update DocumentsFilters placeholder text and enhance DocumentsTableShell with infinite scroll functionality for improved document loading Anish Sarkar 2026-03-05 22:28:52 +05:30
  • e75e5ca689 refactor: enhance DocumentsTableShell with context menu for document actions and improve document tooltip display Anish Sarkar 2026-03-05 22:02:45 +05:30
  • 4a5a38c25b refactor: remove ConnectorIndicator's hideTrigger prop and clean up dashboard layout by eliminating unused component references Anish Sarkar 2026-03-05 21:21:37 +05:30
  • f3e5b19a99 refactor: clean up DocumentsFilters component by removing unused imports and buttons, and streamline type toggle functionality Anish Sarkar 2026-03-05 21:21:21 +05:30
  • 5813b90e78 refactor: remove unused DocumentsTable component and simplify global connector dialog comment in dashboard layout Anish Sarkar 2026-03-05 21:02:05 +05:30
  • 936bd70682 refactor: simplify dashboard layout by removing unused navigation props and implementing a new DocumentsSidebar for better document management Anish Sarkar 2026-03-05 20:34:02 +05:30
  • e909735ba7 chore: remove .dockerignore file to streamline Docker build process and eliminate unnecessary exclusions Anish Sarkar 2026-03-05 18:39:29 +05:30
  • f567cd9c73 chore: update summary step in Docker build workflow to improve output formatting and clarity Anish Sarkar 2026-03-05 18:24:26 +05:30
  • 110502609b chore: add conditional execution logic to Docker build workflow jobs and improve tagging logic for better handling of version tags Anish Sarkar 2026-03-05 13:55:05 +05:30
  • 1b2ac1bd17 chore: enhance Docker build workflow by adding conditional checks for job execution and integrating Docker metadata action for improved tagging and manifest creation Anish Sarkar 2026-03-05 13:42:08 +05:30
  • 4bfcd91f3f Merge branch 'MODSetter:dev' into dev Eric Lammertsma 2026-03-04 14:38:01 -05:00
  • 7df64b5c9e Merge pull request #857 from aleksas/extension-login-minimal-pr 0.0.13.14 Rohan Verma 2026-03-03 23:41:55 -08:00
  • 40a914ef46 Merge pull request #859 from MODSetter/dev Rohan Verma 2026-03-03 14:56:36 -08:00
  • 33f88bf46c fix: remove Out-Null from docker compose command in install.ps1 to allow output visibility DESKTOP-RTLN3BA\$punk 2026-03-03 14:55:31 -08:00
  • cc244f624b Merge pull request #858 from MODSetter/dev 0.0.13.13 0.0.13.12 Rohan Verma 2026-03-03 13:55:03 -08:00
  • 01a1c17b09 fix: update SURFSENSE_VERSION to latest and change repository URL to main branch in installation scripts DESKTOP-RTLN3BA\$punk 2026-03-03 13:53:28 -08:00