random ish

This commit is contained in:
Trey t
2026-01-13 22:07:20 -06:00
parent 2f9546f792
commit 573c57aead
2 changed files with 109 additions and 15 deletions

View File

@@ -459,21 +459,6 @@ struct SavedTripsListView: View {
.padding(Theme.Spacing.md)
}
.themedBackground()
.navigationTitle("My Trips")
.toolbar {
ToolbarItem(placement: .primaryAction) {
Menu {
Button {
showCreatePoll = true
} label: {
Label("Create Poll", systemImage: "chart.bar.doc.horizontal")
}
.disabled(trips.count < 2)
} label: {
Image(systemName: "ellipsis.circle")
}
}
}
.task {
await loadPolls()
}