]> cat aescling's git repositories - mastodon.git/commit
Adding React.js, Redux, revamping dashboard
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 24 Aug 2016 15:56:44 +0000 (17:56 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 24 Aug 2016 15:56:44 +0000 (17:56 +0200)
commit49520d6e627e49a1f9f1b8cfa9b323450307fcc6
tree49b3f093b1791bfa9434a4507d45944342d2dc43
parent68c93f8b859617fb6bb2dc5cf6c5f9a6362bf6a8
Adding React.js, Redux, revamping dashboard
34 files changed:
.gitignore
Gemfile
Gemfile.lock
app/assets/javascripts/application.js
app/assets/javascripts/channels/timeline.js [deleted file]
app/assets/javascripts/components.js [new file with mode: 0644]
app/assets/javascripts/components/.gitkeep [new file with mode: 0644]
app/assets/javascripts/components/actions/statuses.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/column.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/column_header.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/columns_area.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/frontend.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/nav_bar.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/status.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/status_list.jsx [new file with mode: 0644]
app/assets/javascripts/components/containers/root.jsx [new file with mode: 0644]
app/assets/javascripts/components/containers/status_list_container.jsx [new file with mode: 0644]
app/assets/javascripts/components/reducers/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/reducers/statuses.jsx [new file with mode: 0644]
app/assets/javascripts/components/store/configureStore.jsx [new file with mode: 0644]
app/assets/stylesheets/application.scss
app/controllers/application_controller.rb
app/controllers/home_controller.rb
app/controllers/settings_controller.rb
app/controllers/statuses_controller.rb
app/models/feed.rb
app/services/fan_out_on_write_service.rb
app/views/home/index.html.haml
app/views/layouts/application.html.haml
app/views/layouts/dashboard.html.haml [deleted file]
config/application.rb
config/environments/development.rb
config/environments/production.rb
package.json [new file with mode: 0644]