-
Hi Team! I have some questions about buttons with link functionality. Does navigate mean:
I've looked at other parts of console, and navigate means that you are going from one dedicated place in the side navigation to another. The A2P homepage currently uses buttons with link functionality and I just want to make sure we are utilizing them in the correct way. Thank you so much for all your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @jkiga 👋 I have floated this to the team and will have some clarifying information within the next few days. Thank you for the question! |
Beta Was this translation helpful? Give feedback.
-
Hello again, @jkiga 👋 We define navigate to mean any route based URL change. So taking a look at your list of examples 👇
This is only navigation when that change in position (e.g. "going somewhere") is caused by a change in location (e.g the URL). For example, in-page navigation using
If the change in page implies a change in location (URL), then yes.
Clicking on a navigation item and being redirected to a new location (e.g, new page new URL), is in fact navigation.
Not necessarily. You can couple page content/UI to location, but they are not necessarily always coupled. |
Beta Was this translation helpful? Give feedback.
Hello again, @jkiga 👋
We define navigate to mean any route based URL change.
So taking a look at your list of examples 👇
This is only navigation when that change in position (e.g. "going somewhere") is caused by a change in location (e.g the URL). For example, in-page navigation using
id
attributes and matching hashedhref
attributes on the anchor.If the change in page implies a change in location (URL), then yes.
Clicking on a navigation item and being redirected to a new location (e.g, new page new URL), is in fact navigation.