datamade / bga-payroll

💰 How much do your public officials make?
4 stars 4 forks source link

show download button for authenticated users only #578

Closed smcalilly closed 2 years ago

smcalilly commented 2 years ago

Overview

Closes #569.

Notes

Instead of prompting the login modal, I'm hiding the download data button. This is a simpler implementation than trying to get the salsa auth plugin to fit this use case. I discussed with Hannah this implementation.

I've also added some logic in employer.js to check if that button exists before executing the related code, otherwise the data selector gets stuck in a loading state.

Testing