Skip to content

Commit

Permalink
💄 Update access right control UI
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 26, 2024
1 parent 6f5c49a commit de853e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions pages/nft-book-store/new.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<UCard :ui="{ body: { base: 'space-y-8' } }">
<template #header>
<h3 class="font-bold font-mono">
Other Settings
DRM Options
</h3>
</template>

Expand All @@ -207,7 +207,7 @@
</UFormGroup>

<UFormGroup
label="Hide file download links"
label="Disable File Download"
:ui="{ label: { base: 'font-mono font-bold' } }"
>
<UCheckbox
Expand All @@ -217,7 +217,14 @@
/>
</UFormGroup>
</div>
</UCard>

<UCard :ui="{ body: { base: 'space-y-8' } }">
<template #header>
<h3 class="font-bold font-mono">
Other Settings
</h3>
</template>
<UCard
:ui="{
header: { base: 'flex justify-between items-center' },
Expand Down
11 changes: 9 additions & 2 deletions pages/nft-book-store/status/[classId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<UCard :ui="{ body: { base: 'space-y-8' } }">
<template #header>
<h3 class="font-bold font-mono">
Other Settings
DRM Options
</h3>
</template>

Expand All @@ -355,7 +355,7 @@
</UFormGroup>

<UFormGroup
label="Hide file download links"
label="Disable File Download "
:ui="{ label: { base: 'font-mono font-bold' } }"
>
<UCheckbox
Expand All @@ -365,7 +365,14 @@
/>
</UFormGroup>
</div>
</UCard>

<UCard :ui="{ body: { base: 'space-y-8' } }">
<template #header>
<h3 class="font-bold font-mono">
Other Settings
</h3>
</template>
<UCard
:ui="{
header: { base: 'flex justify-between items-center' },
Expand Down

0 comments on commit de853e6

Please sign in to comment.