Skip to content

Commit

Permalink
Merge b (#4)
Browse files Browse the repository at this point in the history
* start

* refactor project structure
start creating Header
try to load the scss...

* Add client side webpack config to generate css

* Fix build issues

* work on component

* rebuild

* add new view and def

* review row and section

* nav

* section update
start nav

* hardcode nav
start destination but stop, not P1
start estate (aka ad or property)
Todo create content template and card for estate

* create main view, card and content editor view for estate
template for estate fails to render, seems there is conflict between view and content template
update css but fails to render

* dev - Fix css issue,
test alpine.js wihtout success, test pure js code for event backToParent ok...
remove unused contentList,
fix rename of luxe:rowCols -> luxe:cols in view,
add i18n to number in HighlightNumber...

* add TextIllustrated definition, start the language bundle for jahia props.
Try another way to import alpine.js
rename alignment to arrangement in section

* update section and col... Now the row is handled by each view

* add new content type and resource bundle

* review text illustrated to able to reuse the code accross multiple content type
start destinations page template

* bug fix text illustrated

---------

Co-authored-by: Serge Huber <shuber@jahia.com>
  • Loading branch information
hduchesne and sergehuber authored Feb 8, 2024
1 parent 4207285 commit e8366a6
Show file tree
Hide file tree
Showing 74 changed files with 3,903 additions and 22,281 deletions.
9 changes: 9 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"styled-jsx/babel"
]
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ node_modules
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*

.env.local
luxe-jahia-demo-v*
/.idea/

assets/css
18,781 changes: 0 additions & 18,781 deletions .pnp.cjs

This file was deleted.

Loading

0 comments on commit e8366a6

Please sign in to comment.