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

Hash on tabs #215

Closed
bobdenotter opened this issue Dec 11, 2018 · 0 comments · Fixed by #707
Closed

Hash on tabs #215

bobdenotter opened this issue Dec 11, 2018 · 0 comments · Fixed by #707

Comments

@bobdenotter
Copy link
Member

  • When using the 'tabs' on an edit page, the "hash" in the URL doesn't update..
  • When actively navigating to /bolt/edit/1#media, the 'media' tab should be active

schermafbeelding_2018-12-11_om_17_18_29

Additionally, when switching locales, the browser should navigate to the updated URL, with the hash included. Something like this in assets/js/app/editor/Components/General/Language/Language.vue:

    switchLocale(){
      const locale = this.locale.link  + window.location.hash.substr(1));

      return window.location.href = locale;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants