action-center-platform
action-center-platform copied to clipboard
The EFF Action Center Platform
Maybe like this (from https://github.com/select2/select2/issues/1456) ``` $('.select2-selection').on('keypress', function (e) { if (e.keyCode === 13) { $(this).closest('form').submit(); } }); ```
I styled it to match in Chrome, but it doesn't match at all in Firefox. Perhaps we add more style rules to the regular select so it looks the same...
When a user attempts to filter by an institution that doesn't exist, ex. act.eff.org/action/reclaim-invention/foo, they should be redirected to the unfiltered action.
On regular petitions, signatures are updated every few seconds by an ajax call. I turned this off on affiliation petitions because it doesn't work yet.
Institutions that aren't associated with any action page or signature should be destroyed. Not sure if this should happen when an action page or signature is deleted, or as a...
-The variables that are being checked in the entrypoint.sh script for automigrating are wrong as of docker-compose 2 (variable namespacing changed) so no migrations run automatically. -I would be cool...
Currently, if a user uploads a banner image to the gallery, it doesn't show that the banner has been uploaded to the gallery (there's no thumbnail, nothing happens) unless you...
When I look up my reps, and see "Barbara Lee", there's a field called "Phone number". It's confusing whether it refers to her phone number, or my phone number. "Your...