Sergio Clebal

Results 7 issues of Sergio Clebal

Currently, when you search "burger" you get nothing: ![image](https://user-images.githubusercontent.com/9151432/182793812-907f3bb9-ca1b-4c89-95ac-cd3c4eadf18a.png) 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,...

bug
pending
en
stale
waiting-for: community

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.

blocked

### 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...

potential bug
has workaround

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...