-
Notifications
You must be signed in to change notification settings - Fork 0
[#602] 앱이 독에 내려갔을 때 Todo Fetch 요청이 되는 현상을 해결한다 #657
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
Merged
opficdev
merged 12 commits into
develop
from
refactor/#602-anonymous-background-widget-fetch
Jun 30, 2026
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
d2fa57e
chore: 커밋 메시지 지침 보강
opficdev e9463ed
feat: 앱이 백그라운드로 넘어갈 시 날짜 변경에 대한 싱크 구현
opficdev 4ba0432
fix: Todo 변경 시 위젯 동기화 요청을 백그라운드로 지연
opficdev 9e98af2
fix: 설정된 위젯 기준으로 동기화 fetch 범위 제한
opficdev f472de2
refactor: 위젯 동기화 요청 상태 제거
opficdev 0142089
refactor: 위젯 설정 조회 기반 동기화 분기 제거
opficdev cb04c90
docs: 불필요 이미지 제거
opficdev c0a8f3f
refactor: 위젯 스냅샷 갱신 흐름 정리
opficdev 7af866d
refactor: 파라미터명 수정
opficdev cbf91a7
refactor: Today 위젯 스냅샷 저장 항목 최대 3개 제한
opficdev 07dfb78
refactor: Today 위젯 스냅샷 항목 구조 정리
opficdev 176eeae
fix: 위젯 스냅샷 원본 갱신 누락 수정
opficdev 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
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
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
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 |
|---|---|---|
|
|
@@ -7,4 +7,5 @@ | |
|
|
||
| public enum WidgetSyncEvent: Equatable { | ||
| case syncRequested | ||
| case refreshRequested | ||
| } | ||
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.
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.
Uh oh!
There was an error while loading. Please reload this page.