mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1030] [MERGED] Feat/slack unfurls #1096
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1096
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feat/slack-unfurls📝 Commits (8)
f3417ffmove comment thread control up and trigger comment sidebar on location changee72b329integrations api71147fdintegrations store0ce801eupdate service connect to handle team integrationsa0b1a3dseparate integration componentsaae8310implement integrations tabs4a3e9c6format fixes7ab3d7fbug 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.