-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
feat: add notion integration components #3579
Conversation
…s of a Notion database
…s of a Notion database
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request is invalid. Reason
Last Modified at 27 Aug 24 17:56 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Detected 1 changes to dependencies in Poetry lockfileAdded types-markdown (3.7.0.20240822) (1 added, 0 removed, 0 updated, 465 not changed) |
This pull request adds several components for integrating with Notion. The components include:
NotionPageCreator: for creating Notion pages
NotionPageUpdate: for updating Notion page properties
NotionListPages: for querying Notion databases
NotionUserList: for retrieving users from Notion
NotionSearch: for searching Notion pages and databases
NotionPageContent: for retrieving the content of a Notion page
NotionDatabaseProperties: for retrieving properties of a Notion database
Additionally, this pull request includes some updates to styleUtils.ts, the addition of a feature flag in feature-config.json, and the creation of a bundle sidebar section for Notion.