Sergio Clebal
Sergio Clebal
Currently, when you search "burger" you get nothing:  I think it makes sense to add `burger` as one of the hamburger keywords. Another alternative would be to make search...
I've added BigStyle options to Android Notifications as I did in Fuse.PushNotifications. I've created four variables that are sent from backend: - bigTitle - bigBody - notificationStyle (It can be...
### Version 5.3.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html ### Steps to Reproduce Use the following code in a echarts playground: ``` const formattedData = [ [959651, 1148757.5, 115], [1148757.5,...
Story details: https://app.shortcut.com/cartoteam/story/147101 Using docs.code.type dynamic and jsx options it's possible to get dynamic source code. Also, I've made a little clean to avoid undefined values and inconsistencies in stories.
### Current behavior Calling `disclosureStore.setOpen` inside a requestAnimationFrame (or delaying it somehow) causes open to change but for couple ticks it receives its previous value after ending with the next...
This PR adds a new property `disableAnimation` to `SheetBackdrop` so it's possible to take default's backdrop animation out and allowing the dev to implement their own. I'd like your opinion...