-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(frontend,mfm): allow RGBA8888 for fg.color and bg.color #12496
feat(frontend,mfm): allow RGBA8888 for fg.color and bg.color #12496
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #12496 +/- ##
============================================
- Coverage 66.21% 20.17% -46.05%
============================================
Files 990 698 -292
Lines 117137 97638 -19499
Branches 4489 1014 -3475
============================================
- Hits 77568 19699 -57869
- Misses 39538 77419 +37881
- Partials 31 520 +489 ☔ View full report in Codecov by Sentry. |
packages/frontend/src/components/global/MkMisskeyFlavoredMarkdown.ts
Outdated
Show resolved
Hide resolved
packages/frontend/src/components/global/MkMisskeyFlavoredMarkdown.ts
Outdated
Show resolved
Hide resolved
rebased onto latest master |
bump |
@syuilo @acid-chicken コンフリクトを解消したらマージできる状態にありますか? |
apply diff from review
apply diff from review
なんか謎にrebaseが走ったような気がしますがおそらくこれでマージできる状態になるはずです。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
おおむね問題なさそうだとおもいます
(…🥲) |
# Conflicts: # packages/frontend/src/components/global/MkMisskeyFlavoredMarkdown.ts
What
close #10683
Why
issueに記載のため省略
Additional info (optional)
5桁の入力を受け付けない正規表現になっていますが、現行の実装では白色として描画されるため事実上breaking changeにはならないと考えています。
Checklist