This differential creates a place for drafts in redux, and makes actions to handle them visible for reducers.
Details
- Reviewers
tomek atul ashoat - Commits
- rCOMM22edb962ced2: Bring drafts and related actions to redux
Make sure eslint and flow do not point errors.
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Although maybe we want to add this on web? It didn't exist there before, but now that we have redux-persist on web maybe it is a good idea...
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?