Steveo

Results 4 issues of Steveo

I have this function on my site - [LBRYnomics](https://lbrynomics.com) - inside the table header, to search the rows. ```js jQuery(function($){ $("#LNSearch").on('keydown',function(){ var s=$(this).val().toLowerCase(); if(s!==''){ $('.ln-row').hide(); $('.ln-row[lbrychannels*='+s+']').show(); } else { $('.ln-row').show();...

How To...

Use lazyload instead of page pagination for a smoother user experience. As seen on [IMGUR](https://imgur.com/)

type: refactor
level: 3
priority: medium

Re: [handlebarsHelpers.js](https://github.com/lbryio/spee.ch/blob/master/helpers/handlebarsHelpers.js) - **Google Analytics** The **Google Analytics** (GA) code is best being removed and replaced with **Google Tag Manager** (GTM). [Google Tag Manager](https://tagmanager.google.com/) **Google Tag Manager** acts as a...

type: refactor
level: 1
priority: low

There is no API page, so I've removed this part to avoid confusion.