forked from cerc-io/cosmos-explorer
Merge branch 'v3-single' of https://github.com/alisaweb3/explorer into v3-single
This commit is contained in:
commit
a632220b67
@ -1,4 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
import { Icon } from '@iconify/vue';
|
||||||
import { useThemeConfig } from '@/plugins/vuetify/@core/composable/useThemeConfig';
|
import { useThemeConfig } from '@/plugins/vuetify/@core/composable/useThemeConfig';
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
@ -51,18 +52,18 @@ blockchain.$subscribe((m, s) => {
|
|||||||
<VerticalNavLayout :nav-items="blockchain.computedChainMenu">
|
<VerticalNavLayout :nav-items="blockchain.computedChainMenu">
|
||||||
<!-- 👉 navbar -->
|
<!-- 👉 navbar -->
|
||||||
<template #navbar="{ toggleVerticalOverlayNavActive }">
|
<template #navbar="{ toggleVerticalOverlayNavActive }">
|
||||||
<div class="d-flex h-100 align-center">
|
<div class="flex items-center py-3">
|
||||||
<IconBtn
|
<div
|
||||||
v-if="isLessThanOverlayNavBreakpoint(windowWidth)"
|
class="text-2xl pr-3 cursor-pointer xl:hidden"
|
||||||
class="ms-n3"
|
|
||||||
@click="toggleVerticalOverlayNavActive(true)"
|
@click="toggleVerticalOverlayNavActive(true)"
|
||||||
>
|
>
|
||||||
<VIcon icon="mdi-menu" />
|
<Icon icon="mdi-menu" />
|
||||||
</IconBtn>
|
</div>
|
||||||
|
|
||||||
<UserProfile />
|
<UserProfile />
|
||||||
|
|
||||||
<VSpacer />
|
<div class="flex-1"></div>
|
||||||
|
|
||||||
<!-- <NavSearchBar />-->
|
<!-- <NavSearchBar />-->
|
||||||
<NavBarNotifications class="hidden md:inline-block" />
|
<NavBarNotifications class="hidden md:inline-block" />
|
||||||
<NavBarI18n class="hidden md:inline-block" />
|
<NavBarI18n class="hidden md:inline-block" />
|
||||||
|
@ -34,7 +34,7 @@ const chain = useBlockchain();
|
|||||||
<h1 class="text-primary text-3xl md:text-6xl font-bold mr-2">
|
<h1 class="text-primary text-3xl md:text-6xl font-bold mr-2">
|
||||||
Ping dashboard
|
Ping dashboard
|
||||||
</h1>
|
</h1>
|
||||||
<div class="badge badge-info badge-outline mt-1 text-sm md:mt-8">
|
<div class="badge badge-primary badge-outline mt-1 text-sm md:mt-8">
|
||||||
Beta
|
Beta
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user