before_redesign

This commit is contained in:
2026-02-13 15:06:52 +03:00
parent 53ca63ec91
commit 09d7812a7a
48 changed files with 1685 additions and 678 deletions

View File

@@ -0,0 +1,14 @@
<template>
<div class="column items-center text-grey w100">
<div class="text-h6 w60 text-center">
{{$t('empty_description')}}
</div>
<q-icon size="120px" name="mdi-clippy" class="q-ma-sm"/>
</div>
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>