namds/refactor-base-layout #8

Merged
yen.nguyen merged 27 commits from namds/refactor-base-layout into main 2025-12-15 07:44:38 +00:00

27 Commits

Author SHA1 Message Date
Nam Doan fbb13ae819 refactor: add some component in footer and implement function for component 2025-12-11 12:59:00 +07:00
Nam Doan 9097a6e566 refactor: remove singular component 2025-12-11 12:54:08 +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 216a579564 feat: add component for footer 2025-12-08 16:36:16 +07:00
Nam Doan dbe12845b0 refactor: update config json file 2025-12-08 11:40:28 +07:00
Nam Doan f869d12c7a feat: reuse country select and refactor some component 2025-12-08 11:39:41 +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 f3fb70d073 refactor: update common input and text component 2025-12-03 22:10:07 +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 c0b492b394 refactor: dynamic icon button with medusajs and customize icon 2025-12-01 16:34:06 +07:00
Nam Doan 2f9102c4c4 bugfix: add condition check undefined value mega menu 2025-11-28 13:40:02 +07:00
Nam Doan 0dfa281333 refactor: move component to correct folder 2025-11-28 13:34:39 +07:00
Nam Doan 06968a77f3 refactor: name folder of vtButton 2025-11-28 13:32:22 +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
Nam Doan 60700ee11e refactor: add interface each component to define props config in JSON file 2025-11-26 11:22:08 +07:00
Stephan Stang 3e5a88f42d added a filenamemapper , used to faster switch between filenames. 2025-11-25 15:41:46 +01: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