Semplifica la home partite a un solo CTA e sistema la nav iOS.

Rimuove il pulsante ridondante «Partita programmata», migliora il padding dei bottoni e fa di splash/login/matches root vere così non compare più il chevron indietro spurio.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Emiliano Frascaro
2026-08-08 18:54:44 +02:00
co-authored by Cursor
parent b926531447
commit 45bdda7c95
15 changed files with 308 additions and 297 deletions
@@ -77,10 +77,7 @@ struct MatchesScreen: View {
Text(L10n.t("matches.subtitle"))
.font(MatchTypography.bodyMedium)
.foregroundStyle(MatchColors.textSecondary)
HStack(spacing: 12) {
MatchSecondaryButton(label: L10n.t("matches.schedule").uppercased(), action: { showSchedule = true })
MatchPrimaryButton(label: L10n.t("matches.new").uppercased(), action: { showNewMatch = true })
}
MatchPrimaryButton(label: L10n.t("matches.new").uppercased(), action: { showNewMatch = true })
if let activeTeam {
TeamPickerBar(
team: activeTeam,