carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 46 forks source link

Saving notification #352

Closed lithin closed 8 years ago

lithin commented 8 years ago

Addresses #305

Saving label appears on the "Edit variation" form whenever user starts typing and disappears when everything is saved.

nikgraf commented 8 years ago

Nice! 👏 @lithin can you fix this one linting error and move the styles to css modules?

/home/travis/build/carteb/carte-blanche/plugins/react/frontend/components/common/SavingLabel/index.js
  10:27  error  Unexpected block statement surrounding arrow body  arrow-body-style
mxstbr commented 8 years ago

Awesomeeee

lithin commented 8 years ago

It's hopefully okay now :) I got confused by the RandomButton styles...

mxstbr commented 8 years ago

Awesome thanks!