-
Notifications
You must be signed in to change notification settings - Fork 1
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
検索ページ用ユーザー一覧を作成して置換 #166
検索ページ用ユーザー一覧を作成して置換 #166
Conversation
/improve |
Failed to generate code suggestions for PR |
PR Reviewer Guide 🔍
|
Failed to generate code suggestions for PR |
/improve |
Failed to generate code suggestions for PR |
/improve --extended |
Failed to generate code suggestions for PR |
/improve |
Failed to generate code suggestions for PR |
/improve |
PR Code Suggestions ✨
|
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.
ありがとうございます
いいと思うのでこのままマージしちゃってもいいですが、一点だけ確認をお願いします!
</script> | ||
|
||
<template> | ||
<div :class="$style.container"> |
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.
member-listの方はこういう表記になっていたんですが、ここでタグを変更した理由はありますか…?
<div :class="$style.container"> | |
<section :class="$style.container"> |
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.
基本的にsectionタグの中(の一番上)には見出しを置いた方がいいのですが、今回特に置く見出しがなかった(すぐ上にh1があったし)のでsectionじゃなくて単純にdivにしたって感じです
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.
:haakusimasita:
じゃあこれでマージしちゃって大丈夫です!
User description
検索結果で「チームメンバー」って文字があって、ContestTeamのコンポーネントを検索結果ページで使ってるのがよくなかったため、新しく別で作成
PR Type
Enhancement
Description
ContestTeam
からSearch
に変更しました。Changes walkthrough 📝
UserList.vue
検索ページ用のユーザー一覧コンポーネントを新規作成
src/components/Search/UserList.vue
UserListItem.vue
ユーザーリストアイテムコンポーネントを新規作成
src/components/Search/UserListItem.vue
SearchPage.vue
検索ページのメンバーリストコンポーネントを置換
src/pages/SearchPage.vue