1. 01 Nov, 2023 2 commits
  2. 31 Oct, 2023 6 commits
  3. 30 Oct, 2023 2 commits
  4. 21 Oct, 2023 1 commit
    • Charles Bachmeier's avatar
      feat: [info] add PDP loading skeleton (#7494) · 6798bf3c
      Charles Bachmeier authored
      * initial skeleton setup
      
      * responsive table skeleton
      
      * correct table widht
      
      * right side column added
      
      * add comments
      
      * move loading components to their corresponding component
      
      * remove extra bubble and adjust some styles
      
      * move table skeleton to its own file
      
      * add shared styles and skele file
      
      * add loading skeleton tests
      
      * design style nits
      
      * update tests
      
      * bips_base
      
      * fix regression
      6798bf3c
  5. 20 Oct, 2023 4 commits
  6. 19 Oct, 2023 4 commits
  7. 18 Oct, 2023 4 commits
    • Kristie Huang's avatar
      fix: update USDbC to default USDC on Base (#7377) · c5f2df4b
      Kristie Huang authored
      * fix: update usdbc to default usdc
      
      * add base to chainid logo lookup
      
      * remove nit
      
      * replace dai with usdbc
      c5f2df4b
    • ksvat's avatar
      fix: currency balance for search token (#7471) · 71d3661b
      ksvat authored
      71d3661b
    • eddie's avatar
    • Kristie Huang's avatar
      feat: [info] add explore page (#7381) · ed6afb50
      Kristie Huang authored
      * feat: add explore page
      
      * add explore filter options
      
      * add search bar defocus
      
      * use Tokens Tab state for filters
      
      * flag-gate /tokens
      
      * filter bar css
      
      * remove duplicate Explore page, use flag instead
      
      * fixes
      
      * create tabbednav interface
      
      * rename Tokens to Explore
      
      * simplify routing
      
      * nit
      
      * padding nit
      
      * pr review
      
      * fix menu flyouts
      
      * fix TDP nav
      
      * add analytics events + ui updates + pr review
      
      * nit
      
      * nit
      
      * add small comment
      
      * menu flyout nit
      
      * fix merge conflict
      
      * min width expand menu flyouts
      
      * fix redirects
      
      * update routing snapshot
      
      * nit css
      
      * oops
      
      * breakpoints
      
      * fix tab routing
      
      * pr review
      
      * add better tab dynamic routing
      
      * fix redirects
      
      * error handle edge urls
      
      * further fix routing
      
      * define return val for useExploreParams
      
      * Update snapshot
      ed6afb50
  8. 17 Oct, 2023 5 commits
  9. 14 Oct, 2023 3 commits
  10. 13 Oct, 2023 5 commits
  11. 12 Oct, 2023 3 commits
  12. 11 Oct, 2023 1 commit
    • Charles Bachmeier's avatar
      feat: [info] Add Token Description Component (#7400) · 82a19498
      Charles Bachmeier authored
      * working token details section
      
      * update decription styling
      
      * different chain explorers
      
      * remove wrap check for color extraction
      
      * move token description to its own component, add copy, make simple project query
      
      * rename styled components and add tests
      
      * remove old comment
      
      * await test fragment
      
      * fix: update description truncation from TokenDescription (#7413)
      
      * fix: update description truncation from TokenDescription
      
      * fix: use better name
      
      * fix: test if description is hidden or not (#7422)
      
      ---------
      Co-authored-by: default avatarCharles Bachmeier <charles@bachmeier.io>
      
      * make darker or lighter
      
      * showCopy default false
      
      * update test
      
      * remove unused styles
      
      ---------
      Co-authored-by: default avatareddie <66155195+just-toby@users.noreply.github.com>
      82a19498