Maxx Crawford

Results 41 issues of Maxx Crawford

## Issue Once a user monitors 5 email address, the form to add additional emails is removed. We need to tell the user that they have reached the maximum amount...

Protocol is currently not added to the `app.scss` build chain. We need to turn it on – however, it overwrites some of the other styles. We'll need to adjust all...

Solution: Update `font` directory to match the Protocol library. It will require some font-weight size changes. Using the same trusty `du -sh` command, that folder is only `1.6 MB`. Note...

Issue: Survey link is full. STR: - From my personal account: https://monitor.firefox.com/user/dashboard - Follow link to: "Remove my data" (https://monitor.firefox.com/remove-my-data) - After joining the wait list, I click the "answer...

When deploying new CSS, we should add a cache-busting string on the end of the CSS link: ``` ```

enhancement

Per https://github.com/mozilla/bedrock/issues/8309#issuecomment-819324507, these links should be replaced. https://github.com/mozilla/blurts-server/blob/f24b72e44ec977f352894724148c29357c4c660a/public/js/fx-bento.js#L8

Examples: - https://github.com/mozilla/bedrock/tree/master/.github - https://github.com/mozilla/contain-facebook/tree/master/.github

Could probably refactor `getExperimentFlags` to not need `EXPERIMENTS_ENABLED` as an argument? I.e., just use the value from `AppConstants.EXPERIMENTS_ACTIVE` in `controllers/utils` ? _Originally posted by @groovecoder in https://github.com/mozilla/blurts-server/pull/1797/files_

This function returns `assignedCohort` but we're not assigning that to anything here? If this function is mainly to *set* the experiment for the session, the function should probably be re-named...