add format check, update prettier rules, apply rules consistently

This commit is contained in:
Gregor Vostrak
2025-07-29 18:58:31 +02:00
parent b11672732b
commit cb30487a21
323 changed files with 3728 additions and 5579 deletions

View File

@@ -11,10 +11,7 @@ defineProps<{
<div class="flex w-full items-center justify-between pb-2.5 lg:pb-3">
<h3
class="text-text-primary font-medium text-sm lg:text-base flex items-center space-x-1.5 lg:space-x-2">
<component
:is="icon"
v-if="icon"
class="w-4 lg:w-4 text-icon-default"></component>
<component :is="icon" v-if="icon" class="w-4 lg:w-4 text-icon-default"></component>
<span>
{{ title }}
</span>