Fixed up sensor cards
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
`<script setup lang="ts">
|
||||
import EnvironmentCard from '@/components/EnvironmentCard.vue';
|
||||
import GraphModal from '@/components/GraphModal.vue';
|
||||
import HourlyForecast from '@/components/HourlyForecast.vue';
|
||||
import Moon from '@/components/Moon.vue';
|
||||
import Precipitation from '@/components/Precipitation.vue';
|
||||
import Seismic from '@/components/Seismic.vue';
|
||||
import Sun from '@/components/Sun.vue';
|
||||
import Wind from '@/components/Wind.vue';
|
||||
import {BASE} from '@/services/api.ts';
|
||||
import {formatDate} from '@ztimson/utils';
|
||||
import {onMounted, onUnmounted, provide, ref} from 'vue';
|
||||
@@ -164,9 +168,14 @@ onUnmounted(() => {
|
||||
<HourlyForecast class="mb-3" />
|
||||
<ForecastStrip class="mb-3" />
|
||||
|
||||
<EnvironmentCard class="mb-3" />
|
||||
<Precipitation class="mb-3" />
|
||||
<Wind class="mb-3" />
|
||||
<Seismic class="mb-3" />
|
||||
<Sun class="mb-3" />
|
||||
<Moon class="mb-2" />
|
||||
|
||||
<div class="align-x">
|
||||
<a :href="BASE + '/docs'" style="font-size: 0.75em;" target="_blank">OpenAPI Docs</a>
|
||||
<a :href="BASE + '/docs'" style="font-size: 0.75em;" target="_blank">OpenAPI Docs</a> | <a href="https://zakscode.com" style="font-size: 0.75em;" target="_blank">ZaksCode</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user