feat: formulaire de suggestions optimisé pour mobile
CI - Intégration continue / quality-and-tests (push) Successful in 3m23s
CD - Déploiement continu / deploy (push) Successful in 3m6s

Ré-appliqué sur la version avec suivi des suggestions du coéquipier.
- create.blade.php mobile-first : espacements/typo adaptatifs, champs en
  text-base (évite le zoom iOS), boutons empilés pleine largeur, compteur
  de caractères sur la description.
- header : bouton "Proposer une amélioration" accessible sur mobile
  (icône seule < sm) ; lien "Mes suggestions" conservé.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 22:12:33 +02:00
parent 2984b9f410
commit 96b598c6f4
2 changed files with 38 additions and 19 deletions
+5 -2
View File
@@ -27,8 +27,11 @@
📱 Télécharger l'app
</a>
@auth
<a href="{{ route('suggestions.create') }}" class="hidden sm:inline-flex items-center px-4 py-2.5 text-sm font-bold text-niagara border-2 border-niagara rounded-lg hover:bg-niagara hover:text-white transition-smooth duration-200">
💡 Proposer une amélioration
<a href="{{ route('suggestions.create') }}"
title="Proposer une amélioration"
aria-label="Proposer une amélioration"
class="inline-flex items-center px-3 sm:px-4 py-2.5 text-sm font-bold text-niagara border-2 border-niagara rounded-lg hover:bg-niagara hover:text-white transition-smooth duration-200">
💡<span class="hidden sm:inline">&nbsp;Proposer une amélioration</span>
</a>
<div class="relative group">
<button class="flex items-center gap-2 p-2 rounded-lg hover:bg-gray-100 transition-smooth duration-200">