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

React Version #73

Merged
merged 25 commits into from
Mar 19, 2024
Merged

React Version #73

merged 25 commits into from
Mar 19, 2024

Conversation

c9u11
Copy link
Owner

@c9u11 c9u11 commented Mar 15, 2024

  • React 변환
  • 한영 변경 기능 추가

c9u11 added 25 commits August 9, 2023 10:02
- 복구
- 기존 electron ts에서 배열로 관리하는 단축키를 문자열로 변경하여 관리
- React로 변환
- setting 중이 아니어도 Conditions를 노출하도록 변경
- 로고를 활용한 Activator 디자인
- Home 화면 구성 변경
- close, setting 아이콘 추가
- IconButton Component 개발
- Home, Setting에 Topbar 적용
- Activator ON인 경우 좀 더 밝게 설정
- 설정 페이지의 레이아웃 일부 수정
- Layout 일부 수정
- Setting 페이지에 Options 추가
- 단축키 입력시 입력 소스 변경 설정 추가
- file 기준으로 가져오기 때문에 hashRouter로 설정해야함
- 절대경로로 요청하면 잘못된 위치로 접근하기 때문에 PUBLIC_URL 사용
- Ipc 대문자로 요청하는 부분 수정
- dist 폴더를 추가하지않도록 git ignore 수정
- 창 크기 조절
- 앱 종료 안되는 버그 수정
- 창 크기 조절 불가능 하도록 변경
- 개발자 도구가 자동으로 열리지않도록 수정
- 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하여 변경되지않았던 파일
@c9u11 c9u11 merged commit 4d92dd2 into main Mar 19, 2024
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.

1 participant