-
Notifications
You must be signed in to change notification settings - Fork 0
feat:arm64 package add #30
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
Open
ummsehun
wants to merge
10
commits into
main
Choose a base branch
from
feature/windows
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e5f8e6c
feat:arm64 package add
ummsehun 4c7bde7
feat:windows trafic BTN header delete
ummsehun cf3cd30
feat:windows trafic BTN stepup window header delete
ummsehun 5491eb3
feat:eidtor layout trafic BTN hide
ummsehun 128d8be
feat:windows commit
ummsehun 8812191
feat:report add
ummsehun b19f8ab
feat:windows header DnD array fix
ummsehun bbc2842
feat:windows 최적화 문서 추가
ummsehun 4116bcf
feat:cross-platform-performance document add
ummsehun 02e9e08
feat:wizard animation 최적화 및 각 OS 별 wizard animation 차이점 구성
ummsehun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| [mcp_servers.code-review-graph] | ||
| command = "/Users/user/.pyenv/versions/3.12.13/bin/python3.12" | ||
| args = ["-m", "code_review_graph", "serve", "--repo", "/Users/user/Luie", "--auto-watch"] | ||
| cwd = "/Users/user/Luie" | ||
| enabled = true | ||
| startup_timeout_sec = 30 |
Large diffs are not rendered by default.
Oops, something went wrong.
479 changes: 479 additions & 0 deletions
479
docs/quality/cross-platform-performance-research-2026-09-09.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| { | ||
| "channels": [ | ||
| { "channelKey": "WINDOW_MINIMIZE", "reason": "네이티브 창 최소화 버튼용으로 정의만 유지" }, | ||
| { "channelKey": "WINDOW_UNMAXIMIZE", "reason": "네이티브 창 최대화 해제용으로 정의만 유지" }, | ||
| { "channelKey": "WINDOW_TOGGLE_DEV_TOOLS", "reason": "개발용 채널 — 로컬 디버깅에서만 수동 사용" } | ||
| { | ||
| "channelKey": "WINDOW_TOGGLE_DEV_TOOLS", | ||
| "reason": "개발용 채널 — 로컬 디버깅에서만 수동 사용" | ||
| } | ||
| ] | ||
| } |
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
Oops, something went wrong.
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.
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.
🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
WINDOW_MAXIMIZED_CHANGED의 main emit 정보를 기록하세요.src/main/manager/window/windowManager.tsLine 84는 이 채널을win.webContents.send()로 전송합니다. 그러나 이 항목은main_emit: []와main_emit: 0을 기록합니다. 계약 맵 생성 로직 또는 생성 입력을 수정한 후 맵을 다시 생성하세요.🤖 Prompt for AI Agents