]> cat aescling's git repositories - mastodon.git/commit
UI for uploading media attachments (and cancelling them)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 7 Sep 2016 16:17:15 +0000 (18:17 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 7 Sep 2016 16:21:57 +0000 (18:21 +0200)
commit499beb4484031703f029511787163e3a5bb6e47a
tree415f8990a756fb4c42c0dac3dc434ed68c69ed99
parent1efa8e48d1cbf26715a764a9f4acf1b848a9f740
UI for uploading media attachments (and cancelling them)
Mostly resolves #8, though attachments are still not displayed in public view
12 files changed:
app/assets/images/void.png [new file with mode: 0644]
app/assets/javascripts/components/actions/compose.jsx
app/assets/javascripts/components/components/button.jsx
app/assets/javascripts/components/components/compose_form.jsx
app/assets/javascripts/components/components/frontend.jsx
app/assets/javascripts/components/components/upload_button.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/upload_form.jsx [new file with mode: 0644]
app/assets/javascripts/components/containers/upload_form_container.jsx [new file with mode: 0644]
app/assets/javascripts/components/reducers/compose.jsx
app/assets/stylesheets/components.scss
app/services/post_status_service.rb
app/views/api/media/create.rabl