Finalizing The WebUI for alpha/beta testing next week.

The WebUI is mostly done for now, The only missing piece is backend view, which isn't something we will include in the first release.
This commit is contained in:
abdulmohsen
2024-05-10 18:56:17 +03:00
parent fbd95471ec
commit 5f0874d64b
15 changed files with 403 additions and 212 deletions

View File

@@ -11,10 +11,13 @@
</div>
</div>
</div>
<div class="column is-12">
This page is not yet implemented. It will be used to display the details of a specific backend.
</div>
</template>
<script setup>
const backend = useRoute().params.backend
useHead({title: `Backends: ${backend}`})
</script>