feat: 팝업과 설정 화면에 테마 모드 추가#4
Merged
Merged
Conversation
d6e737a to
2432fca
Compare
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
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.
요약
팝업, 웰컴, 옵션 페이지에 공통 테마 모드를 추가했습니다.
이번 변경으로 사용자는 옵션 페이지에서
System,Light,Dark중 하나를 선택할 수 있고, 선택한 테마는 팝업과 웰컴 페이지에도 즉시 반영됩니다. 팝업에서는 설정 아이콘 오른쪽에 라이트/다크 전환 아이콘을 추가해 빠르게 테마를 바꿀 수 있도록 했습니다.주요 변경사항
themeMode설정 추가system,light,dark모드 지원systemSystem,Light,Dark선택 가능chrome.storage.onChanged기반으로 테마 변경 즉시 반영system모드에서 자동 반영검증
npm run lint통과npm run build통과확인하면 좋은 부분
System / Light / Dark선택 시 팝업, 웰컴, 옵션이 모두 같은 테마로 반영되는지