-
Local storage shouldn't be used directly (could probably just `get(localStorage, 'token')` with lodash). Are there any other issues? Is there an eslint plugin to catch these issues before pushing them…
-
Steps to reproduce:
1. navigate to instructor center
2. click on the current link (in the root, it will be `Dashboard`)
Expected outcome:
Nothing to happen. The nav could possibly close and a ha…
-
The `List` component is currently implemented in the Instructor Center:
https://github.com/eggheadio/egghead-instructor-center/blob/master/src/components/List/index.js
All it does is accept a list…
-
# Changes
The `LessonActions` component needs a few style tweaks:
- Each possible lesson action needs a custom icon; here is what is being used so far:
https://github.com/eggheadio/egghead-instru…
-
The `List` component is currently implemented in the Instructor Center:
https://github.com/eggheadio/egghead-instructor-center/blob/master/src/components/List/index.js
All it does is accept a list…
-
`tachyons-egghead` has been updated to a smaller subset of colors. We need to upgrade `egghead-ui` to latest `tachyons-egghead` and replace any deprecated colors. It would also be nice to display thes…
-
We are using the gray color for icons and need it added so it won't be sad about the proptype with regards to color. We might consider adding all of our core colors or perhaps not enforcing it at all?…
-
Clean up https://github.com/eggheadio/egghead-instructor-center/pull/171. Add "In Review" tab to lesson lists by state which shows lessons with state of `submitted` and `updated`. Add description to t…
-
It would be nice to have the color palette rendered in the styleguide portion of egghead-ui so that if you go to http://styleguide.egghead.io you see it, with the names available to use.
Mocks:
ht…
-
Would be nice to have a `Maybe` component to conditionally render content or null depending on if a condition is met, to replace the need for so many null ternaries.
Could be something like:
```…