SurfSense/surfsense_web/components
google-labs-jules[bot] 95b3d97800 Fix: Ensure full Slack connector configuration is saved
I've modified `useConnectorEditPage.ts` to correctly save all Slack connector settings.

- I updated `editConnectorSchema` in `types.ts` to include a `config` field in `EditConnectorFormValues`.
- I replaced the `handleSaveChanges` function in `useConnectorEditPage.ts` with a version that reads the complete Slack configuration from `formData.config` (populated by `EditSlackConnectorConfigForm` and channel selection).
- This ensures that settings like `slack_selected_channel_ids`, `slack_membership_filter_type`, and other Slack-specific options are included in the payload to the backend and persisted correctly.
- I updated post-save logic to correctly reset the form's `config` field for Slack connectors.

This addresses the issue where changes to Slack connector configurations, other than just the bot token, were not being saved.
2025-05-29 06:37:35 +00:00
..
chat feat: Introduce the RAPTOR Search. 2025-05-11 23:05:56 -07:00
editConnector Fix: Ensure full Slack connector configuration is saved 2025-05-29 06:37:35 +00:00
sidebar feat: Added Podcast Feature and its actually fast. 2025-05-05 23:18:12 -07:00
theme fix(ui): apply pointer cursor to theme toggle and Google sign-up buttons 2025-04-11 05:13:46 +00:00
ui feat: Added Podcast Feature and its actually fast. 2025-05-05 23:18:12 -07:00
document-viewer.tsx feat: monorepo 2025-04-07 23:47:06 -07:00
Footer.tsx web: Added privacy and terms pages. 2025-04-09 19:10:00 -07:00
json-metadata-viewer.tsx feat: monorepo 2025-04-07 23:47:06 -07:00
Logo.tsx feat: monorepo 2025-04-07 23:47:06 -07:00
markdown-viewer.tsx feat: Code Block Syntax Highlighting & Copy Func 2025-05-19 23:19:20 -07:00
ModernHeroWithGradients.tsx chore: qol patches 2025-05-03 01:08:19 -07:00
Navbar.tsx feat: Removed Hard Dependecy on Google Auth 2025-05-21 20:56:23 -07:00
search-space-form.tsx feat: monorepo 2025-04-07 23:47:06 -07:00
TokenHandler.tsx feat: monorepo 2025-04-07 23:47:06 -07:00