misskey
misskey copied to clipboard
enhance(backend): ページ、ギャラリー、Playのモデレーション強化
What
以下のことを行いました。
- 不適切な Page、ギャラリー、Play を管理者権限で削除できるように
- 不適切な Page、ギャラリー、Play を通報できるように
- Page、ギャラリー、Play ページの UI 修正
Why
Closes #10280 Closes #10565 Closes #13469
Additional info (optional)
Checklist
- [x] Read the contribution guide
- [x] Test working in a local environment
- [ ] (If needed) Add story of storybook
- [x] (If needed) Update CHANGELOG.md
- [ ] (If possible) Add tests
このPRによるapi.jsonの差分
差分はこちら
--- base
+++ head
@@ -38157,6 +38157,15 @@
}
}
},
+ "ACCESS_DENIED": {
+ "value": {
+ "error": {
+ "message": "Access denied.",
+ "code": "ACCESS_DENIED",
+ "id": "c86e09de-1c48-43ac-a435-1c7e42ed4496"
+ }
+ }
+ },
"INVALID_PARAM": {
"value": {
"error": {
Codecov Report
Attention: Patch coverage is 13.80597% with 231 lines in your changes missing coverage. Please review.
Project coverage is 41.71%. Comparing base (
b68b2ee) to head (687f42b). Report is 24 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #13523 +/- ##
===========================================
+ Coverage 38.88% 41.71% +2.82%
===========================================
Files 1545 1551 +6
Lines 190505 196888 +6383
Branches 3262 2721 -541
===========================================
+ Hits 74087 82129 +8042
+ Misses 115857 114197 -1660
- Partials 561 562 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
ページとPlayのデザインだいぶ変えちゃったので修正必要かも🙏
:eyes:
👍🏻