-
Notifications
You must be signed in to change notification settings - Fork 3
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
[ core/list ] 古いリストカラー設定に対応しました #2188
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…/vk-blocks-pro into fix/list-color-legacy
mtdkei
requested review from
mthaichi,
kurudrive,
sysbird,
goutetsuguma and
drill-lancer
August 26, 2024 03:56
sysbird
changed the title
【確認待ち】[ core/list ] 古いリストカラー設定に対応しました
【確認中】[ core/list ] 古いリストカラー設定に対応しました
Aug 26, 2024
sysbird
approved these changes
Aug 26, 2024
@mtdkei 報告されている現象はキャッシュ系プラグインで発生しているように見えます @kurudrive さんか開発メンバーの確認お願いできますでしょうか |
sysbird
changed the title
【確認中】[ core/list ] 古いリストカラー設定に対応しました
【2人め確認待ち】[ core/list ] 古いリストカラー設定に対応しました
Aug 26, 2024
kurudrive
changed the title
【2人め確認待ち】[ core/list ] 古いリストカラー設定に対応しました
【2人め確認中】[ core/list ] 古いリストカラー設定に対応しました
Aug 26, 2024
kurudrive
approved these changes
Aug 26, 2024
kurudrive
changed the title
【2人め確認中】[ core/list ] 古いリストカラー設定に対応しました
[ core/list ] 古いリストカラー設定に対応しました
Aug 26, 2024
@mtdkei ありがとうございました! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK)
https://www.vektor-inc.co.jp/service/wordpress-plugins/vk-blocks/vk-blocks-functions/coreblock-style-add/#vk-htags-1fb69c00-9c9e-46c6-88e7-853bfe55b0e3
のように昔の設定のままのリストで、アイコンカラーだけでなく
<li>
全体にカラーが適用されてしまっている。どういう変更をしたか?
以前の古いリスト設定に対応するため、ul および ol タグのスタイルに修正を加えました。
スクリーンショットまたは動画
変更前 Before
変更後 After
実装者の確認事項
実装者はレビュワーに回す前に以下の事を確認してチェックをつけてください。
プログラムの変更の場合
テストを書かないのは普通ではありません。書けるテストは極力書くようにしてください。
→CSS部分のみ修正したのでスキップ
変更内容について何を確認したか、どういう方法で確認をしたかなど
fix/list-color-legacy
に切り替えnpm run build
。また、以下を確認しました。
レビュワーに回す前の確認事項
レビュワー確認方法・確認内容など
実装者と同じ確認を行ってください。
レビュワー向け
レビュワーが確認して変更が反映されていない場合の確認事項
レビューしてみて意図した動作をしない場合は再度ビルドするなど以下の項目を確認してください。