Anish Sarkar
f53e6b3948
refactor: update Alert component styles and structure for improved consistency across connector forms
2026-03-10 19:33:36 +05:30
Anish Sarkar
6a88f9e0eb
chore: ran linting
2026-03-10 16:17:12 +05:30
DESKTOP-RTLN3BA\$punk
5dca131e3d
chore: improve accessibility in PermissionsEditor by replacing buttons with divs and adding keyboard navigation support
2026-03-09 18:50:00 -07:00
Anish Sarkar
f8b0e946ce
chore: ran linting
2026-03-07 04:46:48 +05:30
Anish Sarkar
72337f326c
refactor: update various components to enhance styling consistency and improve user interaction by removing unnecessary classes and adjusting dialog and dropdown styles
2026-03-07 04:15:40 +05:30
DESKTOP-RTLN3BA\$punk
d198c8b89d
chore; linting
2026-02-25 01:50:28 -08:00
Anish Sarkar
aeb2613b2b
chore: linting
2026-02-22 04:41:56 +05:30
Anish Sarkar
c7736aa62c
feat: adjust pagination size and enhance UI elements in team management and connector popup components
2026-02-21 22:30:41 +05:30
Anish Sarkar
9f08f7c9c2
feat: add team roles management feature with UI components and localization support
2026-02-21 14:26:56 +05:30
DESKTOP-RTLN3BA\$punk
f7ccd8ff91
chore: linting
2026-02-10 21:31:43 -08:00
Anish Sarkar
fc64f65876
Merge remote-tracking branch 'upstream/dev' into feat/sur-159
2026-02-11 03:47:51 +05:30
Anish Sarkar
cc35601058
chore: ran linting
2026-02-10 23:06:22 +05:30
Anish Sarkar
68bc12691c
refactor: improve Alert component styling in ImageModelManager for better layout and readability
2026-02-10 23:04:27 +05:30
Anish Sarkar
bb4ed3cac6
refactor: update configuration names from "Auto (Load Balanced)" to "Auto (Fastest)" across multiple components for consistency and clarity
2026-02-10 23:04:15 +05:30
Anish Sarkar
f1ce17bde4
chore: ran linting
2026-02-10 19:06:21 +05:30
Anish Sarkar
4d7132c16c
feat: update LLM role manager to include image generation model preferences and improve loading/error handling
2026-02-10 18:09:27 +05:30
Anish Sarkar
7557f5d2be
feat: re-add image model preference management to ImageModelManager with selection and saving functionality
2026-02-10 18:02:04 +05:30
DESKTOP-RTLN3BA\$punk
db652116d6
chore: linting
2026-02-09 16:49:11 -08: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
76e7ddee2f
chore: ran all linting
2026-02-06 18:22:19 +05:30
DESKTOP-RTLN3BA\$punk
19e2857343
feat: added image gen support
2026-02-05 16:43:48 -08:00
DESKTOP-RTLN3BA\$punk
6fb656fd8f
hotpatch(cloud): add llm load balancing
2026-01-29 15:28:31 -08:00
DESKTOP-RTLN3BA\$punk
39d65d6166
feat: added incentive credits system
2026-01-26 23:32:30 -08:00
Anish Sarkar
03e38ab178
chore: ran frontend linting
2026-01-25 16:16:09 +05:30
Anish Sarkar
2d17d1a1b6
feat: replace Loader2 with Spinner component for consistent loading indicators
2026-01-25 15:23:45 +05:30
Anish Sarkar
7ccb52dc76
feat: add general settings management to search space settings
...
- Introduced a new GeneralSettingsManager component for managing search space name and description.
- Updated the settings navigation to include a general section with an icon and description.
- Modified the SettingsPage to default to the general settings section.
- Enhanced the CreateSearchSpaceDialog for improved UI and accessibility.
- Updated English and Chinese translations for new settings labels and descriptions.
2026-01-24 13:18:28 +05:30
Anish Sarkar
29382070aa
feat: enhance Composio connector functionality with Google Drive delta sync support
...
- Added methods to retrieve the starting page token and list changes in Google Drive, enabling delta sync capabilities.
- Updated Composio service to handle file download directory configuration.
- Modified indexing tasks to support delta sync, improving efficiency by processing only changed files.
- Adjusted date handling in connector tasks to allow optional start and end dates.
- Improved error handling and logging throughout the Composio indexing process.
2026-01-23 18:37:09 +05:30
DESKTOP-RTLN3BA\$punk
48fc70a08b
chore: cleanup
2026-01-07 19:07:06 -08:00
Anish Sarkar
8b534c9b68
style: Refine UI element sizes, spacing, and responsiveness across settings components for improved user experience
2025-12-29 01:22:22 +05:30
DESKTOP-RTLN3BA\$punk
4a0c3e368a
feat: migrated to surfsense deep agent
2025-12-23 01:16:25 -08:00
DESKTOP-RTLN3BA\$punk
c768730b8c
feat: fixed issues of note management
...
Issues Fixed
- Missing pagination fields in API response schemas (page, page_size, has_more)
- NOTE enum missing from frontend Zod schema
- Missing fields in DocumentRead response construction (content_hash, updated_at)
- BlockNote slash menu clipped by overflow-hidden CSS
- Sidebar click conflicts - hidden action buttons intercepting clicks
- Rewrote All Notes sidebar - replaced fragile custom portal with shadcn Sheet
- Missing translation keys for new UI strings
- Missing NOTE retrieval logic in researcher agent
- Added search to All Notes sidebar
- Removed frontend logging - was causing toasters on every page refresh
- Added backend logging to document reindex Celery task
2025-12-17 00:09:43 -08:00
CREDO23
3c514756c7
refactor: use destructuring pattern for community prompts atom
2025-12-15 10:42:35 +00:00
CREDO23
8727acb5ad
refactor: migrate community prompts from imperative hook to jotai atom
2025-12-15 10:24:13 +00:00
CREDO23
6be93182a1
refactor: migrate prompt-config-manager to use useQuery for search space fetch
2025-12-15 08:18:35 +00:00
CREDO23
088e8afced
restore uv.lock to upstream dev
2025-12-14 20:38:30 +02:00
CREDO23
90f4ce61b5
refact: format web project with biome
2025-12-14 20:33:15 +02:00
CREDO23
be381c833e
cleanup
2025-12-14 20:22:00 +02:00
CREDO23
3e8cdabd73
refactor: complete migration of useLLMPreferences hook to jotai atoms
...
- Migrated llm-role-manager.tsx to use jotai atoms
- Fixed TypeScript errors in llm-role-manager.tsx
- Deleted unused use-llm-configs.ts file
- All LLM preferences now use centralized jotai + tanstack query atoms
2025-12-14 20:22:00 +02:00
CREDO23
194b17500e
feat(llm-config): complete migration of useGlobalLLMConfigs to globalLLMConfigsAtom
...
- Removed unused import from model-config-manager.tsx
- Deleted useGlobalLLMConfigs hook (no longer used anywhere)
- All 5 components now using jotai + tanstack query pattern
- Full backward compatibility maintained
2025-12-14 20:22:00 +02:00
CREDO23
62fcec425b
feat(llm-config): replace useGlobalLLMConfigs with globalLLMConfigsAtom in llm-role-manager
2025-12-14 20:22:00 +02:00
CREDO23
85f00bd364
refactor: migrate llm-role-manager to jotai + tanstack query pattern
...
- Replace useLLMConfigs hook with llmConfigsAtom
- Map properties correctly (data, isFetching, isError, refetch)
- Fix onClick handler for refreshConfigs to use arrow function
- Fix TypeScript issue with is_global property check
- Maintain backward compatibility with existing functionality
- Keep useGlobalLLMConfigs and useLLMPreferences unchanged as requested
2025-12-14 20:20:57 +02:00
CREDO23
5b7e5770be
feat: migrate createLLMConfig to jotai mutation atom and add query atoms for LLM configs
2025-12-14 20:20:57 +02:00
DESKTOP-RTLN3BA\$punk
3a3712ceac
refactor(ux): Update dashboard links and enhance settings page layout
...
- Changed document links to point to the researcher page in the dashboard.
- Removed unused team and settings links from the dashboard layout.
- Redesigned settings page with a sidebar for navigation and improved layout for better user experience.
- Added delete confirmation dialog for model configurations in the settings manager.
- Updated card components for better visual consistency and responsiveness.
2025-12-13 22:43:38 -08:00
DESKTOP-RTLN3BA\$punk
4f5c1cf070
chore: linting
2025-12-09 01:50:08 -08:00
DESKTOP-RTLN3BA\$punk
a27cd2b966
fix(ux): : update onboarding and form components for improved user experience and clarity
2025-12-09 01:49:27 -08:00