element-portable/src/components/views/dialogs/polls
Kerry d66248c17c
Poll history: fetch last 30 days of polls (#10157)
* use timeline pagination

* fetch last 30 days of poll history

* add comments, tidy

* more comments

* finish comment

* wait for responses to resolve before displaying in list

* dont use state for list

* return unsubscribe

* strict fixes

* unnecessary event type in filter

* add catch
2023-02-20 20:07:57 +00:00
..
fetchPastPolls.ts Poll history: fetch last 30 days of polls (#10157) 2023-02-20 20:07:57 +00:00
PollHistoryDialog.tsx Poll history: fetch last 30 days of polls (#10157) 2023-02-20 20:07:57 +00:00
PollHistoryList.tsx Poll history: fetch last 30 days of polls (#10157) 2023-02-20 20:07:57 +00:00
PollListItem.tsx Poll history - ended polls list items (#10119) 2023-02-20 18:19:50 +00:00
PollListItemEnded.tsx Poll history - ended polls list items (#10119) 2023-02-20 18:19:50 +00:00
types.ts Poll history - filter by active or ended (#10098) 2023-02-13 09:19:45 +13:00
usePollHistory.ts Poll history: fetch last 30 days of polls (#10157) 2023-02-20 20:07:57 +00:00