1. 02 Jul, 2024 5 commits
  2. 27 Jun, 2024 3 commits
  3. 26 Jun, 2024 3 commits
  4. 25 Jun, 2024 7 commits
  5. 24 Jun, 2024 3 commits
    • tom goriunov's avatar
      Call contract read methods from the client (#2032) · f685a9f0
      tom goriunov authored
      * display methods accordion
      
      * add method_id to methods
      
      * query read method via public client
      
      * query read methods without inputs at accordion section open
      
      * add custom abi tabs
      
      * add proxy tabs
      
      * custom wagmi config if wc is not configured
      
      * remove ContractAbiItemConstant component
      
      * display tuple properties in method outputs
      
      * display read result
      
      * clean up
      
      * support nested arrays in the read result
      
      * re-write test for contract methods
      
      * change result view for address output
      
      * refactoring
      
      * fix tests
      
      * remove web3 provider fallback
      
      * fix tab loading
      
      * refactoring
      
      * add implementation contract selector
      
      * add "copy to clipboard" for address, remove top-level square brackets
      
      * add preview mode to contract method result
      
      * tests for read result
      
      * fix tests
      
      * change styles for result preview
      
      * review fix
      f685a9f0
    • Max Alekseenko's avatar
      replace old sort component · 1de38065
      Max Alekseenko authored
      1de38065
    • Igor Stuev's avatar
      Merge pull request #2014 from blockscout/tag-group-select · 8f31d248
      Igor Stuev authored
      tag group select component
      8f31d248
  6. 23 Jun, 2024 1 commit
  7. 21 Jun, 2024 9 commits
  8. 20 Jun, 2024 6 commits
  9. 19 Jun, 2024 1 commit
    • tom goriunov's avatar
      Navigation: horizontal layout (#1991) · bc291d93
      tom goriunov authored
      * add ENV for navigation layout type
      
      * add network menu to top bar
      
      * renaming and main component placeholder
      
      * add logo, testnet badge, login and connect wallet buttons to the nav bar
      
      * refactor once more
      
      * styles for nav link group
      
      * style nav link
      
      * style groupped nav links
      
      * update values for L2 review
      
      * update demo values
      
      * fix deployment values for L2 review
      
      * tests
      
      * fix prop collision
      
      * shorten filter input on marketplace page and update MainArea height
      
      * change margin between text and lightning label
      
      * add active state to "Other" nav menu
      
      * popover fixes
      
      * fix link width
      
      * [skip ci] update demo values
      bc291d93
  10. 18 Jun, 2024 2 commits