[PR #1030] [MERGED] Feat/slack unfurls #1096

Closed
opened 2026-03-03 00:24:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1030
Author: @ButteryCrumpet
Created: 6/30/2021
Status: Merged
Merged: 6/30/2021
Merged by: @ButteryCrumpet

Base: masterHead: feat/slack-unfurls


📝 Commits (8)

  • f3417ff move comment thread control up and trigger comment sidebar on location change
  • e72b329 integrations api
  • 71147fd integrations store
  • 0ce801e update service connect to handle team integrations
  • a0b1a3d separate integration components
  • aae8310 implement integrations tabs
  • 4a3e9c6 format fixes
  • 7ab3d7f bug fix: not clearing integration state on team switch

📊 Changes

18 files changed (+660 additions, -184 deletions)

View changed files

📝 src/cloud/api/connections/index.ts (+10 -4)
src/cloud/api/integrations/index.ts (+18 -0)
📝 src/cloud/components/Router.tsx (+3 -1)
📝 src/cloud/components/atoms/ServiceConnect.tsx (+22 -9)
📝 src/cloud/components/molecules/Editor/index.tsx (+13 -4)
📝 src/cloud/components/organisms/CommentManager.tsx (+2 -2)
📝 src/cloud/components/organisms/DocPage/Edit.tsx (+0 -3)
📝 src/cloud/components/organisms/DocPage/View.tsx (+12 -1)
📝 src/cloud/components/organisms/DocPage/index.tsx (+1 -2)
src/cloud/components/organisms/settings/GithubIntegration.tsx (+171 -0)
📝 src/cloud/components/organisms/settings/IntegrationsTab.tsx (+2 -107)
📝 src/cloud/components/organisms/settings/SettingsComponent.tsx (+27 -6)
src/cloud/components/organisms/settings/SlackIntegration.tsx (+174 -0)
📝 src/cloud/interfaces/db/connections.ts (+8 -0)
📝 src/cloud/lib/hooks/useCommentManagerState.ts (+14 -44)
📝 src/cloud/lib/stores/settings/store.ts (+2 -0)
📝 src/shared/components/organisms/Settings/atoms/SettingNavItem.tsx (+58 -1)
src/shared/lib/stores/integrations/index.ts (+123 -0)

📄 Description

  • Slack integration registration
    image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1030 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 6/30/2021 **Status:** ✅ Merged **Merged:** 6/30/2021 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `feat/slack-unfurls` --- ### 📝 Commits (8) - [`f3417ff`](https://github.com/BoostIO/BoostNote-App/commit/f3417ffbe5106836d0c939981e0a8984f4f9ee53) move comment thread control up and trigger comment sidebar on location change - [`e72b329`](https://github.com/BoostIO/BoostNote-App/commit/e72b32932446ef0d4bb0c37ce58b8209f0bc646f) integrations api - [`71147fd`](https://github.com/BoostIO/BoostNote-App/commit/71147fd68d190b7da5e0885c1e9687868cf15394) integrations store - [`0ce801e`](https://github.com/BoostIO/BoostNote-App/commit/0ce801e845b52e9b22337dfe39b208da3e18a667) update service connect to handle team integrations - [`a0b1a3d`](https://github.com/BoostIO/BoostNote-App/commit/a0b1a3d582bfe48d75c9994566673e8c7adecfcc) separate integration components - [`aae8310`](https://github.com/BoostIO/BoostNote-App/commit/aae831097552f4be0981451862dcb779baf572e2) implement integrations tabs - [`4a3e9c6`](https://github.com/BoostIO/BoostNote-App/commit/4a3e9c67c3b472f35dfef5106ee16b8d3845b31d) format fixes - [`7ab3d7f`](https://github.com/BoostIO/BoostNote-App/commit/7ab3d7f94446f4e9566039256ec955335088d5de) bug fix: not clearing integration state on team switch ### 📊 Changes **18 files changed** (+660 additions, -184 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/connections/index.ts` (+10 -4) ➕ `src/cloud/api/integrations/index.ts` (+18 -0) 📝 `src/cloud/components/Router.tsx` (+3 -1) 📝 `src/cloud/components/atoms/ServiceConnect.tsx` (+22 -9) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+13 -4) 📝 `src/cloud/components/organisms/CommentManager.tsx` (+2 -2) 📝 `src/cloud/components/organisms/DocPage/Edit.tsx` (+0 -3) 📝 `src/cloud/components/organisms/DocPage/View.tsx` (+12 -1) 📝 `src/cloud/components/organisms/DocPage/index.tsx` (+1 -2) ➕ `src/cloud/components/organisms/settings/GithubIntegration.tsx` (+171 -0) 📝 `src/cloud/components/organisms/settings/IntegrationsTab.tsx` (+2 -107) 📝 `src/cloud/components/organisms/settings/SettingsComponent.tsx` (+27 -6) ➕ `src/cloud/components/organisms/settings/SlackIntegration.tsx` (+174 -0) 📝 `src/cloud/interfaces/db/connections.ts` (+8 -0) 📝 `src/cloud/lib/hooks/useCommentManagerState.ts` (+14 -44) 📝 `src/cloud/lib/stores/settings/store.ts` (+2 -0) 📝 `src/shared/components/organisms/Settings/atoms/SettingNavItem.tsx` (+58 -1) ➕ `src/shared/lib/stores/integrations/index.ts` (+123 -0) </details> ### 📄 Description - Slack integration registration ![image](https://user-images.githubusercontent.com/19530989/123927755-20afa280-d9c8-11eb-9648-6d0a95b23bca.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1096
No description provided.