-
-
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: 絵文字のポップアップメニューに編集を追加 #15004
feat: 絵文字のポップアップメニューに編集を追加 #15004
Conversation
lintのエラーが出てるので対応お願いしますー |
修正しました🙏 |
os.popupMenu(menuItems, ev.currentTarget ?? ev.target); | ||
} | ||
} | ||
|
||
const edit = async (name: string) => { | ||
const emoji = await misskeyApiGet('emoji', { |
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.
編集することを考えるとキャッシュされていない方が良いからgetだとアレですね
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.
勘違いでした
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.
修正しました
os.popupMenu(menuItems, ev.currentTarget ?? ev.target); | ||
} | ||
} | ||
|
||
const edit = async (name: string) => { |
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.
他と揃えてfunctionの方が良さそうです
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.
修正しました
👍🏻 |
* Mod: 絵文字のポップアップメニューに編集を追加 * fix: code styleの修正 * fix: code styleの修正 * fix
What
絵文字のポップアップメニューに編集を追加しました。
Why
ノート(DM含む)を起点にカテゴリやタグの変更をしたい
#14264
Additional info (optional)
Checklist