-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/yamaha/320 improvement help page #328
base: develop
Are you sure you want to change the base?
Conversation
"リーチしたらこのボタンを押してください!<br>みんなのリーチ数がスクリーン上に表示されます!", | ||
page5_title: "設定ボタン", | ||
page5_txt: "このボタンを押すと番号の表示順や言語を変更できます!", | ||
next: "次へ", |
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.
helpCarouselに同じようなのあるのでどっちかにしたいですね
page5_title: "Settings Button", | ||
page5_txt: | ||
"Press this button to change the number display order and language!", | ||
next: "Next", |
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.
ここも同様
@@ -7,6 +7,7 @@ interface IconFrameworkProps { | |||
text: string; | |||
outline?: boolean; | |||
inversion?: boolean; | |||
id?: string; |
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.
idってstringにしたのは意図ありますか?
intでも良いかも?introの仕様的にstringならこのままでokです
匙加減分かりませんが
@@ -31,3 +31,16 @@ | |||
.logo path:nth-child(2) { | |||
fill: var(--main-color); | |||
} | |||
|
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.
一応コメントつけますか。
// note introjsのcssをカスタムで指定できないためimportantを使う
対応Issue
概要
introjsを導入しました
実装詳細
intro.jsを入れてCSSをいい感じに上書きした
画面スクリーンショット等
テスト項目
備考