김재현 kjh2064
  • Joined on 2026-06-25
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 03:01:59 +09:00
e1f1aec04f refactor(frontend): complete full transparent wrapper refactoring for primitives, fields, and subcomponents under /components
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:59:24 +09:00
7cb3be3d15 feat(frontend): implement QuantAgGrid transparent adapter wrapper for AG Grid with full API & event passthrough and 100% vendor decoupling
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:58:21 +09:00
506f1ed272 feat(frontend): complete wrapping ALL PrimeVue UI components into Quant transparent adapter wrappers (QuantButton, QuantNumber, QuantToggleSwitch, QuantProgressBar, QuantDialog, QuantBadge, QuantMessage, QuantTag, QuantTree, QuantBreadcrumb, QuantPopover, QuantDrawer, QuantSkeleton, QuantCard, QuantTimeline, QuantAvatar, QuantDivider, QuantRating, QuantSlider, QuantColorPicker)
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:55:26 +09:00
d1a61fcdcc feat(frontend): create QuantGridAdapter unified PrimeVue DataTable wrapper with built-in search, sorting, multi-selection, and CSV export
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:54:13 +09:00
e2b797c03d refactor(frontend): implement Full Transparent Wrapper Pattern with v-bind=\ and \ passthrough to expose 100% PrimeVue native capabilities without feature loss
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:52:23 +09:00
79026960b4 fix(frontend): enforce strict numeric-only input protection in NumberField.vue and QuantInput.vue (type=number)
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:49:42 +09:00
3df5f7b95f refactor(frontend): complete PrimeVue Timeline and Button adapter wrappers for AuditTimeline and AddressEditor
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:48:15 +09:00
af3b1c72aa refactor(frontend): finish PrimeVue adapters for DatePicker, StatusChip, TabPanel, DataGrid, MasterGrid
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:46:16 +09:00
aa8438e9bf refactor(frontend): complete wrapping all components with PrimeVue 4 adapters (AutoComplete, Checkbox, Radio, Textarea, Dialog, Splitter, Select, InputText) for total vendor decoupling
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:43:04 +09:00
64009419b3 refactor(arch): apply Adapter Pattern to wrap PrimeVue 4 components (InputText, Select, Dialog, InputNumber, DatePicker) isolating UI framework dependency
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:39:51 +09:00
9553df4f14 fix(css): add complete standalone Vanilla CSS definitions for modal overlays, flex positioning, and shadows
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:38:58 +09:00
3176e0ef7b style(css): enforce high-contrast typography and explicit text colors across dark and light backgrounds
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:38:21 +09:00
e6f28ef2b3 feat(ui): ensure all 35 components including BarcodeInput, AddressEditor, AISuggestedField, OrderLineEditor are explicitly rendered in ComponentShowcaseView
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:37:34 +09:00
9f3cdf5759 feat(ui): ensure 1:1 direct mapping of all 21 top-level Vue component files in components directory to ComponentShowcaseView
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:36:42 +09:00
4503d4fcb1 feat(ui): complete 100% full 41-component inventory into ComponentShowcaseView including CrudToolbar, AuditTimeline, LiveTelemetryFooter, GridHeaderToolbar, ReturnChip, TickerBadge
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:35:43 +09:00
933eff9d97 fix(showcase): correct QuantMasterGrid props binding (headers & items) and add null-safety checks to prevent TypeError
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:34:28 +09:00
73b77bcbe2 feat(ui): integrate 100% full 35-component inventory into ComponentShowcaseView including QuantMasterGrid, QuantTabPanel, QuantSplitter, and Modals
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:33:29 +09:00
0253322cde feat(ui): expand ComponentShowcaseView with AG Grid, QuantSearchHeaderBar, AutoComplete and 25 UI components
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:32:02 +09:00
699ef008eb fix(imports): add missing SelectInput.vue and DialogModal.vue primitive components to resolve Vite import error
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-26 02:31:01 +09:00
03a4cc3d8e feat(nav): bind ComponentShowcaseView link to main navigation bar in App.vue