-
Notifications
You must be signed in to change notification settings - Fork 304
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
Add: Storybookにテーマが適用されるように #2299
Add: Storybookにテーマが適用されるように #2299
Conversation
[update snapshots]
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.
良い感じに思いました!!!
ダークテーマ用VRT、ぜひほしいですねぇ!!
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!!!
フォントが設定されて見やすくなったのも嬉しみ!!
ちょこっと細かい部分こっちで変更させていただきます!
src/domain/theme/index.ts
Outdated
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.
lightを上にして、light/darkのexportを外させていただきます!
意図してexportしているのかわからないので、YAGNI原則に従って必要なときにexportするのが良いかなぁと。
(若干自信なし)
@@ -79,7 +80,7 @@ export const settingStore = createPartialStore<SettingStoreTypes>({ | |||
}); | |||
|
|||
mutations.SET_AVAILABLE_THEMES({ | |||
themes: await window.backend.getAvailableThemes(), | |||
themes, | |||
}); |
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.
StoreのSET_AVAILABLE_THEMES
残すのありだと思います!
ただここの関数はバックエンドの設定をフロント側に持ってくる部分なのですが、若干意図不明なコードになったかもですね!
ということで、カスタムテーマなどで動的に増やすことも見据えて残してあることをコメントで書いとこうと思います 🙏
あ、多分今のままマージするとmainのCIが落ちると思います(TextDialogのsnapshotが更新されてないのでテストが落ちる) |
@sevenc-nanashi おっとなるほどです! |
内容
Storybookにテーマが適用されるようにします。
関連 Issue
(なし)
スクリーンショット・動画など
その他
VRTにダークテーマも付けて良いかも