feat(frontend): vues MVP — dashboard, jardins, grille, variétés, tâches, plantations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 04:18:11 +01:00
parent 3c5f0d571f
commit 911395accc
9 changed files with 398 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
<template>
<div class="p-4">
<h1 class="text-2xl font-bold text-green">Réglages</h1>
<div class="p-4 max-w-2xl mx-auto">
<h1 class="text-2xl font-bold text-green mb-4">Réglages</h1>
<p class="text-text-muted text-sm">Paramètres et export/import prochaine étape.</p>
</div>
</template>