Skip to content

Commit

Permalink
feat: ✨ coming soon zenodo card
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Jul 9, 2024
1 parent fb58742 commit 00c6377
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ui/pages/dashboard/[owner]/[repo].vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,41 @@ const generateSeed = (seed: string) => {
</n-card>
</div>
</CardCollapsible>

<n-divider />

<CardCollapsible
title="Zenodo - Coming Soon"
subheader="The Zenodo integration for the repository is coming soon. You will be
able to view the Zenodo metadata for the repository here."
class="rounded-lg bg-white shadow-md"
bordered
:collapse="true"
>
<div>
<n-card class="my-3">
<n-flex align="center" justify="space-between">
<div>
<h3>ID: {{ generateSeed("test") }}</h3>

<p>
{{
$dayjs
.unix(parseInt(Date.now()) / 1000)
.format("MMMM DD, YYYY HH:mmA")
}}
</p>
</div>

<NuxtLink>
<n-button disabled class="bg-gray-300"
>View Code Metadata</n-button
>
</NuxtLink>
</n-flex>
</n-card>
</div>
</CardCollapsible>
</div>

<!-- <n-collapse class="mt-8">
Expand Down

0 comments on commit 00c6377

Please sign in to comment.