Skip to content

Commit

Permalink
refactor: ♻️ update on the zenodo ui
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Oct 15, 2024
1 parent 77dd9c1 commit bbfef6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 0 additions & 5 deletions ui/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,17 @@ declare module 'vue' {
NCheckbox: typeof import('naive-ui')['NCheckbox']
NCollapse: typeof import('naive-ui')['NCollapse']
NCollapseItem: typeof import('naive-ui')['NCollapseItem']
NCollapseTransition: typeof import('naive-ui')['NCollapseTransition']
NDatePicker: typeof import('naive-ui')['NDatePicker']
NDivider: typeof import('naive-ui')['NDivider']
NDropdown: typeof import('naive-ui')['NDropdown']
NDynamicInput: typeof import('naive-ui')['NDynamicInput']
NFlex: typeof import('naive-ui')['NFlex']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NInput: typeof import('naive-ui')['NInput']
NModal: typeof import('naive-ui')['NModal']
NPopconfirm: typeof import('naive-ui')['NPopconfirm']
NRadio: typeof import('naive-ui')['NRadio']
NRadioButton: typeof import('naive-ui')['NRadioButton']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NSelect: typeof import('naive-ui')['NSelect']
NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin']
NTag: typeof import('naive-ui')['NTag']
NTooltip: typeof import('naive-ui')['NTooltip']
Expand Down
10 changes: 7 additions & 3 deletions ui/pages/dashboard/[owner]/[repo]/release/zenodo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -641,10 +641,14 @@ onBeforeUnmount(() => {

<template #content>
<div class="flex w-full flex-col space-y-4">
<n-alert type="warning" class="w-full">
Your <code> codemeta.json </code> file is used to generate the
<p class="w-full text-base">
Your codemeta.json file is used to generate the
title, description, and metadata of your Zenodo deposition. Please
make sure that the content of this file is correct and up-to-date.
make sure that the content of this file is correct and up-to-date.
</p>

<n-alert type="info" class="w-full">
Codefair will automatically add/update the version number, last modified date, and software identifier before the release so you do not need to worry about them.
</n-alert>

<n-checkbox v-model:checked="metadataChecked">
Expand Down

0 comments on commit bbfef6e

Please sign in to comment.