]> cat aescling's git repositories - mastodon.git/commit
Add list of muted user to UI and Getting Started (#1799)
authorPatrick Figel <patrick@figel.email>
Fri, 14 Apr 2017 23:23:49 +0000 (01:23 +0200)
committerEugen <eugen@zeonfederated.com>
Fri, 14 Apr 2017 23:23:49 +0000 (01:23 +0200)
commitfe8dd58bc1548b59741d30d9b3ce46f08b6afcd8
tree6d13acd0406224a181f585bb14a7e3edaf96fa2b
parent92cd207c5083e60074e0ce123bb5b848a58e7417
Add list of muted user to UI and Getting Started (#1799)

Add the same UI that already exists for blocked users for muted
ones and add it to the "Getting Started" menu.
app/assets/javascripts/components/actions/mutes.jsx [new file with mode: 0644]
app/assets/javascripts/components/components/account.jsx
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/features/getting_started/index.jsx
app/assets/javascripts/components/features/mutes/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/locales/en.jsx
app/assets/javascripts/components/reducers/accounts.jsx
app/assets/javascripts/components/reducers/user_lists.jsx