Facundo Espinosa

Results 18 comments of Facundo Espinosa

@dhh Thanks for the feedback, will solve conflicts, and make the changes this week.

@joemasilotti Sorry for the big delay on this, my life have been a mess and with bunch of changes since my last commit. Can I help you to wrap this...

@joemasilotti Thanks for asking! I can tackle the review comments and update lookbook version this weekend if you're interested. Let me know

@joemasilotti FYI today tomorrow I'll continue working on this.

@joemasilotti Remaining items: > I'm not sure how I feel about having versions of the same component that don't look visually (e.g. the id field for List). I'm thinking we...

@joemasilotti Ok, I'll update to the new version until Tuesday so we can wrap this PR this week!

This is a little bit complicates probably because I think we don't have an event to log that so we need think other ways to solve it. Thinking out-loud I...

Thanks for the idea @pascallaliberte! I have something working for this: ```javascript document.addEventListener('input', function(event){ var element = event.target var tagName = element.tagName var action = "" var target = ""...