Skip to content

Fix cast navigation on none default dashboard#5719

Merged
balloob merged 2 commits into
devfrom
cast-navigation
May 6, 2020
Merged

Fix cast navigation on none default dashboard#5719
balloob merged 2 commits into
devfrom
cast-navigation

Conversation

@bramkragten
Copy link
Copy Markdown
Member

Fixes #5613

Breaking change

Proposed change

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:

gulp.series(
async function setEnv() {
process.env.NODE_ENV = "development";
process.env.IS_CAST = "true";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Still used in build-scripts/gulp/translations.js:279

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm thinking now, I think that we can remove the old translations for cast now that we mix in backend. You can remove that whole hack.

@balloob balloob merged commit 2d646da into dev May 6, 2020
@balloob balloob deleted the cast-navigation branch May 6, 2020 16:30
@bramkragten bramkragten mentioned this pull request May 9, 2020
@lock lock Bot locked and limited conversation to collaborators May 20, 2020
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.

HA Cast navigation only works for main dashboard

3 participants