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

@ -25,6 +25,10 @@ const SettingsNavbar: React.FC = () => {
label: "Integrations",
href: `/${workspaceSlug}/settings/integrations`,
},
{
label: "Import/Export",
href: `/${workspaceSlug}/settings/import-export`,
},
];
const projectLinks: Array<{