refactor(frontend): フロントエンドのfluent-emojisをemoji-assetsから取ってくるように#17662
Merged
syuilo merged 1 commit intoJul 8, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #17662 +/- ##
===========================================
- Coverage 24.89% 15.00% -9.90%
===========================================
Files 1162 248 -914
Lines 39744 12402 -27342
Branches 11088 4224 -6864
===========================================
- Hits 9896 1861 -8035
+ Misses 23897 8239 -15658
+ Partials 5951 2302 -3649 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
📦 Frontend Bundle ReportChunk size diff (17 updated, 0 added, 0 removed)
Startup chunk size (3 updated, 0 added, 0 removed)
Startup chunks are the Vite entry for Bundle Stats
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Member
|
/preview |
1 similar comment
Member
|
/preview |
Member
|
高解像度なディスプレイで見た時に周りと比べて若干鮮明じゃないのは気になるかも |
Member
Author
自分のディスプレイがそこまで高解像度じゃないのでそこまで気にならなかった+UIアイコンでそこまできれいに表示させる必要はない可能性がある(読み込みの速さを優先すべきかもしれない) |
Member
|
ほむん |
Member
|
👍🏻 |
kakkokari-gtyih
deleted the
fix-use-emoji-assets-instead-of-copying-manually
branch
July 8, 2026 11:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
@misskey-dev/emoji-assetsにあるものを使用するように※クッキークリッカーのクッキーは、64x64だと小さいので対象外
Why
@misskey-dev/emoji-assetsは画像サイズが縮小済みのため、転送データを削減できるAdditional info (optional)
Checklist