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:
parent
7892a563b7
commit
2f2caaaf6e
25 changed files with 1012 additions and 60 deletions
|
|
@ -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<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue