EnCiv / undebate-ssp

Undebate Self Service Portal- Web portal where election administrators of democratically run organizations create undebates for their candidates and voters
Other
6 stars 9 forks source link

Election Page Title does not update #227

Open ddfridley opened 1 year ago

ddfridley commented 1 year ago

The election page title (No Logo at the top) does not update right after you enter the Election Name in the form. It does update after you refresh the page, but it would be better if it updated immediately.

image

the place to start is app/components/undebate-homepage.js

Something needs to cause electionNames in to change when the name is update. - but try not to cause a rerender any time data changes.