fix menu
Gitea Actions Demo / build_and_push (push) Successful in 1m3s
Details
Gitea Actions Demo / build_and_push (push) Successful in 1m3s
Details
This commit is contained in:
parent
5f85eec6b4
commit
d30dbcc9b0
|
|
@ -1,26 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="app-navbar-actions">
|
<div class="app-navbar-actions">
|
||||||
<!-- <GithubButton v-if="!isMobile" class="app-navbar-actions__item" />
|
|
||||||
<VaButton
|
|
||||||
v-if="!isMobile"
|
|
||||||
preset="secondary"
|
|
||||||
href="https://admin.vuestic.dev/"
|
|
||||||
target="_blank"
|
|
||||||
color="textPrimary"
|
|
||||||
class="app-navbar-actions__item flex-shrink-0 mx-0"
|
|
||||||
>
|
|
||||||
{{ t('aboutVuesticAdmin') }}
|
|
||||||
</VaButton> -->
|
|
||||||
<!-- <VaButton
|
|
||||||
v-if="!isMobile"
|
|
||||||
preset="secondary"
|
|
||||||
href="https://discord.gg/u7fQdqQt8c"
|
|
||||||
target="_blank"
|
|
||||||
color="textPrimary"
|
|
||||||
class="app-navbar-actions__item flex-shrink-0 mx-0"
|
|
||||||
>
|
|
||||||
{{ t('helpAndSupport') }}
|
|
||||||
</VaButton> -->
|
|
||||||
<!-- <NotificationDropdown class="app-navbar-actions__item" /> -->
|
<!-- <NotificationDropdown class="app-navbar-actions__item" /> -->
|
||||||
<ProfileDropdown
|
<ProfileDropdown
|
||||||
class="app-navbar-actions__item app-navbar-actions__item--profile mr-1"
|
class="app-navbar-actions__item app-navbar-actions__item--profile mr-1"
|
||||||
|
|
@ -30,9 +9,6 @@
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import ProfileDropdown from "./dropdowns/ProfileDropdown.vue";
|
import ProfileDropdown from "./dropdowns/ProfileDropdown.vue";
|
||||||
import NotificationDropdown from "./dropdowns/NotificationDropdown.vue";
|
|
||||||
import GithubButton from "./GitHubButton.vue";
|
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
isMobile: { type: Boolean, default: false },
|
isMobile: { type: Boolean, default: false },
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -89,27 +89,6 @@ withDefaults(
|
||||||
to: "preferences",
|
to: "preferences",
|
||||||
icon: "mso-account_circle",
|
icon: "mso-account_circle",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "settings",
|
|
||||||
to: "settings",
|
|
||||||
icon: "mso-settings",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "explore",
|
|
||||||
separator: true,
|
|
||||||
list: [
|
|
||||||
{
|
|
||||||
name: "faq",
|
|
||||||
to: "faq",
|
|
||||||
icon: "mso-quiz",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "helpAndSupport",
|
|
||||||
href: "https://discord.gg/u7fQdqQt8c",
|
|
||||||
icon: "mso-error",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,7 @@
|
||||||
{{ store.userName }}
|
{{ store.userName }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="flex space-x-1 text-[13px] leading-4">
|
<div class="flex space-x-1 text-[13px] leading-4">
|
||||||
<p>Зарегистрирован с</p>
|
<p>с {{ store.memberSince }}</p>
|
||||||
<p>{{ store.memberSince }}</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue