Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance: プロキシアカウントであることを表示するように #14855

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

kakkokari-gtyih
Copy link
Contributor

What

  • UserLiteにisProxyを追加
  • ユーザーページにプロキシアカウントであることを示すアイコンを追加

Why

Fix #14854

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR packages/misskey-js packages/backend:test labels Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.22%. Comparing base (b107371) to head (23926cb).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #14855      +/-   ##
===========================================
+ Coverage    39.51%   41.22%   +1.71%     
===========================================
  Files         1557     1561       +4     
  Lines       196659   202433    +5774     
  Branches      3609     2648     -961     
===========================================
+ Hits         77709    83456    +5747     
- Misses      118346   118407      +61     
+ Partials       604      570      -34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -77165,6 +77165,9 @@
           "isCat": {
             "type": "boolean"
           },
+          "isProxy": {
+            "type": "boolean"
+          },
           "requireSigninToViewContents": {
             "type": "boolean"
           },

Get diff files from Workflow Page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend:test packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR packages/misskey-js
Projects
None yet
1 participant