-
-
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
入力フォームでもリアクション選択時に使用するピッカーを使うようにしたい #12337
入力フォームでもリアクション選択時に使用するピッカーを使うようにしたい #12337
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #12337 +/- ##
===========================================
+ Coverage 78.42% 78.75% +0.33%
===========================================
Files 180 954 +774
Lines 23857 103809 +79952
Branches 495 8353 +7858
===========================================
+ Hits 18709 81752 +63043
- Misses 5148 22057 +16909 ☔ View full report in Codecov by Sentry. |
このPRによるapi.jsonの差分 差分はこちら |
@@ -124,6 +124,7 @@ import { deepClone } from '@/scripts/clone.js'; | |||
import MkRippleEffect from '@/components/MkRippleEffect.vue'; | |||
import { miLocalStorage } from '@/local-storage.js'; | |||
import { claimAchievement } from '@/scripts/achievements.js'; | |||
import { reactionPicker } from '@/scripts/reaction-picker.js'; |
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.
リアクションをするわけではないから別のものを作った方が良さそう
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.
ついでに絵文字ピッカーにリアクションデッキとして設定した絵文字が表示されるのも直すか |
👍🏻 👍🏻 |
* 入力フォームでもリアクション選択時に使用するピッカーを使うようにしたい * erase console.log * fix CHANGELOG.md * reaction-picker.ts を戻し、今回の対応を入れた emoji-picker.ts を新たに作成 * fix CHANGELOG.md * tweak --------- Co-authored-by: osamu <[email protected]> Co-authored-by: syuilo <[email protected]>
What
#12336 の対応です。
この対応により、投稿フォームの絵文字ピッカーがノートにリアクションをつける時のリアクションピッカーと同じものになります(詳細はissueにて)
Why
詳細は #12336 にて
Additional info (optional)
Checklist