-
Notifications
You must be signed in to change notification settings - Fork 72
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
ダッシュボードにある最新のブックマークに削除の機能を追加した #5585
ダッシュボードにある最新のブックマークに削除の機能を追加した #5585
Conversation
0808f65
to
e8e8147
Compare
@AyakaTakashima |
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.
@choco0809
お待たせしました🙇♀️
動作、コード共に問題ないと思います!
approveさせていただきます🎉
@choco0809 レビューした時はcapybara専用(?)のメソッドがあるとは知らず、OKしてしまったのですが |
@AyakaTakashima |
@machida |
@choco0809 デザイン了解ですー🙋♂️ |
6f5453c
to
2993819
Compare
a0f47f5
to
6b60d1f
Compare
@choco0809 デザイン入れましたーコンフリクト解消のため、最新のmainからrebaseしたので、手元で git pull --rebase origin feature/add_current-bookmark_delete-button_to_the_dashboard しておいてくださいー |
@komagata レビューお願いします🙏 |
了解しました🙏 |
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.
conflictの修正をお願いします〜
2c76dba
to
72488a9
Compare
72488a9
to
b1443d7
Compare
@komagata |
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.
確認させて頂きました。OKです〜🙆♂️
issue
概要
ダッシュボードにある最新のブックマークに編集ボタンを追加し、編集ボタンがONの時のみ削除ボタンが表示されるよう変更。
変更確認方法
ブランチ
feature/add_current-bookmark_delete-button_to_the_dashboard
をローカルに取り込む。bin/rails sでローカル環境を立ち上げる
kimuraでログインする
特定の日報をブックマークする
編集ボタンにチェックする
※ 現在、削除ボタンが表示されるとレイアウトがずれてしまいますが、ここはデザインで対応して頂く予定です。
変更前
変更後
削除ボタンをクリックすると、該当の日報が削除される。