Rest in peace mute buttons...
Also, the neverending loads the next items on *every* scroll. I'm starting to think we are better off helping with memo.cash itself.
Message
Cancel
Creating...
Broadcasting...
Haha of course. I considered it but I'm having trouble setting it up locally. And I don't have a full node at the moment.
Message
Cancel
Creating...
Broadcasting...
Same boat for me. If I had the time, I'd try to build my own client. Friendly competition. I really appreciate what memo.cash has done though already.
Message
Cancel
Creating...
Broadcasting...
Please. Competition would be incredible. Or at least help contribute to Memo directly! Just my thought as a random outsider.
Message
Cancel
Creating...
Broadcasting...
OK, here's what happened. The other day I asked memo why they didn't include the HTML 5 doctype @ top of pages & mentioned it affected how jQuery works. They have added it in update.
Message
Cancel
Creating...
Broadcasting...
They're doing stuff that I consider wonky though, like returning HTML from their AJAX requests & just slapping that in the page. I prefer returning JSON data & build/modify HTML in JS.
Message
Cancel
Creating...
Broadcasting...
Me too, it's how most sites are built these days. There's nothing wrong with server side rendering either.
Message
Cancel
Creating...
Broadcasting...
Have a look at memberapp.github.io it has more of that paradigm
Message
Cancel
Creating...
Broadcasting...
So if you change line 19 of neverEndingMemo.js to: if(($(window).scrollTop() + $(window).height()) > $('.footer').position().top){ it should work again.
Message
Cancel
Creating...
Broadcasting...