-
-
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
enhnace(frontend): 文字列比較のためのローマナイズを強化(設定の検索) #15632
enhnace(frontend): 文字列比較のためのローマナイズを強化(設定の検索) #15632
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15632 +/- ##
===========================================
+ Coverage 15.28% 15.34% +0.06%
===========================================
Files 784 785 +1
Lines 72025 72100 +75
Branches 1268 1279 +11
===========================================
+ Hits 11008 11066 +58
- Misses 60593 60610 +17
Partials 424 424 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
そんな場合ってあるかしら |
|
initIntlString って設定画面を開いたときに呼び出すのだとダメかしら |
今後絵文字検索とかに転用することを考えるとbootで呼び出したほうが良さそう(絵文字ピッカーはbootで呼ばれるので) |
….com/kakkokari-gtyih/misskey into enh-settings-search-normalize-string
bootで一律に呼び出すのではなく、設定画面や絵文字検索など必要になる場面(の直前)ごとに呼び出すようにした方が依存が明確になる & 当該機能を使わない場合に無駄な処理が行われなくなって効率的になり良さそう |
🙏🏻 🙏🏻 🙏🏻 |
* enhnace(frontend): 文字列比較のためのローマナイズを強化 * docs * fix * fix * fix * comment * wanakanaの初回ロードをコンポーネント内に移動 * comment * fix * add tests --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhnace(frontend): 文字列比較のためのローマナイズを強化 * docs * fix * fix * fix * comment * wanakanaの初回ロードをコンポーネント内に移動 * comment * fix * add tests --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
What
ローマナイズ強化
か
+゛
で見かけ上が
になっているもの)を結合をしたもの、およびMisskeyの言語設定が日本語の場合は
(ローマ字変換は外部ライブラリを使用するため日本語のみのlazy-loadingとした)
で文字列を比較できる関数を追加
その他
Why
#13189 (comment)
Additional info (optional)
Related to #6489, #11308, #13981
Checklist