• lynn's avatar
    feat: new lazy load that scrolls whole window and not inside fixed size container (#4684) · 28538214
    lynn authored
    * init
    
    * messy but working omfg
    
    * dont set initial to 500 set to just 1 for testing purposes
    
    * it looks pretty now and works well
    
    * sorting filtering and suspense loading are working
    
    * fix comments
    
    * handle token rows lacking addresS
    
    * start working with new data schema
    
    * new gql schema
    
    * initial commit
    
    * improved performance, added filtering
    
    * lint
    
    * removed comments and accidental settings.json changes
    
    * refactor: switch explore over to new queries (#4657)
    
    * initial commit
    * improved performance, added filtering
    * addressed pr comments
    * fixed typescript issue
    
    * merges
    
    * fix
    
    * fix oopsies
    
    * fix accidental changes
    
    * its working
    
    * drop leftover comment
    
    * clean up loaded row props
    
    * respond to comments
    
    * respond to jordan comments
    
    * init
    
    * remove unnecessary pkgs
    
    * undo yarn lock changes
    
    * loading rows fix
    
    * change loading rows to 3 as per fred instruction
    
    * remove anys
    Co-authored-by: default avatarJordan Frankfurt <jordanwfrankfurt@gmail.com>
    Co-authored-by: default avatarcartcrom <cartergcromer@gmail.com>
    Co-authored-by: default avatarcartcrom <39385577+cartcrom@users.noreply.github.com>
    28538214
TokenTable.tsx 4.37 KB