SurfSense/surfsense_web/app
google-labs-jules[bot] 9311e12c87 Fix: Use live API data for Slack channel discovery
Replaced mock data in the Slack connector's channel management UI with a real API call to the backend.

- Implemented `discoverSlackChannelsAPI` in the `useConnectorEditPage` hook to fetch channels from `/api/search-source-connectors/slack/:connectorId/discover-channels`.
- Updated the `handleDiscoverChannels` function in `EditConnectorPage` to use this new API function.
- Ensured consistent `SlackChannelInfo` type usage.

This fixes a bug where incorrect Slack channel names were displayed due to the UI using stale mock data instead of actual data reflecting the bot's true channel memberships.
2025-05-29 04:34:14 +00:00
..
api/search feat: Added FumaDocs 2025-04-22 02:24:13 -07:00
auth/callback feat: monorepo 2025-04-07 23:47:06 -07:00
dashboard Fix: Use live API data for Slack channel discovery 2025-05-29 04:34:14 +00:00
docs feat: Added FumaDocs 2025-04-22 02:24:13 -07:00
login fix: Added Suspense boundary in Login Page 2025-05-21 21:13:56 -07:00
privacy web: Added privacy and terms pages. 2025-04-09 19:10:00 -07:00
register feat: Removed Hard Dependecy on Google Auth 2025-05-21 20:56:23 -07:00
terms web: Added privacy and terms pages. 2025-04-09 19:10:00 -07:00
favicon.ico feat: monorepo 2025-04-07 23:47:06 -07:00
globals.css feat: Code Block Syntax Highlighting & Copy Func 2025-05-19 23:19:20 -07:00
layout.config.tsx feat: Added FumaDocs 2025-04-22 02:24:13 -07:00
layout.tsx updated seo 2025-05-14 01:22:25 +05:30
page.tsx feat: monorepo 2025-04-07 23:47:06 -07:00
sitemap.ts Fix #66: Created sitemap 2025-05-07 16:19:04 +05:30