feat: add Terms of Service link to Slack connection dialog#179
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Nov 30, 2025
feat/add-terms-of-service-linkbreaking-brake/cc-wf-studio:feat/add-terms-of-service-linkCopy head branch name to clipboard
Merged
feat: add Terms of Service link to Slack connection dialog#179breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom feat/add-terms-of-service-linkbreaking-brake/cc-wf-studio:feat/add-terms-of-service-linkCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
feat/add-terms-of-service-linkbreaking-brake/cc-wf-studio:feat/add-terms-of-service-linkCopy head branch name to clipboard
Conversation
- Added termsOfService translation key and translations for 5 languages - Refactored link section to use ul/li list format for consistent spacing - Added Support Page link to Manual Token tab for parity with OAuth tab - Links now displayed as: Terms of Service, Privacy Policy, Support Page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Merged
github-actions Bot
added a commit
that referenced
this pull request
Nov 30, 2025
## [2.17.0](v2.16.1...v2.17.0) (2025-11-30) ### Features * add Terms of Service link to Slack connection dialog ([#179](#179)) ([6783507](6783507)) * display Slack author as clickable mention ([#180](#180)) ([60f220f](60f220f)) ### Bug Fixes * update token deletion wording to use auth token ([#178](#178)) ([bcc94d0](bcc94d0)) * use User Token for bot membership check ([#181](#181)) ([bd65809](bd65809))
Contributor
|
🎉 This PR is included in version 2.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Summary
Added Terms of Service link to Slack connection dialog and improved link section layout using list format.
Changes
Added
slack.oauth.termsOfServicetranslation key with translations for 5 languages (en, ja, ko, zh-CN, zh-TW)Improved
<ul>/<li>list format for consistent spacingLinks displayed (both tabs)
Files Changed
src/webview/src/i18n/translation-keys.ts- Added translation keysrc/webview/src/i18n/translations/*.ts- Added translations for 5 languagessrc/webview/src/components/dialogs/SlackManualTokenDialog.tsx- UI implementationTesting
🤖 Generated with Claude Code