]> cat aescling's git repositories - mastodon.git/commit
Add account media gallery view to web UI (#3120)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 19 May 2017 23:28:25 +0000 (01:28 +0200)
committerGitHub <noreply@github.com>
Fri, 19 May 2017 23:28:25 +0000 (01:28 +0200)
commitde475cf8d32744330f8029f13c539237a6567029
treeeaad397dac2ea78230500fd3a7e150021b960d57
parentb369fc2de4ab0242775a56fb6208d9dbf2109d91
Add account media gallery view to web UI (#3120)

* Add account media gallery view to web UI

* Link media view from account dropdown

* Adjust link
14 files changed:
app/javascript/mastodon/actions/accounts.js
app/javascript/mastodon/components/dropdown_menu.js
app/javascript/mastodon/containers/mastodon.js
app/javascript/mastodon/features/account/components/action_bar.js
app/javascript/mastodon/features/account_gallery/components/media_item.js [new file with mode: 0644]
app/javascript/mastodon/features/account_gallery/index.js [new file with mode: 0644]
app/javascript/mastodon/features/blocks/index.js
app/javascript/mastodon/features/favourites/index.js
app/javascript/mastodon/features/mutes/index.js
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/reducers/statuses.js
app/javascript/mastodon/reducers/timelines.js
app/javascript/mastodon/selectors/index.js
app/javascript/styles/components.scss