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: 連合モードにあわせてフロントエンドを変化させるように #15112

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

Conversation

kakkokari-gtyih
Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Dec 10, 2024

What

  • metaに連合モードを公開するように
  • 連合モードに応じてフロントエンドを対応させるように(詳細はコミットメッセージを参照のこと)

Why

Fix #15111

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 labels Dec 10, 2024
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

Attention: Patch coverage is 4.37956% with 131 lines in your changes missing coverage. Please review.

Project coverage is 41.64%. Comparing base (dac3b1f) to head (1af944c).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
packages/frontend/src/pages/about.vue 0.00% 30 Missing ⚠️
packages/frontend/src/components/MkWidgets.vue 0.00% 15 Missing ⚠️
packages/frontend/src/pages/search.note.vue 0.00% 12 Missing ⚠️
packages/frontend/src/ui/_common_/common.ts 0.00% 12 Missing ⚠️
...ckages/frontend/src/components/MkInstanceStats.vue 0.00% 11 Missing ⚠️
packages/frontend/src/scripts/please-login.ts 10.00% 9 Missing ⚠️
packages/frontend/src/widgets/index.ts 0.00% 8 Missing ⚠️
...ges/frontend/src/components/MkUserSelectDialog.vue 0.00% 7 Missing ⚠️
packages/frontend/src/pages/settings/privacy.vue 0.00% 5 Missing ⚠️
...s/frontend/src/components/MkSignupDialog.rules.vue 0.00% 4 Missing ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #15112      +/-   ##
===========================================
+ Coverage    38.91%   41.64%   +2.72%     
===========================================
  Files         1563     1567       +4     
  Lines       197745   203600    +5855     
  Branches      3330     3704     +374     
===========================================
+ Hits         76960    84784    +7824     
+ Misses      120174   118211    -1963     
+ Partials       611      605       -6     

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

Copy link
Contributor

github-actions bot commented Dec 10, 2024

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

差分はこちら
--- base
+++ head
@@ -82440,6 +82440,14 @@
           },
           "maxFileSize": {
             "type": "number"
+          },
+          "federation": {
+            "type": "string",
+            "enum": [
+              "all",
+              "specified",
+              "none"
+            ]
           }
         },
         "required": [
@@ -82493,7 +82501,8 @@
           "themeColor",
           "policies",
           "noteSearchableScope",
-          "maxFileSize"
+          "maxFileSize",
+          "federation"
         ]
       },
       "MetaDetailedOnly": {

Get diff files from Workflow Page

@kakkokari-gtyih kakkokari-gtyih marked this pull request as ready for review December 10, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR packages/misskey-js
Projects
Development

Successfully merging this pull request may close these issues.

連合モードがON以外の場合にフロントエンドを対応させる
1 participant