feat(codev): skip fiche + annuaire table sticky + page QR code

This commit is contained in:
Jules Neny
2026-05-07 00:04:42 +02:00
parent 606b9f0a47
commit 142e5cf787
3 changed files with 226 additions and 17 deletions

View File

@@ -109,6 +109,10 @@
{{ isEdit ? (loading ? 'Modification...' : 'Enregistrer les modifications') : (loading ? 'Envoi en cours...' : 'Ajouter ma fiche') }}
</button>
<NuxtLink to="/codev/carto" class="skip-link">
Voir la carte sans créer de fiche →
</NuxtLink>
</form>
</div>
@@ -390,6 +394,17 @@ async function submit() {
cursor: not-allowed;
}
.skip-link {
display: block;
text-align: center;
font-size: 0.825rem;
color: var(--nav-text-muted, #9ca3af);
text-decoration: none;
margin-top: 0.5rem;
padding: 0.5rem;
}
.skip-link:hover { color: var(--nav-text, #1a1a2e); }
/* ── Responsive ── */
@media (max-width: 480px) {