-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from Nabhag8848/feat/comment-on-page
[Feat] Comment on Notion Page
- Loading branch information
Showing
26 changed files
with
1,868 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export enum CommentPage { | ||
VIEW_ID = "comment-on-page-view-id", | ||
TITLE = "Comment on Page", | ||
SUBMIT_BUTTON_TEXT = "Comment On Page", | ||
CLOSE_BUTTON_TEXT = "Close", | ||
COMMENT_ON_PAGE_SUBMIT_ACTION = "comment-on-page-submit-action-id", | ||
COMMENT_ON_PAGE_SUBMIT_BLOCK = "comment-on-page-submit-block-id", | ||
COMMENT_ON_PAGE_CLOSE_ACTION = "comment-on-page-close-action-id", | ||
COMMENT_ON_PAGE_CLOSE_BLOCK = "comment-on-page-close-block-id", | ||
COMMENT_INPUT_PLACEHOLDER = "Add a comment...", | ||
COMMENT_INPUT_LABEL = "Enter your Comment *", | ||
COMMENT_INPUT_ACTION = "comment-on-page-input-action-id", | ||
COMMENT_INPUT_BLOCK = "comment-on-page-input-block-id", | ||
REFRESH_OPTION_TEXT = "Refresh For New Comments", | ||
REFRESH_OPTION_VALUE = "refresh-option-value", | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export enum ActionButton { | ||
COMMENT_ON_PAGES_MESSAGE_BOX_ACTION = "comment-on-pages-message-box-action", | ||
COMMENT_ON_PAGES_MESSAGE_BOX_ACTION_LABEL = "CommentOnPagesLabel", | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ export enum Modals { | |
OPTIONS = "options", | ||
MISSING = "missing", | ||
VIEWERROR = "viewError", | ||
DATA = "data", | ||
} |
This file contains 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
This file contains 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
Oops, something went wrong.