-
Notifications
You must be signed in to change notification settings - Fork 0
superseded: modulepreload contract consolidated in #669 #644
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
Closed
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
dc8d1d1
⚡ Bolt: 주요 JS 자산에 대한 modulepreload 추가로 초기 로드 성능 개선
seonghobae 165bc5d
⚡ Bolt: [performance improvement] 주요 JS 모듈에 대한 modulepreload 추가
seonghobae b547b95
ci: re-kick required checks to bypass flake 2
seonghobae 40839bc
⚡ Bolt: 성능 향상
seonghobae 5403c72
ci: retrigger opencode-review flake
seonghobae 56dbb95
ci: retrigger strix flake
seonghobae 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
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 |
|---|---|---|
|
|
@@ -107,3 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
| ## [1.0.1] - 2026-06-25 | ||
| ### 성능 개선 (Performance) | ||
| - 드래그 앤 드롭 동작 중 `dragover` 이벤트에서 발생하는 O(N) 작업 리스트 검색 성능 병목 문제를, O(1) 해시맵(Map) 기반의 캐싱 조회 로직으로 개선하여 큰 크기의 WBS 리스트에서의 버벅임 현상을 해결했습니다. | ||
|
|
||
| ## [Unreleased] | ||
| ### Added | ||
| - ⚡ Bolt: `index.html`에 주요 JS 모듈(`cloud-sync.js`, `analytics.js`)에 대한 `modulepreload` 링크를 추가하여 초기 로딩 성능(TTI) 개선 | ||
|
Comment on lines
+111
to
+113
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
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.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
기존
[Unreleased]섹션에 항목을 병합하세요.CHANGELOG.md에는 이미 Line 8에[Unreleased]섹션이 있습니다. Line 111에 같은 heading을 추가하면 markdownlintMD024경고가 발생하고 미출시 변경 사항이 두 곳으로 분리됩니다. Line 113의 항목을 기존### Added아래로 이동하고 하단 섹션은 제거하세요.🧰 Tools
🪛 markdownlint-cli2 (0.23.2)
[warning] 111-111: Multiple headings with the same content
(MD024, no-duplicate-heading)
🤖 Prompt for AI Agents
Source: Linters/SAST tools