-
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
相談部屋個別ページを開いたら、最新のコメントの位置までスクロールする #4592
相談部屋個別ページを開いたら、最新のコメントの位置までスクロールする #4592
Conversation
@NorifumiOgawa さん |
@clio209 さん、レビュー遅くなってすみません!🙏 コードの修正内容を確認し、ブランチをローカルに落として動作確認してみました。
このPRの元のIssueにも特に管理者のみとか記述されていないようでしたが、例えば「hatsuno」さんが左メニューの相談タブをクリックしても最新コメントまでスクロールしなかったので、その点だけあれ?と思ったので教えて下さい。 |
70e9025
to
d1489d1
Compare
@NorifumiOgawa さん |
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.
修正内容を確認しました。LGTMです😊
@NorifumiOgawa さん |
@@ -2,6 +2,6 @@ | |||
|
|||
module TalksHelper | |||
def unreplied_index_path(talk) | |||
admin_login? ? talks_unreplied_index_path : talk_path(talk) | |||
admin_login? ? talks_unreplied_index_path : talk_path(talk, anchor: 'latest-comment') |
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.
これってコメントが一件も無い場合でもlatest-comment
ってanchorはありますか?
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.
@komagata そのanchorはない状態になっています。。
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.
@clio209 コメントが一件もない状態でも大丈夫な感じにしたいですね〜。
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.
@komagata コメントが一件もない場合もanchorがあるようにしたのですが、意図とあってますでしょうか・・??
3e8af89
to
557d9ee
Compare
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 #4437
概要
相談部屋個別ページを開いたら、最新のコメントの位置までスクロールするようにしました。
変更前
ユーザーの個別相談ページに行くと、ページの一番上が表示されます。
変更後
ユーザーの個別相談ページに行くと、ページの最新のコメントの位置にスクロールします。
ローカル環境での確認方法
feature/add_scroll_down_to_latest_comment_when_open_user_talks_page
をローカルに取り込みます。