-
Notifications
You must be signed in to change notification settings - Fork 42
テーマ設定のUI改善 #4154
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
テーマ設定のUI改善 #4154
Conversation
Preview (prod) → https://4154-prod.traq-preview.trapti.tech/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4154 +/- ##
=======================================
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.
PRありがとうございます!
いくつかあるので、対応お願いします
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.
動きは大体よさそうです!
細かいところ書いたので確認してほしいです:pray:
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.
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.
あ、すみませんこれファイル名もディレクトリ名も、SettingsThemeEditModal
ですね(Modal
つける)
</modal-frame> | ||
</template> | ||
|
||
<script lang="ts"> |
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.
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.
#4154 (comment)
ここだけ直してほしいです:pray:
あとはよさそうです
src/components/UI/FormRadio.vue
Outdated
@@ -1,5 +1,5 @@ | |||
<template> | |||
<label :class="$style.label"> | |||
<label :class="$style.label" :aria-checked="isChecked"> |
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.
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/ThemeTab.vue
Outdated
display: flex; | ||
align-items: center; | ||
font-weight: bold; |
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/ThemeTab.vue
Outdated
.content { | ||
margin-left: 12px; | ||
margin-left: 0px; |
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.
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.
よさそうです、ありがとうございました!
#2203
設計図通りにテーマ設定のレイアウト・様式変更してみました。
変更前

変更後
