Radial menu icon order (iPhone floating nav only): - Settings → 내비게이션 gains a '반원 메뉴 순서 편집' link (shown only when the radial style is selected) that opens a drag-to-reorder list of all 7 tabs. - Order is stored device-local via @AppStorage(SettingsKeys.radialTabOrder) (not CloudKit-synced); RadialMenu reads it through AppTab.radialOrder(from:), which always yields the full tab set and appends any missing/unknown value in default spec order — so partial or legacy strings can never drop a tab. - iPad/Mac sidebars and the watch target are untouched (they never read the key). History timetable date step: - The date header </> buttons now jump by a full week (7 days) when the timetable is in '일주일' view, and by 1 day otherwise (list / daily timetable). - The calendar popover and '오늘' still set the date directly, so those paths and record loading are unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013yKDMhuF39GVYy3FMcGHh7
Description
This is a repository where I have collected my study codes, project codes I have worked on so far, and setting files.
Languages
Swift
78.6%
Python
6.7%
C
6%
Java
4.4%
TypeScript
3%
Other
1.3%