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
We want to be able to navigate between the records using the command menu.
Technical inputs
Create useNavigateToNextRecordSingleRecordAction and useNavigateToPreviousRecordSingleRecordAction.
These actions are the first one that we implement that should be visible only on the record show page and not on the index page. We should use the contextStoreCurrentViewIdComponentState to know if we are on a show page or an index page.
The text was updated successfully, but these errors were encountered:
Scope & Context
We want to be able to navigate between the records using the command menu.
Technical inputs
Create
useNavigateToNextRecordSingleRecordAction
anduseNavigateToPreviousRecordSingleRecordAction
.These actions are the first one that we implement that should be visible only on the record show page and not on the index page. We should use the
contextStoreCurrentViewIdComponentState
to know if we are on a show page or an index page.The text was updated successfully, but these errors were encountered: