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

fix: replace icon component with url #81

Merged
merged 4 commits into from
Jun 26, 2024
Merged

fix: replace icon component with url #81

merged 4 commits into from
Jun 26, 2024

Conversation

Ninerian
Copy link
Contributor

@Ninerian Ninerian commented Jun 24, 2024

Type of Change

  • Bugfix
  • Enhancement / new feature
  • Refactoring
  • Documentation
  • Dependency

Description

  • changed the icon to a base64 url
  • adapted the preview to show the icon there

Checklist

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Review the Contributing Guideline and sign CLA
  • Reference relevant issue(s) and close them after merging

@Ninerian Ninerian requested a review from a team as a code owner June 24, 2024 11:16
@Ninerian Ninerian self-assigned this Jun 24, 2024
<br />
<br />
<section id="preview">
<weather-forecast></weather-forecast>

Choose a reason for hiding this comment

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

I wonder if this also works...

Suggested change
<weather-forecast></weather-forecast>
<weather-forecast />

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, webcompents always need the pair of tags.

</div>
<div id="config" style="flex: 1"></div>

Choose a reason for hiding this comment

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

and also here...

Suggested change
<div id="config" style="flex: 1"></div>
<div id="config" style="flex: 1" />

@Ninerian Ninerian force-pushed the NFS-2146-icon-fix branch from 94b5cd2 to 01d945e Compare June 26, 2024 08:51
@Ninerian Ninerian merged commit e6d7b44 into main Jun 26, 2024
7 checks passed
@Ninerian Ninerian deleted the NFS-2146-icon-fix branch June 26, 2024 08:52
@github-actions github-actions bot locked and limited conversation to collaborators Jun 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants