]> cat aescling's git repositories - mastodon.git/commit
[Glitch] Change report modal to include category selection in web UI
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 23 Feb 2022 19:03:46 +0000 (20:03 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Wed, 23 Feb 2022 19:25:55 +0000 (20:25 +0100)
commit470c0a80025f5d52bd66c16d1bfbccb1bfcaf6b0
treef3ec37ffc7df005609aa0301013f33bf17e001f3
parent9dd62c95c5f1ba8bb32eb94b7ff07a66f3cd48b5
[Glitch] Change report modal to include category selection in web UI

Port a9a43de6d1502a6cbb388a5dbcd0e8532c236e64 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
17 files changed:
app/javascript/flavours/glitch/actions/reports.js
app/javascript/flavours/glitch/actions/rules.js [new file with mode: 0644]
app/javascript/flavours/glitch/components/check.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/report/category.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/report/comment.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/report/components/option.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/report/components/status_check_box.js
app/javascript/flavours/glitch/features/report/containers/status_check_box_container.js
app/javascript/flavours/glitch/features/report/rules.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/report/statuses.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/report/thanks.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/ui/components/report_modal.js
app/javascript/flavours/glitch/reducers/index.js
app/javascript/flavours/glitch/reducers/rules.js [new file with mode: 0644]
app/javascript/flavours/glitch/styles/components/index.scss
app/javascript/flavours/glitch/styles/components/modal.scss
app/javascript/flavours/glitch/styles/components/status.scss