Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notion integration FE #2296 #2333

Merged
merged 3 commits into from
Nov 24, 2023
Merged

Notion integration FE #2296 #2333

merged 3 commits into from
Nov 24, 2023

Conversation

budnik9
Copy link
Contributor

@budnik9 budnik9 commented Nov 23, 2023

  • PR title equals to the ticket name
  • I added the ticket to the Development section of this PR.

What was changed?

  • Updated the space creation/editing form with notion integration fields and logic
  • Implemented confirmation modal
  • Added notion icon to the feed item card and feed space title in case the notion integration is setup
  • Added link to the notion database page to the feed card content
  • Updated tooltip colors to match the theme colors

@budnik9 budnik9 self-assigned this Nov 23, 2023
Copy link

netlify bot commented Nov 23, 2023

Deploy Preview for preview-common ready!

Name Link
🔨 Latest commit 9e239aa
🔍 Latest deploy log https://app.netlify.com/sites/preview-common/deploys/65609a5adf588e0008edf2b3
😎 Deploy Preview https://deploy-preview-2333--preview-common.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@elatif2020 elatif2020 linked an issue Nov 23, 2023 that may be closed by this pull request
11 tasks
notion: {
isEnabled: isNotionIntegrationEnabled,
databaseId: initialCommon?.notion?.databaseId || "",
token: isNotionIntegrationEnabled ? "************" : "",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to constants "************"

}

const NotionIcon: FC<NotionIconProps> = (props) => {
const { className, fill = "#B7BCD2", width = 13, height = 13 } = props;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use constant for it B7BCD2

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Colors.

@budnik9 budnik9 merged commit a234a23 into dev Nov 24, 2023
5 checks passed
@budnik9 budnik9 deleted the feature/CW-2296-notion-integration branch November 24, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notion integration FE
2 participants