-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Typing grid datasources store #15229
base: typing/stores-grid-columns
Are you sure you want to change the base?
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
@@ -44,20 +45,36 @@ const DependencyOrderedStores = [ | |||
Users, | |||
Menu, | |||
Pagination, | |||
Config, | |||
Config as any, |
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.
This needs to be typed as any for now, as we have some conflicts with the outputting types. It will be refactored when all the grid stores are typed
packages/frontend-core/src/components/grid/stores/datasources/viewV2.ts
Outdated
Show resolved
Hide resolved
packages/frontend-core/src/components/grid/stores/datasources/table.ts
Outdated
Show resolved
Hide resolved
packages/frontend-core/src/components/grid/stores/datasources/nonPlus.ts
Outdated
Show resolved
Hide resolved
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.
LGTM - some nice stuff captured here!
09b1dea
to
7b130c7
Compare
Description
Typing grid datasources store