Commit graph

1716 commits

Author SHA1 Message Date
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
CREDO23
8bc4b255b4 Add GitHub Models frontend provider and model suggestions 2026-02-09 17:54:48 +02:00
Eric Lammertsma
64e118befd feat: sidebar resizing with mouse drag support 2026-02-09 10:48:43 -05:00
Anish Sarkar
302ee5ad2f feat: centralize provider icon logic by creating a reusable getProviderIcon function and update components to utilize it 2026-02-09 20:48:42 +05:30
Anish Sarkar
147530e1d2 feat: enhance LLM role manager with improved loading states, error handling, and UI updates 2026-02-09 19:58:28 +05:30
Anish Sarkar
5ce6011c9b refactor: streamline image model manager by removing unused preference state and related logic 2026-02-09 19:38:07 +05:30
Anish Sarkar
83033cebb9 feat: implement permission-based access controls for image and model configuration managers 2026-02-09 19:37:59 +05:30
Anish Sarkar
adc4bc7075 feat: enhance loading states and skeleton UI for various components in settings and chat snapshots 2026-02-09 19:26:23 +05:30
Anish Sarkar
a33a2161aa feat: enhance user association by integrating member data into public chat and image model managers 2026-02-09 19:00:57 +05:30
Anish Sarkar
4b60068e8b feat: add user_id to new_llm_configs and image_generation_configs for user association 2026-02-09 18:30:52 +05:30
Anish Sarkar
dfa0591740 chore: ran linting 2026-02-09 15:24:47 +05:30
Anish Sarkar
038cdb3ed3 feat: add new integrations and update icon handling in the homepage 2026-02-09 15:24:38 +05:30
Anish Sarkar
c1016591da refactor: update authentication error handling to prevent user enumeration and improve error messages 2026-02-09 12:57:32 +05:30
Anish Sarkar
cf76f6f575 feat: improve integration UI 2026-02-09 02:49:08 +05:30
Anish Sarkar
bcdfd23ea1 chore: ran linting 2026-02-08 20:42:05 +05:30
Anish Sarkar
79f004bbb1 feat: implement rate limiting for authentication endpoints and enhance error handling for login attempts 2026-02-08 18:08:56 +05:30
Anish Sarkar
54b4501ca6 feat: enhance user authentication by adding specific error handling for non-existent accounts 2026-02-08 17:10:40 +05:30
Anish Sarkar
e053b1b988 refactor: improve layout structure in IndexingConfigurationView for enhanced readability 2026-02-08 13:05:36 +05:30
Anish Sarkar
dea66c4eb7 fix: update connector name display logic in IndexingConfigurationView for better readability 2026-02-08 13:00:33 +05:30
Anish Sarkar
e2dd80c604 chore: ran linting 2026-02-08 12:43:31 +05:30
Anish Sarkar
5ab672b8ff refactor: replace Loader2 with Spinner component across various components for consistent loading indicators 2026-02-08 12:39:06 +05:30
Anish Sarkar
ac394e78cc feat: enhance DocumentsTableShell layout and improve document type labeling in DocumentTypeIcon 2026-02-08 03:33:15 +05:30
Anish Sarkar
70cc8b44c8 refactor: simplify LocalLoginForm and enhance RowActions logic for document editing 2026-02-07 16:18:11 +05:30
Rohan Verma
86f66924eb
Merge pull request #792 from elammertsma/dev
UX: Removed Logs menu item and improved delete dialog
2026-02-06 13:03:16 -08:00
Eric Lammertsma
179dd18e45 UX: replace doc delete confirmation with descriptive text 2026-02-06 15:01:14 -05:00
Eric Lammertsma
bf340f9b95 UX: remove logs option from SidebarHeader component 2026-02-06 13:56:51 -05:00
Anish Sarkar
342e3a6a95 chore: linting 2026-02-06 23:35:02 +05:30
Anish Sarkar
306c8e3c54 feat: enhance sidebar components for mobile responsiveness by conditionally rendering tooltips and updating button functionality 2026-02-06 23:34:35 +05:30
Anish Sarkar
bacda8cb08 chore: ran linting 2026-02-06 19:45:22 +05:30
Anish Sarkar
9d071d686a feat: add viewport configuration for mobile keyboard handling and update chat page height calculations for better responsiveness 2026-02-06 19:43:14 +05:30
Anish Sarkar
e3dc2ad39f fix: update icon styling in DocumentsTableShell and enhance mobile rendering conditions in OnboardingTour 2026-02-06 19:25:01 +05:30
Anish Sarkar
f7278f75f4 feat: implement long-press dropdown menu for mobile avatars and streamline tooltip usage in sidebar components 2026-02-06 19:18:40 +05:30
Anish Sarkar
6857c1d7e8 feat: add disableTooltip prop to sidebar components and streamline mobile sidebar button functionality 2026-02-06 18:59:52 +05:30
Anish Sarkar
21eec210cc feat: disable mobile sidebar tooltip & make searchspace list vertical on mobile view 2026-02-06 18:39:45 +05:30
Anish Sarkar
76e7ddee2f chore: ran all linting 2026-02-06 18:22:19 +05:30
CREDO23
7192bb1a85 Skip auth on public routes 2026-02-06 14:49:40 +02:00
Anish Sarkar
2470fb70a6 fix: update error messages for task interruptions and refine document upload file size limits in English and Chinese translations 2026-02-06 18:13:11 +05:30
Anish Sarkar
652eb6ece8 Merge remote-tracking branch 'upstream/dev' into fix/documents 2026-02-06 17:06:53 +05:30
Anish Sarkar
db27ee95ce feat: implement skeleton loading states in sidebar components for improved user experience 2026-02-06 16:58:38 +05:30
Anish Sarkar
8c3b65bac2 feat: add search functionality to notifications and update related components 2026-02-06 16:45:54 +05:30
Anish Sarkar
e01717c65d refactor: update document filtering logic to maintain complete dataset and clear selections on filter change 2026-02-06 15:47:07 +05:30
Anish Sarkar
c8273cd413 refactor: adjust column widths for status in DocumentsTableShell component 2026-02-06 15:26:54 +05:30
Anish Sarkar
f0e1d73657 refactor: enhance DocumentsTableShell with BadgeInfo component and update sync version in client.ts 2026-02-06 15:18:14 +05:30
DESKTOP-RTLN3BA\$punk
017c262842 fix: update DocumentsFilters component for accessibility and add success message for document deletion 2026-02-05 23:45:01 -08:00
Anish Sarkar
0fdd194d92 Merge remote-tracking branch 'upstream/dev' into fix/documents 2026-02-06 12:13:26 +05:30
Eric Lammertsma
585cf97277 fix: remove trailing periods from feature descriptions in pricing section 2026-02-05 23:10:50 -05:00
Eric Lammertsma
16692385b4 [FIX] typo in pricing section 2026-02-05 23:09:05 -05:00
Eric Lammertsma
ae94dafdb1 Merge branch 'dev' of https://github.com/elammertsma/SurfSense into dev 2026-02-05 21:42:26 -05:00
DESKTOP-RTLN3BA\$punk
91fe7222b1 feat: enhance chat header with image generation configuration support and sidebar integration 2026-02-05 17:41:28 -08:00