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

Improve url hash treating #10

Open
5 tasks
OleksiyRudenko opened this issue Apr 12, 2020 · 0 comments
Open
5 tasks

Improve url hash treating #10

OleksiyRudenko opened this issue Apr 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@OleksiyRudenko
Copy link
Member

Url hash is used for:

  • navigate within a page
  • switch between sub-components render (embedded elements)

Issues:

  • on page load intra-page navigation doesn't work (try navigating to #more-data or #main-data clicking on relevant link)
  • when sub-component switched url doesn't get updated
  • switching sub-components form side nav menu doesn't work

Suggested approach:

  • sub-component switch should work by changing url hash
  • url hash change should be intercepted
@OleksiyRudenko OleksiyRudenko added the enhancement New feature or request label Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant