feat: formulaire de suggestions optimisé pour mobile
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:
@@ -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"> 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">
|
||||
|
||||
Reference in New Issue
Block a user