-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Feature/entity dependencies card enhancements #18504
Feature/entity dependencies card enhancements #18504
Conversation
…tions Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
now we can pass tableOptions props through them Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
Changed Packages
|
This is pretty helpful. As we scale Backstage adoption, we don't want to scroll down a lot. So from a UX perspective - Pagination and Filtering is a bliss. |
|
Uffizzi Preview |
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
@Abhay-soni-developer this will need some changesets 🙏 |
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
feedback integrated Co-authored-by: Ben Lambert <ben@blam.sh> Signed-off-by: Abhay Soni <abhaysoni.developer@gmail.com>
@benjdlambert the requested changes have been done. are we ready to merge this |
@benjdlambert i just merged the feedbacks after that pipeline is failing , can you help me resolve this |
The e2e's are failing for a seperate reason - i've just merged this and we will fix e2es in a later PR when upstream types are fixed. |
Thank you for contributing to Backstage! The changes in this pull request will be part of the |
I have extended the EntityHasSubcomponentsCard, EntityDependsOnResourcesCard and EntityDependsOnResourcesCard and EntityTable to supports tableOptions.
i have extended these components in such a way that it does not effect the current implementation just extend it capabilities to support tableOptions
This PR is the implementation for this #18503