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

入力欄のあるモーダルが表示されたときに自動でフォーカスするように #4139

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

mehm8128
Copy link
Contributor

@mehm8128 mehm8128 commented Nov 3, 2023

close #939
他につけたいところあるとかもあれば教えてほしいです

つけたところ

  • チャンネル作成モーダル
  • チャンネル管理モーダル
  • クリップフォルダ作成モーダル
  • グループ作成モーダル
  • グループオーナー・メンバー追加モーダル
  • チャンネル・ユーザーフィルター
  • トピック編集
  • メッセージ編集
  • グループ情報編集

@mehm8128 mehm8128 self-assigned this Nov 3, 2023
Copy link

github-actions bot commented Nov 3, 2023

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

Copy link
Member

@ras0q ras0q left a comment

Choose a reason for hiding this comment

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

チャンネル管理モーダル以外は確認しました
つけ忘れがあったら別PRで修正すればいいのでとりあえずこのPRはよさそうです!

@mehm8128
Copy link
Contributor Author

一応、チャンネル管理モーダルはここをtype: channel-manageid: props.channelIdにしたら子チャンネルを作成から表示できると思います

type: 'channel-create',
parentChannelId: props.channelId

@mehm8128 mehm8128 merged commit 4cee220 into master Nov 14, 2023
11 checks passed
@mehm8128 mehm8128 deleted the feat/focus_on_field_on_mount branch November 14, 2023 04:07
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.

モーダルが表示されたときに入力欄にフォーカスしてほしい
2 participants