Skip to content

Commit

Permalink
Revert "feat: add info banner for maintenance"
Browse files Browse the repository at this point in the history
This reverts commit dd8cefe.
  • Loading branch information
TheGreatRefrigerator committed Jun 28, 2024
1 parent dd8cefe commit 2996465
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions src/fragments/InfoBanner.vue

This file was deleted.

1 change: 0 additions & 1 deletion src/pages/maps/Maps.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div class="maps" :style="{height: viewHeight + 'px'}">
<info-banner />
<resize-observer @notify="setViewHeight()" />
<simple-place-search :height="simpleMapSearchHeight" v-if="simpleSearchIsVisible"></simple-place-search>
<v-btn round v-if="refreshSearchAvailable"
Expand Down
2 changes: 0 additions & 2 deletions src/pages/maps/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { ResizeObserver } from 'vue-resize'
import Place from '@/models/place'
import lodash from 'lodash'
import {EventBus} from '@/common/event-bus'
import InfoBanner from '@/fragments/InfoBanner.vue'

export default {
data: () => ({
Expand All @@ -42,7 +41,6 @@ export default {
previousMapViewDataTimeStamp: null
}),
components: {
InfoBanner,
MapView,
SimplePlaceSearch,
Altitude,
Expand Down

0 comments on commit 2996465

Please sign in to comment.