cliff-effects
cliff-effects copied to clipboard
Cliff effects guidance prototype (archived)
The component `RowWithDetail` in `src/components/details.js` is empty and not used anywhere in the code (as far as I can tell). We should remove it.
An attempt, anyway. We'll see how it goes. See #866 for more details.
If we're considering a future where more programs are added, the logic of when to show a question could get really tangled. It might be useful if we could gather...
One option that has the main color as our current theme: _Doesn't include hover or active backgrounds_ Main colors: `#CBF5F4` `#5BE0DB` `#00B5AE` `#007974` `#004341` Cautions and warnings/errors: `#FF9500` `#FF3900` http://paletton.com/#uid=33h0i0kw0Dl5wXSiYQ+EBoYOcdW
This definitely needs discussion, but personally, I have found snapshot tests to be generally useless at best; at my previous job, we started out using them extensively (almost exclusively), but...
About the awesome changes merged in #904. 1. The 'lint-staged' package doesn't actually limit npm lint fixes to just staged files. It changes the files, though it doesn't add them....
I could see how that could be used to identify a person, especially when the app is new.
### Replicate: 1. Click 'Submit Feedback' 2. Press 'esc' ### Result I'd Expect: - Modal would close ### Actual Result: - Nothing happens ### Environment: App version or commit id...
Using id selectors (`#foo`) in CSS makes dealing with selector specificity a nightmare, since any selector with an id selector in it will always override a selector without one. We...
With the help of a moonlighting member, we've have identified a few specific problems in the Predictions section that we can try to work on. 1. Things are a bit...