some tg tests

This commit is contained in:
Vladimir Voronin
2024-10-25 09:06:26 +03:00
parent dd7779bc1c
commit ad6dc2a92d
7 changed files with 96 additions and 65 deletions

View File

@@ -30,11 +30,11 @@ onMounted(async () => {
</script>
<template>
<div v-if="loading" class="flex flex-row mt-40">
<div v-if="loading" class="flex flex-row ">
Loading...
</div>
<div v-else class="">
<div class="flex flex-col mt-40 bg-gray-200 outline outline-2 outline-gray-300 rounded-2xl p-4">
<div class="flex flex-col bg-gray-200 outline outline-2 outline-gray-300 rounded-2xl p-4">
<div class="flex flex-row items-center min-w-fit justify-between">
<p class="text-2xl font-bold">Categories</p>
<router-link to="/settings/categories">