Add download and retry saving to saving error alert.
I do not like how the alert component is hyper specialized for two distinct use cases. It would be much better to refactor the alerts so that the alerter can just fill the alert with whatever they want. But I do not feel comfortable making that refactor because I know ben and evelyn have gone back and forth about these alerts.
Showing
- src/components/alerts/alert.jsx 33 additions, 1 deletionsrc/components/alerts/alert.jsx
- src/components/alerts/alerts.jsx 2 additions, 0 deletionssrc/components/alerts/alerts.jsx
- src/containers/alert.jsx 31 additions, 15 deletionssrc/containers/alert.jsx
- src/lib/alerts/index.jsx 7 additions, 5 deletionssrc/lib/alerts/index.jsx
- src/lib/project-saver-hoc.jsx 3 additions, 4 deletionssrc/lib/project-saver-hoc.jsx
- src/reducers/alerts.js 2 additions, 0 deletionssrc/reducers/alerts.js
Loading
Please register or sign in to comment