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

プロフィールページの実装 #48

Merged
merged 19 commits into from
Dec 30, 2022
Merged

プロフィールページの実装 #48

merged 19 commits into from
Dec 30, 2022

Conversation

mehm8128
Copy link
Contributor

@mehm8128 mehm8128 commented Nov 5, 2022

close #2
本名を公開するかどうかのフラグがサーバーから渡されてない気がするので要確認 追加してもらうことになった

@ras0q
Copy link
Member

ras0q commented Nov 6, 2022

まだ実装されてなかったんですが、本名の公開が許可されてない場合はRealNameが空になる予定ですね

Checkも必要であれば返してもいいと思います

@mehm8128
Copy link
Contributor Author

mehm8128 commented Nov 6, 2022

あ、:haakusimasita:
checkはなくても大丈夫そうですけど空文字かどうかで区別するのなんかややな気がするので返してほしい気がします(あとcheckって名前ちょっと分かりにくくないですか?)

@ras0q
Copy link
Member

ras0q commented Nov 6, 2022 via email

@mehm8128 mehm8128 marked this pull request as ready for review November 6, 2022 04:33
Copy link
Member

@tesso57 tesso57 left a comment

Choose a reason for hiding this comment

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

気になるところ書きました。 🙇

連携しているアカウントの色が変わってて感動しました。

src/pages/Users.vue Outdated Show resolved Hide resolved
Comment on lines +20 to +21
<p :class="$style.name">{{ user.name }}</p>
<p :class="$style.realName">{{ user.realName }}</p>
Copy link
Member

Choose a reason for hiding this comment

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

nameが 30字で画面の端に来てしまうので考えます。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

これどんな感じになってるかスクショもらえたりしますか?
折り返すようにしたので手元だと複数行になってくれるのですが🤔(複数行にするのではなくて別のデザインも検討してみる、という意味なのであれば:haakusimasita:)

src/components/Users/UserAccounts.vue Outdated Show resolved Hide resolved
src/components/Users/UserProfileEdit.vue Outdated Show resolved Hide resolved
src/router/index.ts Outdated Show resolved Hide resolved
@mehm8128 mehm8128 requested a review from tesso57 November 17, 2022 11:54
src/consts/services.ts Outdated Show resolved Hide resolved
src/components/Users/UserAccounts.vue Outdated Show resolved Hide resolved
src/consts/services.ts Outdated Show resolved Hide resolved
src/components/Users/UserAccounts.vue Outdated Show resolved Hide resolved
Copy link
Member

@tesso57 tesso57 left a comment

Choose a reason for hiding this comment

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

ぱっと見大丈夫そう 👍

.eslintrc.js Show resolved Hide resolved
src/pages/UserAccounts.vue Show resolved Hide resolved
Copy link
Member

@tesso57 tesso57 left a comment

Choose a reason for hiding this comment

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

LGTM

@mehm8128 mehm8128 merged commit 7b121bd into main Dec 30, 2022
@mehm8128 mehm8128 deleted the feat/profilePage branch December 30, 2022 09:53
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.

/user
4 participants