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

みつける>ハイライトのふぁぼすたー機能 #14977

Closed
wants to merge 3 commits into from

Conversation

fruitriin
Copy link
Contributor

ハイライト中のハイライトを青デカ文字や赤デカ文字でより強調する

@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR labels Nov 17, 2024
@fruitriin
Copy link
Contributor Author

宛先間違い

@fruitriin fruitriin closed this Nov 17, 2024
Copy link
Contributor

Thank you for sending us a great Pull Request! 👍
Please regenerate misskey-js type definitions! 🙏

example:

pnpm run build-misskey-js-with-types

Copy link
Contributor

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

差分はこちら
--- base
+++ head
@@ -579,6 +579,22 @@
                       "items": {
                         "type": "string"
                       }
+                    },
+                    "highlightRateFactor": {
+                      "type": "number",
+                      "optinal": false
+                    },
+                    "highlightMidPopularityThreshold": {
+                      "type": "number",
+                      "optinal": false
+                    },
+                    "highlightHighPopularityThreashold": {
+                      "type": "number",
+                      "optinal": false
+                    },
+                    "highlightExcludeEmojis": {
+                      "type": "string",
+                      "optinal": false
                     }
                   },
                   "required": [
@@ -693,7 +709,11 @@
                     "urlPreviewUserAgent",
                     "urlPreviewSummaryProxyUrl",
                     "federation",
-                    "federationHosts"
+                    "federationHosts",
+                    "highlightRateFactor",
+                    "highlightMidPopularityThreshold",
+                    "highlightHighPopularityThreashold",
+                    "highlightExcludeEmojis"
                   ]
                 }
               }
@@ -14398,6 +14418,18 @@
                     "items": {
                       "type": "string"
                     }
+                  },
+                  "highlightRateFactor": {
+                    "type": "number"
+                  },
+                  "highlightMidPopularityThreshold": {
+                    "type": "number"
+                  },
+                  "highlightHighPopularityThreashold": {
+                    "type": "number"
+                  },
+                  "highlightExcludeEmojis": {
+                    "type": "string"
                   }
                 }
               }

Get diff files from Workflow Page

Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 49.67320% with 77 lines in your changes missing coverage. Please review.

Project coverage is 37.62%. Comparing base (4d54101) to head (cacf477).
Report is 16 commits behind head on develop.

Files with missing lines Patch % Lines
packages/frontend/src/pages/admin/settings.vue 0.00% 41 Missing ⚠️
packages/backend/src/core/ReactionService.ts 10.00% 9 Missing ⚠️
...ges/backend/src/core/entities/MetaEntityService.ts 50.00% 7 Missing ⚠️
...kend/src/server/api/endpoints/admin/update-meta.ts 65.00% 7 Missing ⚠️
packages/frontend/src/components/MkNotes.vue 0.00% 6 Missing ⚠️
...ges/backend/src/server/api/endpoints/admin/meta.ts 81.81% 4 Missing ⚠️
packages/frontend/src/pages/explore.featured.vue 0.00% 2 Missing ⚠️
packages/backend/src/core/NoteCreateService.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #14977      +/-   ##
===========================================
- Coverage    41.73%   37.62%   -4.11%     
===========================================
  Files         1564     1561       -3     
  Lines       202871   197393    -5478     
  Branches      3670     2532    -1138     
===========================================
- Hits         84660    74269   -10391     
- Misses      117605   122547    +4942     
+ Partials       606      577      -29     

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant