-
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
React Version #73
Merged
React Version #73
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
Owner
c9u11
commented
Mar 15, 2024
- React 변환
- 한영 변경 기능 추가
- 기존 electron ts에서 배열로 관리하는 단축키를 문자열로 변경하여 관리 - React로 변환
- setting 중이 아니어도 Conditions를 노출하도록 변경
- 로고를 활용한 Activator 디자인 - Home 화면 구성 변경
- Layout 일부 수정 - Setting 페이지에 Options 추가 - 단축키 입력시 입력 소스 변경 설정 추가
- file 기준으로 가져오기 때문에 hashRouter로 설정해야함 - 절대경로로 요청하면 잘못된 위치로 접근하기 때문에 PUBLIC_URL 사용 - Ipc 대문자로 요청하는 부분 수정
- 창 크기 조절 - 앱 종료 안되는 버그 수정 - 창 크기 조절 불가능 하도록 변경 - 개발자 도구가 자동으로 열리지않도록 수정
- build 시 robotjs 호환이 되지않아 다른 라이브러리 사용 - icon URL 변경
- 페이지를 이탈할 때 eventListener 제거 - setChecked를 2번 이상 사용하지 않도록 변경
- tab size를 500x400으로 수정 - devtools가 나오지 않도록 변경 - '를 "로 통일
- git config core.ignorecase false 명령어 실행 - 대소문자 변경
- ' > " - 줄바꿈 및 띄어쓰기
- DEFAULT_SETTING 이벤트가 앱을 켤 때만 트리거가 되기 때문에 무의미하여 삭제 - settingWindow를 숨기고 보여주는 로직에서 삭제하고 생성하는 방향으로 수정 > 설정을 변경하고 열었을 때 useEffect가 실행되지않음 - isDev 값에 따라 resizable 값 변경 > 개발 편의성 증가 - 모든 set 이벤트에 payload가 없을 경우 무조건 현재 값을 돌려주도록 수정 > 설정화면을 처음 켰을 때 현재 상태를 불러오기 위함 - isChangeInputSourceSetter에서 중복 설정 버그 수정 - MainProcess와 통신하는 부분 리팩토링 > 로직 단순화
- compile 되기 전에 commit하여 변경되지않았던 파일
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.