cliff-effects icon indicating copy to clipboard operation
cliff-effects copied to clipboard

Cliff effects guidance prototype (archived)

Results 66 cliff-effects issues
Sort by recently updated
recently updated
newest added

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.

beginner friendly
tech-debt

An attempt, anyway. We'll see how it goes. See #866 for more details.

feature

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...

discussion needed
infrastructure

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

feature

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...

testing
tech-debt

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....

discussion needed
infrastructure

I could see how that could be used to identify a person, especially when the app is new.

bug
infrastructure

### 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...

bug

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...

discussion needed
infrastructure
tech-debt

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...

feature