You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is only possible to jump between pages via top menu, each new link would have to be registered separately in main.js.
Ideally, we would like all anchor links to *-content to switch the page, this can be easily implemented by iterating all links within the page and checking href attribute values. Switching page to *-content should also result in switching appropriate *-menu-item to uk-active and all others to inactive.
Another issue with local links, is that they are not displayed on the address bar of the browser. When intercepting the links, we should keep the browser bar changed as well as read links to specific anchors when the website is loaded from url with one of the content anchors.
The text was updated successfully, but these errors were encountered:
Currently, it is only possible to jump between pages via top menu, each new link would have to be registered separately in
main.js
.Ideally, we would like all anchor links to
*-content
to switch the page, this can be easily implemented by iterating all links within the page and checkinghref
attribute values. Switching page to*-content
should also result in switching appropriate*-menu-item
touk-active
and all others to inactive.Another issue with local links, is that they are not displayed on the address bar of the browser. When intercepting the links, we should keep the browser bar changed as well as read links to specific anchors when the website is loaded from url with one of the content anchors.
The text was updated successfully, but these errors were encountered: