Rerender votes immediately on finalize; update footer badges
This commit is contained in:
@@ -308,6 +308,7 @@ function bindNavButtons() {
|
||||
await api.finalizeVotes(desired);
|
||||
state.votesFinal = desired;
|
||||
renderPhasePill();
|
||||
renderVotes();
|
||||
toast(desired ? t("vote.finalize") : t("vote.unfinalize"));
|
||||
} catch (err) {
|
||||
toast(err.message, true);
|
||||
|
||||
Reference in New Issue
Block a user