Skip to content

Commit

Permalink
Turn off some pages/buttons and remove dupe attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopfed committed Jul 15, 2024
1 parent cbdc689 commit b063ac5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions components/TopNavButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DISCOVER
</v-btn>
</v-col>
<v-col v-if="auth.isLoggedIn">
<!-- <v-col v-if="auth.isLoggedIn">
<v-btn
color="white"
density="comfortable"
Expand All @@ -21,7 +21,7 @@
>
CURATE
</v-btn>
</v-col>
</v-col> -->
<v-col class="mx-2">
<ConnectButton />
</v-col>
Expand All @@ -37,8 +37,8 @@
}
</style>

<script setup lang="ts">
<!-- <script setup lang="ts">
import { useAuthStore } from '~/stores/auth'
const auth = useAuthStore()
</script>
</script> -->
4 changes: 2 additions & 2 deletions pages/[profile]/[slugOrId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
{{ artwork.title }}
</span>
</v-col>
<v-col cols="4" md="3" lg="2">
<!-- <v-col cols="4" md="3" lg="2">
<CurateMenu :item="artwork.id" />
</v-col>
</v-col> -->
</v-row>
<v-row>
<v-col
Expand Down
10 changes: 5 additions & 5 deletions pages/[profile]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
</template>
<template v-else>
<!-- <TipButton :address="data.address" /> -->
<CollaborateMenu :address="data.address" class="mb-4 mx-4" />
<!-- <CurateMenu :item="data.address" label="Follow" /> -->
<!-- <CollaborateMenu :address="data.address" class="mb-4 mx-4" />
<CurateMenu :item="data.address" label="Follow" />
<FollowButton
:address="data.address"
:owner="(auth.address as string)"
/>
/> -->
</template>
</v-row>
</v-col>
Expand All @@ -34,9 +34,9 @@
<v-tab value="art">
Art
</v-tab>
<v-tab value="curations">
<!-- <v-tab value="curations">
Curations
</v-tab>
</v-tab> -->
<v-tab value="liked">
Likes
</v-tab>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
elevation="2"
variant="outlined"
density="compact"
class="mb-3"
:loading="loading"
@click="editDescription"
>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b063ac5

Please sign in to comment.