-
Notifications
You must be signed in to change notification settings - Fork 40
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
設定画面プロフィールタブの改修 #4215
設定画面プロフィールタブの改修 #4215
Conversation
Preview (prod) → https://4215-prod.traq-preview.trapti.tech/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat/settings_stamp #4215 +/- ##
====================================================
Coverage 86.35% 86.35%
====================================================
Files 66 66
Lines 4719 4719
Branches 564 564
====================================================
Hits 4075 4075
Misses 638 638
Partials 6 6 ☔ View full report in Codecov by Sentry. |
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.
アイコンの変更だけ「プロフィールを更新」を押す前に反映されるのが不自然な気がしました
何回か変えて設定画面でプレビューしたい需要がありそう
それ以外の確認項目は良いと思います
僕もそう思ったのですが、モーダルの構造的にモーダルで加工したデータを「プロフィールを更新」を押したときの処理に渡すことができなくて、妥協してました |
ガチガチに共通化しててコールバック受け取れる状態じゃないですね、、、 |
src/views/Settings/ProfileTab.vue
Outdated
<form-selector v-model="state.homeChannel" :options="channelOptions" /> | ||
</section> | ||
<section :class="$style.section"> | ||
<h3 :class="$style.heading">X (旧:Twitter)</h3> |
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.
旧:Twitter ってあんまみない表記な気がします
普通に旧Twitter?
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.
なんも考えずにFigmaのデザインに合わせたのですが、確かにそうかもなのでFigma含めて直します
モーダルはhistoryでstate管理してるのをどうにかすればどうにかなりそうな気はするけど、どうすればいいかは分からないですね... |
関係あるか分からないけどCI見たらwarning出てました
|
prodだと反映されてて:thinking: |
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です
src/views/Settings/ProfileTab.vue
Outdated
</div> | ||
</section> | ||
<div :class="$style.section"> |
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じゃないのって意図的ですか?
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.
意図的じゃないので直しました
僕はdevでもスーパーリロードしたら反映されました |
CI通ったらマージします |
#2203
スタンプタブの改修で使ってるものを使ってるのでスタンプタブのPRから生やしてます
動作確認事項