Feat: Github importer to sync issues, users, and labels with workspace projects. (#509)

* Dev: Github integration with issues and layout integration

* dev: Github Integration route and UI configuration
This commit is contained in:
guru_sainath 2023-03-23 23:27:11 +05:30 committed by GitHub
parent 7892a563b7
commit 2f2caaaf6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 1012 additions and 60 deletions

View file

@ -102,8 +102,10 @@ export const VIEW_DETAILS = (viewId: string) => `VIEW_DETAILS_${viewId}`;
export const ISSUE_DETAILS = (issueId: string) => `ISSUE_DETAILS_${issueId}`;
export const SUB_ISSUES = (issueId: string) => `SUB_ISSUES_${issueId}`;
// integrations
// Pages
export const PAGE_LIST = (pageId: string) => `PAGE_LIST_${pageId}`;
export const PAGE_DETAILS = (pageId: string) => `PAGE_DETAILS_${pageId}`;
export const PAGE_BLOCK_LIST = (pageId: string) => `PAGE_BLOCK_LIST_${pageId}`;
export const PAGE_BLOCK_DETAILS = (pageId: string) => `PAGE_BLOCK_DETAILS_${pageId}`;
export const PAGE_BLOCK_DETAILS = (pageId: string) => `PAGE_BLOCK_DETAILS_${pageId}`;