✨ Recommend app component
This commit is contained in:
19
web/src/components/GoUseSolian.vue
Normal file
19
web/src/components/GoUseSolian.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<v-card prepend-icon="mdi-cellphone-arrow-down-variant" title="Try the App">
|
||||
<v-card-text>
|
||||
<p>
|
||||
Some features on Solarpass web was incomplete.
|
||||
Go try out our brand-new all-in-one Solar Network application now!
|
||||
</p>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-btn prepend-icon="mdi-launch" href="https://lian.solsynth.dev" target="_blank">
|
||||
Open in browser
|
||||
</v-btn>
|
||||
<v-btn prepend-icon="mdi-download" href="https://git.solsynth.dev/Hydrogen/Solian/releases" target="_blank"
|
||||
color="teal">
|
||||
Download now
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</template>
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<v-app-bar height="64" color="primary" scroll-behavior="elevate" flat>
|
||||
<div class="max-md:px-5 md:px-12 flex flex-grow-1 items-center">
|
||||
<router-link :to="{ name: 'dashboard' }" class="flex gap-1">
|
||||
<router-link :to="{ name: 'dashboard' }" class="flex gap-1 ms-0.5">
|
||||
<img src="/favicon.png" alt="logo" width="27" height="24" class="icon-filter" />
|
||||
<h2 class="ml-2 text-lg font-500">Solarpass</h2>
|
||||
</router-link>
|
||||
|
Reference in New Issue
Block a user