docs: add slack private channel support and general updates#364
Merged
tatianainama merged 1 commit intomainfrom Jan 27, 2026
Merged
Conversation
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
tatianainama
added a commit
to lightdash/lightdash
that referenced
this pull request
Jan 27, 2026
Closes: #19411 ### Description: Improved UX with slack channels and previous supported lookup channel by name. We now display a message to users about how to install the integration in private channels too. Also, refactored the component to use Mantine 8's Combobox API instead of the older Select/MultiSelect components. ### Screenshots #### Single selection <img width="900" height="134" alt="CleanShot 2026-01-27 at 11 59 45@2x" src="https://github.com/user-attachments/assets/8e202236-dd16-4119-a3a6-426b9c2dcb88" /> #### Missing slack channel ID (old search by name) <img width="1544" height="360" alt="CleanShot 2026-01-27 at 11 59 05@2x" src="https://github.com/user-attachments/assets/d8ea08fc-8e65-4d40-b8e3-99ee71ed1508" /> #### Multiple + lookup <img width="2508" height="558" alt="CleanShot 2026-01-27 at 12 00 08@2x" src="https://github.com/user-attachments/assets/8504c33e-7fb7-45f5-9eb1-6ec78e1b95d8" />  #### Lookup not found <img width="2518" height="940" alt="CleanShot 2026-01-27 at 12 00 37@2x" src="https://github.com/user-attachments/assets/d274316a-a240-4c4f-97c7-c86b9d1c4c93" /> ### Next - lightdash/mintlify-docs#364
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added documentation for using Lightdash in private Slack channels and updated screenshots throughout the Slack integration guide.