-
Notifications
You must be signed in to change notification settings - Fork 71
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
Docs新規作成フォームのプラクティス選択をChoices.jsに置き換える #7508
Docs新規作成フォームのプラクティス選択をChoices.jsに置き換える #7508
Conversation
@machida |
@a-terumoto-gs 確認しました!!このデザインでOKですー👍 |
be0ab58
to
e1b862a
Compare
@kurumadaisuke |
@a-terumoto-gs |
@kurumadaisuke |
@ham-cap |
@a-terumoto-gs |
e1b862a
to
8305434
Compare
@ham-cap |
@ham-cap |
8305434
to
d8a1640
Compare
@a-terumoto-gs |
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.
@a-terumoto-gs
お疲れ様です!
ローカルでの動作確認とコードの確認をさせていただきました!
問題ないと思いますのでApproveさせていただきますー🙆♂️
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.
このIssueはとっても助かります~!
確認させていただきました。OKです~👌
Issue
概要
select2というjQueryライブラリで実装されていたDocs作成フォームのプラクティス選択部分のセレクトボックスを、
他ページでのプラクティス選択部分の実装に合わせ、Choices.jsというライブラリでの実装に変更しました。
関連issue
変更確認方法
feature/replace-practice-selection-in-creation-new-docs-form-with-choices-js
をローカルに取り込む+Doc作成
を押すデフォルトとして「関連プラクティスを指定しない」という文字列が「関連プラクティス」欄にグレーで表示されている
プルダウンをクリックして、一覧の中でhoverしたプラクティスの欄がグレーになり、右側に「選択」とグレーで表示される
Screenshot
変更前
デフォルトの「関連プラクティスを指定しない」という文字列が黒
hoverするとプラクティスの欄が濃い紫に
選択済みのプラクティスは濃いグレーに
変更後
デフォルトの「関連プラクティスを指定しない」という文字列がグレー
hoverするとプラクティスの欄がグレーに、かつ右側に「選択」と表示