]> cat aescling's git repositories - mastodon.git/commit
[Glitch] Add explanation to mute dialog, refactor and clean up mute/block UI
authorThibG <thib@sitedethib.com>
Sun, 29 Sep 2019 19:46:05 +0000 (21:46 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 30 Sep 2019 13:58:29 +0000 (15:58 +0200)
commit88481c965334e28615b353253380255973f4aaa5
treea4792c8cd97d6c4503993ddb0eeed1fbac962831
parent332be562eab78975fdbf1e928cddbe7528d93468
[Glitch] Add explanation to mute dialog, refactor and clean up mute/block UI

Port 9027bfff0c25a6da1bcef7ce880e5d8211062d1d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
14 files changed:
app/javascript/flavours/glitch/actions/blocks.js
app/javascript/flavours/glitch/containers/status_container.js
app/javascript/flavours/glitch/features/account_timeline/containers/header_container.js
app/javascript/flavours/glitch/features/status/containers/detailed_status_container.js
app/javascript/flavours/glitch/features/status/index.js
app/javascript/flavours/glitch/features/ui/components/block_modal.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/ui/components/modal_root.js
app/javascript/flavours/glitch/features/ui/components/mute_modal.js
app/javascript/flavours/glitch/reducers/blocks.js [new file with mode: 0644]
app/javascript/flavours/glitch/reducers/index.js
app/javascript/flavours/glitch/reducers/mutes.js
app/javascript/flavours/glitch/styles/components/modal.scss
app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
app/javascript/flavours/glitch/util/async-components.js