-
- Downloads
Adding a notification stack for error messages
Showing
- app/assets/javascripts/components/actions/compose.jsx 13 additions, 13 deletionsapp/assets/javascripts/components/actions/compose.jsx
- app/assets/javascripts/components/actions/follow.jsx 5 additions, 5 deletionsapp/assets/javascripts/components/actions/follow.jsx
- app/assets/javascripts/components/actions/interactions.jsx 8 additions, 8 deletionsapp/assets/javascripts/components/actions/interactions.jsx
- app/assets/javascripts/components/actions/meta.jsx 1 addition, 1 deletionapp/assets/javascripts/components/actions/meta.jsx
- app/assets/javascripts/components/actions/notifications.jsx 8 additions, 0 deletionsapp/assets/javascripts/components/actions/notifications.jsx
- app/assets/javascripts/components/actions/timelines.jsx 7 additions, 7 deletionsapp/assets/javascripts/components/actions/timelines.jsx
- app/assets/javascripts/components/components/frontend.jsx 8 additions, 5 deletionsapp/assets/javascripts/components/components/frontend.jsx
- app/assets/javascripts/components/containers/notifications_container.jsx 25 additions, 0 deletions...scripts/components/containers/notifications_container.jsx
- app/assets/javascripts/components/reducers/compose.jsx 1 addition, 1 deletionapp/assets/javascripts/components/reducers/compose.jsx
- app/assets/javascripts/components/reducers/follow.jsx 1 addition, 1 deletionapp/assets/javascripts/components/reducers/follow.jsx
- app/assets/javascripts/components/reducers/index.jsx 3 additions, 1 deletionapp/assets/javascripts/components/reducers/index.jsx
- app/assets/javascripts/components/reducers/meta.jsx 1 addition, 1 deletionapp/assets/javascripts/components/reducers/meta.jsx
- app/assets/javascripts/components/reducers/notifications.jsx 27 additions, 0 deletionsapp/assets/javascripts/components/reducers/notifications.jsx
- app/assets/javascripts/components/reducers/timelines.jsx 1 addition, 1 deletionapp/assets/javascripts/components/reducers/timelines.jsx
- app/controllers/api/follows_controller.rb 4 additions, 0 deletionsapp/controllers/api/follows_controller.rb
- app/services/remove_status_service.rb 1 addition, 1 deletionapp/services/remove_status_service.rb
- package.json 1 addition, 0 deletionspackage.json
... | ... | @@ -19,6 +19,7 @@ |
"moment": "^2.14.1", | ||
"react-addons-pure-render-mixin": "^15.3.1", | ||
"react-immutable-proptypes": "^2.1.0", | ||
"react-notification": "^6.1.1", | ||
"react-redux": "^4.4.5", | ||
"react-router": "^2.8.0", | ||
"redux": "^3.5.2", | ||
... | ... |
Please register or sign in to comment