Commit Graph

28 Commits

Author SHA1 Message Date
Nam Doan 1716ef2cf4 feat: implement vt feedback component 2026-01-05 09:49:35 +07:00
Nam Doan c800f87ffe feat; implement brand 2025-12-30 09:47:20 +07:00
Nam Doan c3e00ee204 bugfix: style of card product card homepage 2025-12-29 11:25:46 +07:00
Nam Doan 4327676cb4 feat: create highlight category component and config with json file 2025-12-26 15:47:35 +07:00
Nam Doan af3246770a feat: hovering thumbnail will jump to 2nd image thumbnail 2025-12-26 10:25:11 +07:00
Nam Doan 15011607ae update: refactor construct json file to map with each router with component 2025-12-25 17:19:11 +07:00
Nam Doan 005b10484b update: style of show button icon product card 2025-12-24 13:43:08 +07:00
Nam Doan 6912f2605c feat: clone product card and create design UI to map with json file 2025-12-22 14:12:43 +07:00
Nam Doan a2e5b56eb8 refactor: combine 3bear cta section into dynamic cta section 2025-12-19 10:10:57 +07:00
Nam Doan 7afffb3f99 feat: create design for 3bear and drsquatch hero banner, create variants cta section 2025-12-17 11:12:32 +07:00
Nam Doan 9e0f6b0071 feat: add medusa starter design hero banner
feat: add hero banner for vibentec design
feat: add CTA banner vibentec design and create carousel image display
2025-12-16 14:46:36 +07:00
Nam Doan fbb13ae819 refactor: add some component in footer and implement function for component 2025-12-11 12:59:00 +07:00
Nam Doan fe881d5aed refactor: remove singular component and replace with wrapper component 2025-12-10 14:09:46 +07:00
Nam Doan baaa0e9c62 refactor: update 3bear design json file 2025-12-08 16:36:51 +07:00
Nam Doan dbe12845b0 refactor: update config json file 2025-12-08 11:40:28 +07:00
Nam Doan d8e78b71e4 refactor: cart button with icon 2025-12-08 11:29:41 +07:00
Nam Doan 043cc4d11a update: create design footer for 3bear page 2025-12-03 22:43:34 +07:00
Nam Doan 1e99ead658 feat: add footer drSquatch page 2025-12-03 22:10:28 +07:00
Nam Doan efe48a200f feat: create footer vibentec design and common component text 2025-12-02 10:59:28 +07:00
Nam Doan 154d52732d feat: implement footer and update json file design 2025-12-01 16:34:47 +07:00
Nam Doan 96387dac11 bugfix: style nav config style 2025-11-28 13:26:23 +07:00
Nam Doan 9be3fb44b4 bugfix: change variant cart button in drsquatch page 2025-11-28 13:15:36 +07:00
Nam Doan 497c060756 feat:create component add vibentec config design page 2025-11-28 13:12:00 +07:00
Nam Doan 09b01f1d6b feat: created Drsquatch header component and json file 2025-11-27 15:04:56 +07:00
Nam Doan b76719fb32 feat: create components and map with data json file of 3bear design 2025-11-27 14:02:13 +07:00
Nam Doan c8853bac1c feat: add header banner 3bear design template 2025-11-26 11:22:58 +07:00
Stephan Stang 39fe0c81e5 added packages to support markdown
added dummy pages for about and contact.
updated tailwind.config.js to include config/*.json to scan for classes.
refactored system basics. Removed component-props, using generic LayoutComponentDefinition and LayoutContext. cleanup component-map. Updated renderer to be more failsafe.

new abstracted components:
 vt-mega-menu,
vt-sidemenu,
vt-banner with 3 variants,
vt-header,
vt-homebutton,
vt-cartbutton,
vt-accountbutton,
vt-linkbutton,
2025-11-25 15:17:18 +01:00
Stephan Stang 51d6ee2051 feat(layout-system basics): Added component-map, component-props, configloader and renderer.
Added vt-template for nav and poc example footer.
Added ste.medusa-starter.design.json.
Probable starting point (main)/layout.tsx refactored to use dynamic layout renderer instead of hardcoded template.
2025-11-19 18:19:25 +01:00