OpenVAA / voting-advice-application

An open-source platform for creating Voting Advice Applications (VAAs)
https://demo.openvaa.org/
GNU General Public License v3.0
8 stars 0 forks source link

refactor: move logout modal out of LogoutButton #551

Open kaljarv opened 3 weeks ago

kaljarv commented 3 weeks ago

Having the logout modal component inside the <LogoutButton> component is not optimal (sometimes it'll appear both in the header and on the page). Move the modal to the outer layout and add a function to the Candidate context to call it up. The model used with <FeedbackModal> could be used here.