cleaner create issue button

This commit is contained in:
Oliver Bryan
2026-01-21 12:04:28 +00:00
parent 61b7f4210e
commit 94236ad0bf

View File

@@ -206,7 +206,15 @@ export default function App() {
/> />
{selectedOrganisationId && <ProjectSelect showLabel />} {selectedOrganisationId && <ProjectSelect showLabel />}
{selectedOrganisationId && selectedProjectId && <IssueModal />} {selectedOrganisationId && selectedProjectId && (
<IssueModal
trigger={
<IconButton variant={"outline"} className="w-9 h-9" title="Create Issue">
<Icon icon="plus" />
</IconButton>
}
/>
)}
</div> </div>
<div className={`flex gap-${BREATHING_ROOM} items-center`}> <div className={`flex gap-${BREATHING_ROOM} items-center`}>
<ThemeToggle /> <ThemeToggle />