add style and interactions on ProjectRequestDialog
This commit is contained in:
parent
3913c8b93e
commit
30b00ed643
3 changed files with 103 additions and 40 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<main class="flex flex-col" style="--row-gap: var(--space-32)">
|
||||
<Projects />
|
||||
<ProjectRequestDialog v-if="isProjectRequestDialogOpen" />
|
||||
<ProjectRequestDialog v-if="isProjectRequestDialogOpen" @close="isProjectRequestDialogOpen = false" />
|
||||
<ProjectRequestButton @click="isProjectRequestDialogOpen = true" />
|
||||
</main>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue