Ankita Sahu
Ankita Sahu
Fix cBioPortal/cbioportal#10780(see https://help.github.com/en/articles/closing-issues-using-keywords) Describe changes proposed in this pull request: - To maintain the gene structure in case of an OQL query deletion, a condition was set, if the deleted...
**Notes for Reviewers** This PR fixes #688 **[Signed commits](../blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I signed my commits.
#### Current Behavior The `meshery-cloud` is still using its own `CatalogCard`, [this](https://github.com/layer5io/meshery-cloud/blob/master/ui/components/general/catalog-card/index.js#L95) needs to be centralized to sistent to consolidate these components. #### Desired Behavior Enhance the Sistent component to...
**Notes for Reviewers** This PR fixes #89 1. Adds a YML datafile comprising information about the features available under each subscription plan 2. Adds front-matter on top of each feature...
### Current Behavior This [ErrorBoundary](https://github.com/meshery/meshery/blob/268c1667a6ab6a8bbdcbd960df20023d8ecbfb3a/ui/components/ErrorBoundary.js#L9) Component is a `class-based` component and it uses MUI v4's `Box` component. These need to be updated for improved performance and consistency. ### Desired Behavior...
### Current Behavior This [MesheryResultDialog](https://github.com/meshery/meshery/blob/5e7e59a2de62d45f3ba9aa8e89a832dc4f09a059/ui/components/MesheryResultDialog.js#L19) Component is a class-based component and it uses MUI v4's styling. This needs to be updated for improved performance and consistency. ### Desired Behavior -...
### Current Behavior This [CustomToolbarSelect](https://github.com/meshery/meshery/blob/5e7e59a2de62d45f3ba9aa8e89a832dc4f09a059/ui/components/CustomToolbarSelect.js#L30) Component uses MUI v4's styling. This needs to be updated for improved performance and consistency. ### Desired Behavior - [ ] use [Sistent](https://github.com/layer5io/sistent) components for...
### Current Behavior This [ReactSelectWrapper](https://github.com/meshery/meshery/blob/268c1667a6ab6a8bbdcbd960df20023d8ecbfb3a/ui/components/ReactSelectWrapper.js#L147) Component is a class-based component and it uses MUI v4's styling. These need to be updated for improved performance and consistency. ### Desired Behavior -...
### Current Behavior This [MesheryPlayComponent](https://github.com/meshery/meshery/blob/764d510d136d0e6640d7d5dc2f2e55c759c0be7c/ui/components/MesheryPlayComponent.js#L86) Component is a class-based component and it uses MUI v4's styling. These need to be updated for improved performance and consistency. ### Desired Behavior -...
**Notes for Reviewers** This PR fixes part of https://github.com/meshery/meshery/issues/11493 , based on [this](https://docs.google.com/spreadsheets/d/1RlUcr-iLtCFCsV1VZvWD0jBijPJAx-Rk-1GLLsL9sSI/edit?usp=sharing) sheet , the Extensions page has been migrated to use sistent components and necessary mui v5 changes...