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

コピーしたときのモーダルに説明をつけた #4384

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

nokhnaton
Copy link
Contributor

fix: #4372

Copy link

Copy link
Contributor

@Pugma Pugma left a comment

Choose a reason for hiding this comment

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

全体的にわかりやすくて良さそうです!
一点だけ確認をお願いします 🙇

}

const copyEmbedded = async () => {
const link = `<iframe src="${embeddingOrigin}/widget/?type=message&id=${messageId.value}" scrolling="no" frameborder="no" width="600"></iframe>`
await copyText(link)
await copyText(link, '埋め込み')
Copy link
Contributor

Choose a reason for hiding this comment

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

「埋め込み」をコピーだとちょっと日本語に違和感を覚えてしまったので、こんな感じにしてみてもいいと思います
ただ、ちょっと長いのでお任せします

Suggested change
await copyText(link, '埋め込み')
await copyText(link, 'メッセージ埋め込みテキスト')

Copy link
Contributor Author

Choose a reason for hiding this comment

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

あんまり長くしてもスマホで場所を取る&長くしたところで何がコピーされたかは伝わらなさそう(いい文言が思いつかない)なのでこのままでいいのかなと思います。
日本語的におかしいっていうのはたしかにそうで、めちゃくちゃいい指摘だと思います。:pro:
ただ今回はコピーされるものを端的に表す単語がないという状況なので、正確性よりかは短さを優先しちゃおうかと思います。

Copy link
Contributor

Choose a reason for hiding this comment

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

:haakusimasita: :yosasou: :desu:

@nokhnaton nokhnaton merged commit ddbed0b into master Oct 24, 2024
10 checks passed
@nokhnaton nokhnaton deleted the feat/add_copy_description branch October 24, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

メッセージの3点リーダーからコピーしたとき、どれをコピーしたかわかりづらい
2 participants