-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Use XControls in NextQueries and Layout #360
feat: Use XControls in NextQueries and Layout #360
Conversation
Check PR 360 preview 👀 |
Check PR 360 preview 👀 |
Check PR 360 preview 👀 |
Check PR 360 preview 👀 |
* @param storeModule - The {@link XModuleName}. | ||
* @returns A state object. | ||
*/ | ||
export function useStore(storeModule?: keyof XModulesTree): RootXStoreState | StatusState { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a TODO to change when we add the useStore composable in x
Co-authored-by: Guillermo Cacheda <[email protected]>
Check PR 360 preview 👀 |
Check PR 360 preview 👀 |
Pull request template
Use XControls to config:
maxNextQueriesPerGroup
to be shownMotivation and context
Type of change
What is the destination branch of this PR?
Main
How has this been tested?
Test with
dress
anduseXControls
composable insidecustom-query-preview.vue
component to quickly see the changes (you can check this commit to do so)Tests performed according to testing guidelines:
Checklist: