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

Themable Webcomponent header #684

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Themable Webcomponent header #684

merged 2 commits into from
Dec 19, 2023

Conversation

f-necas
Copy link
Contributor

@f-necas f-necas commented Dec 15, 2023

Themable Webcomponent header

Main PR :

This PR adds missing 'logo-url' attribute and new 'stylesheet' attribute

export const Header = ({url = "/header/", page = "mapstore", height = 90, ignoreIFrame = false, script = "https://cdn.jsdelivr.net/gh/georchestra/header@dist/header.js", legacy = false}) => {
export const Header = ({url = "/header/", page = "mapstore", height = 90, ignoreIFrame = false,
script = "https://cdn.jsdelivr.net/gh/georchestra/header@dist/header.js",
legacy = false,
Copy link
Contributor

Choose a reason for hiding this comment

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

The CI seems to break only due to linting errors. I guess this can be fixed;-)

@f-necas f-necas requested a review from tkohr December 18, 2023 21:50
Copy link
Contributor

@tkohr tkohr left a comment

Choose a reason for hiding this comment

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

Thanks @f-necas ! Untested, but LGTM :-)

@f-necas f-necas merged commit 7ea5ff0 into master Dec 19, 2023
2 checks passed
f-necas added a commit that referenced this pull request May 29, 2024
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