김재현 kjh2064
  • Joined on 2026-06-25
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 22:19:06 +09:00
aa7a92a66b fix(fe): KsTextField - simplify Enter navigation, remove composable dependency
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 22:01:29 +09:00
9e2d2010ba feat(fe): Apply form field navigation to all input components
b12fc7411d feat(fe): Add form field navigation - Enter key moves to next field
Compare 2 commits »
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 21:45:33 +09:00
5213ea142b fix: KsDataGrid - replicate focusRow complete logic in Enter key handler
eb410c8076 fix: KsDataGrid - add retry logic to Enter key edit mode like focusRow
6dacf069c7 fix: KsDataGrid - simplify Enter key handler, rely on AG Grid tabToNextCell
16522855a6 fix: KsDataGrid - add retry logic for Enter key edit mode
43e239d5e4 fix: KsDataGrid - improve focusRow edit mode reliability with retry logic
Compare 9 commits »
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:56:15 +09:00
823312fd26 fix(fe): KsDataGrid - remove onCellFocused to allow Enter key navigation
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:52:28 +09:00
8d52001d35 fix(fe): KsDataGrid - use AG Grid native Enter-to-Tab behavior
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:51:05 +09:00
56a5eb9391 fix(fe): KsDataGrid - Enter key uses Tab navigation (suggestedNextCell)
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:50:03 +09:00
69cee5a159 feat(fe): KsDataGrid - Enter key acts like Tab (column-only navigation)
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:48:58 +09:00
d7551dd2a4 fix(fe): KsDataGrid - add missing redrawRows method
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:47:13 +09:00
844f1eae4a fix(fe): KsDataGrid - prevent duplicate edit mode on cell focus
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:44:00 +09:00
3a1340eabd feat(fe): KsDataGrid - auto-enter edit mode on cell focus
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:42:25 +09:00
f3ddd4d84b fix(fe): KsDataGrid + CommonCodeManagementPage - grid edit issues
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:29:41 +09:00
bd971cacdd fix(fe): CommonCodeManagementPage - input reset bug on new row edit
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 20:27:10 +09:00
bc1e4a656a chore(docs): update tech debt registry with viewport-fit + CLAUDE.md optimization
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-16 15:00:49 +09:00
1be7029f8f refactor(fe): viewport-fit zero-scroll layout for 11 pages (Part 2)
07ad98ec12 refactor(docs): Optimize CLAUDE.md structure (47KB→12KB) + expand AGENTS.md v16.0
266db96576 refactor(fe): SellDecisionPage - EditFormPage pattern
71f76787b1 fix(fe): RiskDashboard - add empty state handling and data validation
8ae6bf6429 refactor(fe): ApprovalQueue - EditFormPage pattern
Compare 126 commits »
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-15 12:28:07 +09:00
233510a292 feat: Phase 2 complete - 5 advanced field components
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-15 12:23:41 +09:00
7b0c1eef5a feat: Phase 2 component enhancement - KsDateField upgrade
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-15 12:16:54 +09:00
9cc6e4e048 feat: Enhance KsCheckbox to commercial grade
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-15 12:06:28 +09:00
8d5d89f5f1 feat: Enhance core UI components to commercial grade
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-15 11:58:57 +09:00
70852bf378 fix: Clean up KBX v60 references and simplify frontend pages
kjh2064 pushed to main at kjh2064/KArtSell.Aegis 2026-08-15 11:40:20 +09:00
4f34dc7dfb fix: TypeScript build errors and export missing function