Skip to content

Commit

Permalink
💬 Update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 13, 2024
1 parent 27e046f commit c050917
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 20 deletions.
6 changes: 3 additions & 3 deletions components/SiteMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ const items = [
exact: true
},
{
label: 'Manage Book',
label: 'Manage Book Listings',
icon: 'i-heroicons-rectangle-stack',
to: { name: 'nft-book-store' },
exact: true
},
{
label: 'Manage Collection',
label: 'Manage Collections',
icon: 'i-heroicons-rectangle-stack',
to: { name: 'nft-book-store-collection' },
exact: true
Expand All @@ -89,7 +89,7 @@ const items = [
label: 'Authors & Affiliates',
links: [
{
label: 'User Setting',
label: 'User Settings',
icon: 'i-heroicons-user-group',
to: { name: 'nft-book-store-user' },
exact: true
Expand Down
2 changes: 1 addition & 1 deletion pages/authz/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<PageContainer>
<PageHeader title=" Send NFT Authz Grants Management Page" />
<PageHeader title="NFT Book Authz Grants Management Page" />

<AuthRequiredView>
<PageBody class="grow space-y-4">
Expand Down
6 changes: 3 additions & 3 deletions pages/batch-qrcode.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<PageBody class="print:space-y-0 print:p-0">
<h1 class="text-lg font-bold font-mono print:hidden">
Batch Create QR Codes
Batch Create Book QR Codes
</h1>

<UFormGroup
Expand Down Expand Up @@ -143,8 +143,8 @@ watch(selectedQRCodeIcon, () => {
})
useSeoMeta({
title: 'Batch Create QR Codes',
ogTitle: 'Batch Create QR Codes'
title: 'Batch Create Book QR Codes',
ogTitle: 'Batch Create Book QR Codes'
})
onMounted(() => {
Expand Down
7 changes: 6 additions & 1 deletion pages/batch-short-links.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<PageContainer>
<PageHeader title="Batch Create Short Links" />
<PageHeader title="Batch Create Book Short Links" />

<PageBody>
<UFormGroup
Expand Down Expand Up @@ -180,6 +180,11 @@ const apiKeyLabel = computed(() => {
})
const shortenedURLItems = ref<{ key: string, url: string, destination: string }[]>([])
useSeoMeta({
title: 'Batch Create Book Short Links',
ogTitle: 'Batch Create Book Short Links'
})
onMounted(() => {
try {
const loadedInput = sessionStorage.getItem('nft_book_press_batch_shorten_url')
Expand Down
2 changes: 1 addition & 1 deletion pages/nft-book-store.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<PageContainer :key="route.path">
<PageHeader :class="{ hidden: isHeaderHidden }" title="NFT Bookstore Management Page" />
<PageHeader :class="{ hidden: isHeaderHidden }" title="Liker Land Bookstore Management Page" />

<AuthRequiredView>
<NuxtPage />
Expand Down
2 changes: 1 addition & 1 deletion pages/nft-book-store/collection/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<UCard :ui="{ header: { base: 'flex justify-between items-center gap-4' } }">
<template #header>
<h2 class="text-xl font-bold font-mono">
NFT Book Collections
Liker Land Book Collections
</h2>

<UButton icon="i-heroicons-plus-circle" label="New Collection" :to="{ name: 'nft-book-store-collection-new' }" />
Expand Down
2 changes: 1 addition & 1 deletion pages/nft-book-store/collection/new.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<UCard :ui="{ body: { base: 'space-y-4' } }">
<template #header>
<h2 class="font-bold font-mono">
Collection Info
New Book Collection Info
</h2>
</template>
<UFormGroup label="Books in Collection">
Expand Down
2 changes: 1 addition & 1 deletion pages/nft-book-store/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<UCard :ui="{ header: { base: 'flex justify-between items-center gap-4' } }">
<template #header>
<h2 class="text-xl font-bold font-mono">
NFT Book Listing
Liker Land Book Listing
</h2>

<UButton
Expand Down
2 changes: 1 addition & 1 deletion pages/nft-book-store/status/[classId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<UCard :ui="{ body: { padding: '' } }">
<template #header>
<h3 class="font-bold font-mono">
Status
Book Listing Status
</h3>
</template>

Expand Down
2 changes: 1 addition & 1 deletion pages/nft-book-store/user/connect/return.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<UCard v-if="isLoading">
<template #header>
<h2 class="text-sm font-bold font-mono">
Refreshing Stripe Connect Account Status
Refreshing Stripe Connect Payout Account Status
</h2>
</template>

Expand Down
4 changes: 2 additions & 2 deletions pages/nft-book-store/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
>
<template #header>
<h1 class="text-center font-bold font-mono">
Book Affiliation Program
Book Sales Affiliation Program
</h1>
<UTooltip
text="Refresh Liker ID"
Expand Down Expand Up @@ -77,7 +77,7 @@
>
<template #header>
<h1 class="text-center font-bold font-mono">
Stripe Connect Status
Stripe Connect Payout Account Status
</h1>

<UTooltip
Expand Down
2 changes: 1 addition & 1 deletion pages/purchase-link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ const isSharingMode = computed({
})
const pageTitle = computed(() => {
return isSharingMode.value ? 'Purchase Links' : 'Purchase Link Generator'
return isSharingMode.value ? 'Book Purchase Links' : 'Book Purchase Link Generator'
})
useSeoMeta({
Expand Down
7 changes: 4 additions & 3 deletions pages/sales-pos/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<PageContainer :key="route.path">
<PageHeader title="Liker Land Bookstore POS" />
<PageHeader :title="pageTitle" />
<PageBody
:ui="{
base: 'flex flex-col items-stretch grow space-y-4',
Expand Down Expand Up @@ -491,9 +491,10 @@ const giftUrl = computed(() => {
return `${LIKER_LAND_URL}/shopping-cart/book?${params.toString()}`
})
const pageTitle = computed(() => 'Liker Land Point Of Sale')
useSeoMeta({
title: 'Point of Sale Page',
ogTitle: 'Point of Sale Page'
title: pageTitle.value,
ogTitle: pageTitle.value
})
onMounted(() => {
Expand Down

0 comments on commit c050917

Please sign in to comment.