Ross Mabbett
Ross Mabbett
### SUMMARY This combines changes from cobrafish ([CorbinBullard](https://github.com/CorbinBullard), [rtexelm](https://github.com/rtexelm), [fisjac](https://github.com/fisjac)) into one branch allowing for tests of the full redesign. **No changes have been made to the functioning purpose of...
### SUMMARY Refactor component to functional and update tests ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ]...
### SUMMARY This should solve the warning that `ChartPropsConfig` does not exist in `superset-ui-core/src/chart/models/ChartProps` See [here](https://github.com/rtexelm/superset-RTM/pull/new/fix/dev-server-warnings/chartpropsconfig/sc-80076) and [here](https://github.com/microsoft/TypeScript/issues/28481#issuecomment-479965467) Example of warning fixed: ```zsh WARNING in ./packages/superset-ui-core/src/chart/index.ts 24:0-28 export 'ChartPropsConfig' (reexported...
### SUMMARY This is a workaround to suppress the `./locale` build warning when using the webpack dev-server involving a [well documented](https://github.com/moment/moment/issues/4519) ([more reports](https://github.com/moment/moment/issues/4216)) bug in the now [defunct `moment` library](https://momentjs.com/docs/#/-project-status/)....
### SUMMARY In trying to convert this test to RTL it became necessary to add the capability of using RTL inside the package thus adding dependencies. ### BEFORE/AFTER SCREENSHOTS OR...
### SUMMARY Simply ignore the build warning related to [@data-ui](https://github.com/williaster/data-ui/issues/208#issuecomment-946966712). Because this warning arises from within the external module itself, [which is no longer evolving](https://github.com/williaster/data-ui/issues/201), the idea is to ignore...
### SUMMARY Simple changes to utilize RTL instead of enzyme ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [...
### SUMMARY This is meant to allow resizing of each item in a column. No longer will the last child be bereft of resizing capabilities. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED...
### SUMMARY Migrate tests to RTL, refactor to avoid TypeError in ChartFrame render ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated...
### SUMMARY Change reordering and UI specifically for `Tab` components within `Tabs` parent components across the codebase. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION -...