Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMZ-279 Header layout and updates #170

Merged
merged 20 commits into from
Jan 23, 2025
Merged

Conversation

mserino
Copy link
Contributor

@mserino mserino commented Jan 21, 2025

No description provided.

@mserino mserino requested a review from nuritsha January 21, 2025 09:25
@mserino mserino self-assigned this Jan 21, 2025
Copy link
Collaborator

@nuritsha nuritsha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor tweak

super();

elementorFrontend.elementsHandler.attachHandler( 'ehp-header', [
() => import( /* webpackChunkName: 'js/header' */ './handlers/hello-plus-header' ),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please name it "js/ehp-hader-fe

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed!

@@ -26,7 +26,7 @@ const entryPoints = {
'css/helloplus-template-parts-preview': path.resolve( modulesDir, 'template-parts/assets/scss', 'hello-plus-template-parts-preview.scss' ),
'css/helloplus-header': path.resolve( modulesDir, 'template-parts/assets/scss', 'hello-plus-header.scss' ),
'css/helloplus-footer': path.resolve( modulesDir, 'template-parts/assets/scss', 'hello-plus-footer.scss' ),
'js/helloplus-header': path.resolve( modulesDir, 'template-parts/assets/js', 'hello-plus-header.js' ),
'js/helloplus-header-frontend': path.resolve( modulesDir, 'template-parts/assets/js', 'frontend.js' ),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'js/helloplus-header-frontend': path.resolve( modulesDir, 'template-parts/assets/js', 'frontend.js' ),
'js/helloplus-header-fe': path.resolve( modulesDir, 'template-parts/assets/js', 'frontend.js' ),

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed!

'helloplus-header',
HELLOPLUS_SCRIPTS_URL . 'helloplus-header.js',
'helloplus-header-frontend',
HELLOPLUS_SCRIPTS_URL . 'helloplus-header-frontend.js',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
HELLOPLUS_SCRIPTS_URL . 'helloplus-header-frontend.js',
HELLOPLUS_SCRIPTS_URL . 'helloplus-header-fe.js',

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed!

@mserino mserino requested a review from nuritsha January 23, 2025 08:56
@nuritsha nuritsha merged commit 6340f0f into master Jan 23, 2025
9 checks passed
@nuritsha nuritsha deleted the feature/TMZ-279-header-updates branch January 23, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants