Michaël Gallego
Michaël Gallego
Any news about tagging this? :)
Hi @gavinballard , As part of this feature, I'd like to highlight some useful things that we would need (that I have build a bit manually with Rivets in Kagami):...
Sure. Not really good but first, I've added a new model when initializing CartJS (should not be needed if integrated by default): ``` js CartJS.init({{ cart | json }}, {...
That would be awesome to have more events. I need to do specific changes based on specific event but for now the requestCompleted is way too generic.
For instance, when I click on a cross to remove an element, I want to trigger a small animation. Actually I realize that this may not work as I want,...
Yes, but as a consequence I cannot use the nice "rv-data-remove" things. What I've done is simply initializing CartJS BEFORE my own library. This way, as my listeners are attached...
Well it's not "perfect". I could send you by email the theme I'm working on. It seems that I "hide" the element through animation, but there is a strange effect...
I’m not a ruby developer but it seems you also added a nice feature on the reject filter allowing to filter nested objects. This should most likely be backported to...
In your syntax @tommypepsi how would you be able to pass args that are made of other Liquid code? The whole point of this would be to create args that...
Makes sense! I find it a bit confusing though to be able to change dynamically the key of what the "props" are, this means that a developer has no confidence...