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

feat(frontend,mfm): allow RGBA8888 for fg.color and bg.color #12496

Closed
wants to merge 7 commits into from
Closed

feat(frontend,mfm): allow RGBA8888 for fg.color and bg.color #12496

wants to merge 7 commits into from

Conversation

KisaragiEffective
Copy link
Collaborator

What

close #10683

Why

issueに記載のため省略

Additional info (optional)

5桁の入力を受け付けない正規表現になっていますが、現行の実装では白色として描画されるため事実上breaking changeにはならないと考えています。

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

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 20.17%. Comparing base (61eec93) to head (38f13f8).
Report is 85 commits behind head on develop.

Files Patch % Lines
...src/components/global/MkMisskeyFlavoredMarkdown.ts 0.00% 3 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@KisaragiEffective
Copy link
Collaborator Author

rebased onto latest master

@KisaragiEffective
Copy link
Collaborator Author

bump

@KisaragiEffective
Copy link
Collaborator Author

KisaragiEffective commented Jan 20, 2024

@syuilo @acid-chicken コンフリクトを解消したらマージできる状態にありますか?

@KisaragiEffective
Copy link
Collaborator Author

なんか謎にrebaseが走ったような気がしますがおそらくこれでマージできる状態になるはずです。

Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

おおむね問題なさそうだとおもいます

@KisaragiEffective
Copy link
Collaborator Author

(…🥲)

@KisaragiEffective KisaragiEffective deleted the feat/rgba-8888 branch March 2, 2024 07:08
# Conflicts:
#	packages/frontend/src/components/global/MkMisskeyFlavoredMarkdown.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/frontend Client side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$[fg ] and $[bg ] should allow color property in 8bpc RGBA, as well as 4bpc RGBA.
4 participants