Mehmet Salih Yavuz
Mehmet Salih Yavuz
### SUMMARY Sanitize tooltip html while rendering charts. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required...
### SUMMARY Implement a ThemeController that handles theme injection and persistence that can be overriden for different methods of storage. This pr also includes a ThemeSelect component that loads prefers-dark-scheme...
### SUMMARY As part of the theming effort, wherever possible using the useTheme hook instead of directly importing supersetTheme is the preferred way for accesing theme object. This pr aims...
### SUMMARY There is an intermittent issue with temporal x-axis that causes charts to display NaN or epoch time instead of correct formats. There is a possible diversion from the...
## **User description** ### SUMMARY Specify correct FF in quickstart ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [...
### SUMMARY ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes...
### SUMMARY Move translation function and logging from @superset-ui/core to new @apache-superset/core as part of the extensions project. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS Translations and logs...
Remove button on tabs has the "tab" role which is not accessible. Here's the line that causes this: https://github.com/react-component/tabs/blob/master/src/TabNavList/TabNode.tsx#L131