make MkAbuseReport more friendly for smaller screen sizes
What does this PR do? (Please give us a brief description of what this PR does.) Currently, Sharkey inherits the design of Misskey's report element. On smaller screen sizes, it doesn't look great. This improves the current look by making the side section of the user being reported go on the top of the report and adds spacing between the resolve button and forward switch.
New:
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this pull request
Merge request reports
Activity
- Resolved by dakkar
- Resolved by dakkar
thank you! I like your design!
given that this component is pretty small, and you've essentially rewritten half of it, I feel it would be more future-friendly if instead we had our own
SkAbuseReport.vue
with your code in it… opinions?
- Resolved by Hazelnoot
There's a lint error:
/builds/blueb/Sharkey/packages/frontend/src/components/MkAbuseReport.vue 37:26 error Attribute "v-if" should go before "class" vue/attributes-order ✖ 1 problem (1 error, 0 warnings) 1 error and 0 warnings potentially fixable with the `--fix` option.
mentioned in commit bc8c6592
(Bit off-topic) MkAbuseReport and related backend things are currently being enhanced upstream. See https://github.com/misskey-dev/misskey/pull/14704