Add poll history service

This commit is contained in:
Alfonso Grillo
2023-01-12 17:59:23 +01:00
parent 6662f678c3
commit 93cd811fee
9 changed files with 141 additions and 18 deletions
@@ -37,8 +37,9 @@ struct PollHistoryViewState: BindableState {
}
var bindings: PollHistoryViewBindings
var polls: [PollListData] = []
}
enum PollHistoryViewAction {
#warning("e.g. show poll detail")
case viewAppeared
}