Skip to content

Commit

Permalink
feat: add custom booru prompt component
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 15, 2020
1 parent 6f9cbdc commit 2d39a70
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pages/premium.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,26 @@
<template>
<main class="flex h-screen">
<template v-if="hasValidLicenseKey">
<div class="flex flex-col w-full py-4">
<div class="flex flex-col w-full container--separator">
<PremiumDashboard />

<!-- Custom Booru -->
<div class="flex p-4 material-container text-default-text">
<div class="flex-grow">
<h1 class="text-lg">Custom Boorus</h1>
<p class="text-sm text-default-text-muted">
Add or edit compatible boorus
</p>
</div>

<nuxt-link
class="flex items-center justify-center px-4 rounded-full material-container bg-background"
to="/premium/booru"
>
Modify
</nuxt-link>
</div>

<!-- Spacer -->
<div class="flex-grow" />

Expand Down

0 comments on commit 2d39a70

Please sign in to comment.