Skip to content

add help button to tags config panel#7278

Merged
bramkragten merged 2 commits intohome-assistant:devfrom
Villhellm:tags-help
Oct 17, 2020
Merged

add help button to tags config panel#7278
bramkragten merged 2 commits intohome-assistant:devfrom
Villhellm:tags-help

Conversation

@Villhellm
Copy link
Contributor

@Villhellm Villhellm commented Oct 9, 2020

Breaking change

Proposed change

Added help button + dialog to tags config panel

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (thank you!)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Example configuration

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

hasFab
>
<mwc-icon-button slot="toolbar-icon" @click=${this._showHelp}>
<ha-svg-icon .path=${mdiHelpCircle}></ha-svg-icon>
Copy link
Contributor

Choose a reason for hiding this comment

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

is this imported?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As far as I can tell all the necessary imports are there. I added mwc-icon-button, but it doesn't look like ha-svg-icon import is necessary for some reason. I'm not super familiar with this system yet though

Copy link
Member

Choose a reason for hiding this comment

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

it is needed, but probably already is imported by a parent. You should add it though if the order ever changes it breaks.

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
@bramkragten bramkragten merged commit eb036a1 into home-assistant:dev Oct 17, 2020
@zsarnett
Copy link
Contributor

RIP. ha-svg-icon was never imported

@bramkragten bramkragten mentioned this pull request Oct 21, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants