make a back button at the top and the tabs at the bottom of each page

This commit is contained in:
2023-11-18 14:49:38 -07:00
parent faf8f4f6a9
commit 46d76013e8
7 changed files with 81 additions and 24 deletions

View File

@@ -1,4 +1,6 @@
<template>
<QuickNav />
<!-- CONTENT -->
<section id="Content" class="p-6 pb-24">
<!-- Breadcrumb -->
@@ -105,6 +107,7 @@ import {
import { db } from "@/db/index";
import { BoundingBox, MASTER_SETTINGS_KEY } from "@/db/tables/settings";
import QuickNav from "@/components/QuickNav.vue";
const DEFAULT_LAT_LONG_DIFF = 0.01;
const WORLD_ZOOM = 2;
@@ -119,6 +122,7 @@ interface Notification {
@Component({
components: {
QuickNav,
LRectangle,
LMap,
LMarker,