fix(transactions): feuille d'édition d'opération planifiée — boutons d'action mal positionnés / débordement écran #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problème / Contexte
Dans l'onglet Mouvements () :
Cause probable
Attendu
Status: Already resolved ✅
This issue is closed and the fix was merged via PR #13 —
fix(transactions): disposition responsive et padding des boutons d'action de la feuille planifiée.The action buttons in the scheduled-operation edit sheet (
TransactionsScreen.kt) are now laid out in aRowwithModifier.weight(1f)for the Valider / Enregistrer buttons, plus a full-width SupprimerTextButtonbelow, withArrangement.spacedBy(8.dp)spacing. No further action needed.