initial chart checkin

This commit is contained in:
Tim
2024-01-29 01:25:48 -04:00
parent ee021c9590
commit 29fcad1059
23 changed files with 490 additions and 42 deletions

View File

@@ -1,9 +1,9 @@
<template>
<v-app>
<app-bar/>
<nav-drawer/>
<main-view/>
<footer/>
<nav-drawer/>
<Footer/>
</v-app>
</template>

View File

@@ -1,11 +1,9 @@
<template>
<v-main>
<v-container class="pa-0">
<v-container class="pa-0 ma-0">
<div>
<Alerts/>
<!-- <Breakpoints/>-->
<router-view/>
<v-skeleton-loader v-if="!store.chainInfo" type="card" class="order-card"/> <!--todo static chainInfo -->
</div>
</v-container>
</v-main>