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

Add: Storybookにテーマが適用されるように #2299

Merged
merged 11 commits into from
Oct 20, 2024

Conversation

sevenc-nanashi
Copy link
Member

@sevenc-nanashi sevenc-nanashi commented Oct 17, 2024

内容

Storybookにテーマが適用されるようにします。

関連 Issue

(なし)

スクリーンショット・動画など

image

その他

VRTにダークテーマも付けて良いかも

@sevenc-nanashi sevenc-nanashi requested a review from a team as a code owner October 17, 2024 09:36
@sevenc-nanashi sevenc-nanashi requested review from Hiroshiba and removed request for a team October 17, 2024 09:36
.storybook/preview.ts Outdated Show resolved Hide resolved
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

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

良い感じに思いました!!!
ダークテーマ用VRT、ぜひほしいですねぇ!!

.storybook/preview.ts Outdated Show resolved Hide resolved
.storybook/preview.ts Show resolved Hide resolved
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

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

LGTM!!!

フォントが設定されて見やすくなったのも嬉しみ!!

ちょこっと細かい部分こっちで変更させていただきます!

Copy link
Member

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,
});
Copy link
Member

Choose a reason for hiding this comment

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

StoreのSET_AVAILABLE_THEMES残すのありだと思います!
ただここの関数はバックエンドの設定をフロント側に持ってくる部分なのですが、若干意図不明なコードになったかもですね!

ということで、カスタムテーマなどで動的に増やすことも見据えて残してあることをコメントで書いとこうと思います 🙏

@sevenc-nanashi
Copy link
Member Author

あ、多分今のままマージするとmainのCIが落ちると思います(TextDialogのsnapshotが更新されてないのでテストが落ちる)

@Hiroshiba
Copy link
Member

@sevenc-nanashi おっとなるほどです!
じゃあこっちでちょっとmainブランチマージしてスナップショット更新します!

@Hiroshiba Hiroshiba merged commit b0d8c2e into VOICEVOX:main Oct 20, 2024
8 checks passed
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.

2 participants