UPgraded code. New backend working. And more

This commit is contained in:
saloui
2023-05-21 21:54:56 +02:00
parent 2c31ce9da0
commit fa45a5f3a5
16 changed files with 192 additions and 79 deletions

View File

@ -8,16 +8,17 @@
{{ title }}
</h3>
<div class="flex flex-shrink-0">
<a :href="path" @click.stop
class="flex hover:text-secondary duration-75 active:scale-90"
title="Download this manually (faster) and put it in the models/<your backend> folder then refresh">
<a :href="path" @click.stop
class="flex hover:text-secondary duration-75 active:scale-90"
title="Download this manually (faster) and put it in the models/<your backend> folder then refresh">
<i data-feather="link" class="w-5 p-1"></i>
{{ title }}
</a>
</div>
<div class="flex flex-shrink-0">
<i data-feather="link" class="w-5 p-1">Licence: </i>
{{ licence }}
</div>
<p class="opacity-80">{{ description }}</p>
</div>
<div class="flex-shrink-0">
@ -56,6 +57,8 @@ export default {
title: String,
icon: String,
path: String,
owner: String,
licence: String,
description: String,
isInstalled: Boolean,
onInstall: Function,