refactor(catalog) : align categories.vue comments with actual behavior + drop magic h2 size
- categories.vue : commentaires retiraient ce qui n'est pas cable (tri client en miroir, slice pagination) — alignes sur le comportement reel (tri 100% serveur, affichage exhaustif). - CategoryDrawer.vue : `text-[24px]` remplace par `text-2xl` (echelle Tailwind standard). Le retour sur la largeur 150px des boutons d'action est tracke pour ERP-70 (mise a jour @malio/layer-ui : on poussera le token la-bas).
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
@update:model-value="emit('update:modelValue', $event)"
|
||||
>
|
||||
<template #header>
|
||||
<h2 class="text-[24px] font-bold">
|
||||
<h2 class="text-2xl font-bold">
|
||||
{{ headerLabel }}
|
||||
</h2>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user