|
|
@ -22,7 +22,8 @@ |
|
|
|
><v-icon color="primary">alpha-c-circle </v-icon> --> |
|
|
|
><v-icon color="primary">alpha-c-circle </v-icon> --> |
|
|
|
</v-btn> |
|
|
|
</v-btn> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
Home |
|
|
|
<!-- Home --> |
|
|
|
|
|
|
|
{{ $t('general.home') }} |
|
|
|
<span |
|
|
|
<span |
|
|
|
class="caption ml-1 font-weight-light" |
|
|
|
class="caption ml-1 font-weight-light" |
|
|
|
>(v{{ |
|
|
|
>(v{{ |
|
|
@ -67,7 +68,8 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
</v-toolbar-items>--> |
|
|
|
</v-toolbar-items>--> |
|
|
|
<span v-show="$nuxt.$loading.show" class="caption grey--text ml-3">Loading <v-icon small color="grey">mdi-spin mdi-loading</v-icon></span> |
|
|
|
<!-- loading --> |
|
|
|
|
|
|
|
<span v-show="$nuxt.$loading.show" class="caption grey--text ml-3">{{ $t('general.loading') }} <v-icon small color="grey">mdi-spin mdi-loading</v-icon></span> |
|
|
|
|
|
|
|
|
|
|
|
<span |
|
|
|
<span |
|
|
|
v-shortkey="[ 'ctrl','shift', 'd']" |
|
|
|
v-shortkey="[ 'ctrl','shift', 'd']" |
|
|
@ -121,7 +123,8 @@ |
|
|
|
<v-icon small class="mr-1"> |
|
|
|
<v-icon small class="mr-1"> |
|
|
|
mdi-account-supervisor-outline |
|
|
|
mdi-account-supervisor-outline |
|
|
|
</v-icon> |
|
|
|
</v-icon> |
|
|
|
Share |
|
|
|
<!-- Share --> |
|
|
|
|
|
|
|
{{ $t('activity.share') }} |
|
|
|
</x-btn> |
|
|
|
</x-btn> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -236,7 +239,9 @@ |
|
|
|
</v-icon> |
|
|
|
</v-icon> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<h3 class="pa-3"> |
|
|
|
<h3 class="pa-3"> |
|
|
|
{{ $vuetify.theme.dark ? 'It does come in Black (^⇧B)' : 'Does it come in Black ? (^⇧B)' }} |
|
|
|
<!-- "dark": "It does come in Black (^⇧B)", |
|
|
|
|
|
|
|
"light": "Does it come in Black ? (^⇧B)" --> |
|
|
|
|
|
|
|
{{ $vuetify.theme.dark ? $t('tooltip.theme.dark') : $t('tooltip.theme.light') }} |
|
|
|
<i /> |
|
|
|
<i /> |
|
|
|
</h3> |
|
|
|
</h3> |
|
|
|
</v-tooltip> |
|
|
|
</v-tooltip> |
|
|
@ -339,17 +344,19 @@ |
|
|
|
|
|
|
|
|
|
|
|
<v-divider /> |
|
|
|
<v-divider /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Copy Auth Token --> |
|
|
|
|
|
|
|
<!-- "Auth token copied to clipboard" --> |
|
|
|
<v-list-item |
|
|
|
<v-list-item |
|
|
|
v-if="isDashboard" |
|
|
|
v-if="isDashboard" |
|
|
|
v-clipboard="$store.state.users.token" |
|
|
|
v-clipboard="$store.state.users.token" |
|
|
|
dense |
|
|
|
dense |
|
|
|
@click.stop="$toast.success('Auth token copied to clipboard').goAway(3000)" |
|
|
|
@click.stop="$toast.success($t('msg.toast.authToken')).goAway(3000)" |
|
|
|
> |
|
|
|
> |
|
|
|
<v-list-item-title> |
|
|
|
<v-list-item-title> |
|
|
|
<v-icon key="terminal-dash" small> |
|
|
|
<v-icon key="terminal-dash" small> |
|
|
|
mdi-content-copy |
|
|
|
mdi-content-copy |
|
|
|
</v-icon> |
|
|
|
</v-icon> |
|
|
|
<span class="font-weight-regular caption">Copy auth token</span> |
|
|
|
<span class="font-weight-regular caption">{{ $t('activity.account.authToken') }}</span> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item> |
|
|
|
</v-list-item> |
|
|
|
|
|
|
|
|
|
|
@ -374,7 +381,7 @@ |
|
|
|
{{ isGql ? 'mdi-graphql' : 'mdi-code-json' }} |
|
|
|
{{ isGql ? 'mdi-graphql' : 'mdi-code-json' }} |
|
|
|
</v-icon> |
|
|
|
</v-icon> |
|
|
|
<span class="font-weight-regular caption"> |
|
|
|
<span class="font-weight-regular caption"> |
|
|
|
{{ isGql ? 'GraphQL APIs' : 'Swagger APIs Doc' }}</span> |
|
|
|
{{ isGql ? 'GraphQL APIs' : 'Swagger APIs' }}</span> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item> |
|
|
|
</v-list-item> |
|
|
|
<v-divider /> |
|
|
|
<v-divider /> |
|
|
@ -382,7 +389,7 @@ |
|
|
|
<v-list-item-title> |
|
|
|
<v-list-item-title> |
|
|
|
<v-icon small> |
|
|
|
<v-icon small> |
|
|
|
mdi-information-outline |
|
|
|
mdi-information-outline |
|
|
|
</v-icon> <span class="font-weight-regular caption">Copy Project info</span> |
|
|
|
</v-icon> <span class="font-weight-regular caption">{{ $t('activity.account.projInfo') }}</span> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item> |
|
|
|
</v-list-item> |
|
|
|
|
|
|
|
|
|
|
@ -391,7 +398,7 @@ |
|
|
|
<v-icon key="terminal-dash" small> |
|
|
|
<v-icon key="terminal-dash" small> |
|
|
|
mdi-palette |
|
|
|
mdi-palette |
|
|
|
</v-icon> |
|
|
|
</v-icon> |
|
|
|
<span class="font-weight-regular caption">Themes</span> |
|
|
|
<span class="font-weight-regular caption">{{ $t('activity.account.themes') }}</span> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item> |
|
|
|
</v-list-item> |
|
|
|
|
|
|
|
|
|
|
@ -401,7 +408,7 @@ |
|
|
|
<v-list-item-title> |
|
|
|
<v-list-item-title> |
|
|
|
<v-icon small> |
|
|
|
<v-icon small> |
|
|
|
mdi-logout |
|
|
|
mdi-logout |
|
|
|
</v-icon> <span class="font-weight-regular caption">Sign Out</span> |
|
|
|
</v-icon> <span class="font-weight-regular caption">{{ $t('general.signOut') }}</span> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item> |
|
|
|
</v-list-item> |
|
|
|
</template> |
|
|
|
</template> |
|
|
@ -422,14 +429,14 @@ |
|
|
|
mdi-account-plus-outline |
|
|
|
mdi-account-plus-outline |
|
|
|
</v-icon> <span |
|
|
|
</v-icon> <span |
|
|
|
class="font-weight-regular caption" |
|
|
|
class="font-weight-regular caption" |
|
|
|
>Sign Up</span> |
|
|
|
>{{ $t('general.signUp') }}</span> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item> |
|
|
|
</v-list-item> |
|
|
|
<v-list-item v-if="!user && !isThisMobile" dense to="/user/authentication/signin"> |
|
|
|
<v-list-item v-if="!user && !isThisMobile" dense to="/user/authentication/signin"> |
|
|
|
<v-list-item-title> |
|
|
|
<v-list-item-title> |
|
|
|
<v-icon small> |
|
|
|
<v-icon small> |
|
|
|
mdi-login |
|
|
|
mdi-login |
|
|
|
</v-icon> <span class="font-weight-regular caption">Login</span> |
|
|
|
</v-icon> <span class="font-weight-regular caption">{{ $t('general.signIn') }}</span> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item-title> |
|
|
|
</v-list-item> |
|
|
|
</v-list-item> |
|
|
|
<!-- <v-list-item @click="openPricingPage">--> |
|
|
|
<!-- <v-list-item @click="openPricingPage">--> |
|
|
|