Yan Mendes

Results 6 comments of Yan Mendes

Add this function on the JTinder js file: undo: function () { if(current_pane !== panes.length - 1) { ++current_pane; panes.eq(current_pane).animate({"transform": "translate(0px,0px) rotate(0deg)"}, $that.settings.animationRevertSpeed); panes.eq(current_pane).find($that.settings.likeSelector).css('opacity', 0); panes.eq(current_pane).find($that.settings.dislikeSelector).css('opacity', 0); panes.eq(current_pane).show(); } },...

`$(document).on("click", "#undo", function (e){ $('#tinderslide').jTinder('undo'); });`

Thanks for the reply! I must have missed the notification, sorry for taking too long to revisit this. That solution works if I have the user UID, however, I actually...

Thanks a lot, @aviral-batra, that's super clear =). Just to double-check, this would only work if they're notion users, right? Is there an API for actually inviting users to Notion?

Let me elaborate on my use case so we're on the same page: We have a CRM with a bunch of contacts. Whenever they're moved to a specific stage on...