1. 04 Nov, 2024 7 commits
    • tom goriunov's avatar
      Do not display empty NFT attributes (#2348) · f53a3601
      tom goriunov authored
      Fixes #2337
      f53a3601
    • tom goriunov's avatar
      Combine Read/Write for Contract page (#2343) · f93310d4
      tom goriunov authored
      * combine tabs and add method type filter
      
      * add badge with contract method type
      
      * add name filter
      
      * add filters to mud system tab
      
      * support array of tabs ids and route old tabs to the new one
      
      * fix tests
      
      * support adding the custom ABI from the contract page
      
      * update margins and add test
      
      * fix bugs and update screenshots
      
      * some design updates
      
      * update preset for garnet
      
      * [skip ci] fix garnet preset
      
      * improve links to contract methods
      f93310d4
    • tom goriunov's avatar
      Show "Update metadata" button for instance without metadata (#2327) · 2c35fb18
      tom goriunov authored
      * simple profile button and auth modal layout
      
      * connect email and code screens to API
      
      * add screens to modal for wallet authentication
      
      * migrate to pin input
      
      * user profile menu
      
      * refactor otp field
      
      * fix passing set-cookie from api response
      
      * add wallet info into profile menu
      
      * add mobile menu
      
      * show connected wallet address in button
      
      * my profile page re-design
      
      * custom behaviour of connect button on dapp page
      
      * style pin input
      
      * add logout
      
      * handle case when account is disabled
      
      * handle case when wc is disabled
      
      * remove old components
      
      * refactoring
      
      * workflow to link wallet or email to account
      
      * link wallet from profile
      
      * show better OTP code errors
      
      * add email alert on watchlist and verified addresses pages
      
      * deprecate env and remove old code
      
      * remove code for unverified email page
      
      * add auth guard to address action items
      
      * move useRedirectForInvalidAuthToken hook
      
      * add mixpanel events
      
      * refetch csrf token after login and fix connect wallet from contract page
      
      * Add NEXT_PUBLIC_RE_CAPTCHA_V3_APP_SITE_KEY env
      
      * migrate to reCAPTCHA v3
      
      * resend code and change email from profile page
      
      * better wallet sign-in message error
      
      * fix demo envs
      
      * update some screenshots
      
      * profile button design fixes
      
      * fix behaviour "connect wallet" button on contract page
      
      * fix linking email and wallet to existing account
      
      * bug fixes
      
      * restore the login page
      
      * update screenshots
      
      * tests for auth modal and user profile
      
      * add name field to profile page and write some tests
      
      * [skip ci] clean up and more tests
      
      * update texts
      
      * change text once more
      
      * fix verified email checkmark behaviour
      
      * pass api error to the toast while signing in with wallet
      
      * [skip ci] disable email field on profile page
      
      * bug fixes
      
      * update screenshot
      
      * Blockscout account V2
      
      Fixes #2029
      
      * fix texts and button paddings
      
      * Show "Update metadata" button for instance without metadata
      
      * remove unused components
      
      ---------
      Co-authored-by: default avataraagaev <alik@agaev.me>
      2c35fb18
    • Dmitry's avatar
      Typo corrections Update CONTRIBUTING.md (#2353) · 3d84bd4f
      Dmitry authored
      In the section Adding new dependencies, the sentence "please be sure that is is well-maintained and trustworthy" contains a typo: "is is" corrected to "it is".
      3d84bd4f
    • Igor Stuev's avatar
      Merge pull request #2347 from blockscout/fe-2332 · 625b4d75
      Igor Stuev authored
      support wei variable in interpretation
      625b4d75
    • Kirill Fedoseev's avatar
      Update proxy names (#2323) · 8561afc1
      Kirill Fedoseev authored
      * Update proxy names
      
      * Update playwright screenshots
      
      ---------
      Co-authored-by: default avatartom <tom@ohhhh.me>
      8561afc1
    • tom goriunov's avatar
      Fix highlighting for main contract code (#2333) · de37b243
      tom goriunov authored
      Fixes #2331
      de37b243
  2. 01 Nov, 2024 3 commits
  3. 31 Oct, 2024 1 commit
  4. 30 Oct, 2024 2 commits
    • tom goriunov's avatar
      Account v2 (#2262) · d5863de0
      tom goriunov authored
      * simple profile button and auth modal layout
      
      * connect email and code screens to API
      
      * add screens to modal for wallet authentication
      
      * migrate to pin input
      
      * user profile menu
      
      * refactor otp field
      
      * fix passing set-cookie from api response
      
      * add wallet info into profile menu
      
      * add mobile menu
      
      * show connected wallet address in button
      
      * my profile page re-design
      
      * custom behaviour of connect button on dapp page
      
      * style pin input
      
      * add logout
      
      * handle case when account is disabled
      
      * handle case when wc is disabled
      
      * remove old components
      
      * refactoring
      
      * workflow to link wallet or email to account
      
      * link wallet from profile
      
      * show better OTP code errors
      
      * add email alert on watchlist and verified addresses pages
      
      * deprecate env and remove old code
      
      * remove code for unverified email page
      
      * add auth guard to address action items
      
      * move useRedirectForInvalidAuthToken hook
      
      * add mixpanel events
      
      * refetch csrf token after login and fix connect wallet from contract page
      
      * Add NEXT_PUBLIC_RE_CAPTCHA_V3_APP_SITE_KEY env
      
      * migrate to reCAPTCHA v3
      
      * resend code and change email from profile page
      
      * better wallet sign-in message error
      
      * fix demo envs
      
      * update some screenshots
      
      * profile button design fixes
      
      * fix behaviour "connect wallet" button on contract page
      
      * fix linking email and wallet to existing account
      
      * bug fixes
      
      * restore the login page
      
      * update screenshots
      
      * tests for auth modal and user profile
      
      * add name field to profile page and write some tests
      
      * [skip ci] clean up and more tests
      
      * update texts
      
      * change text once more
      
      * fix verified email checkmark behaviour
      
      * pass api error to the toast while signing in with wallet
      
      * [skip ci] disable email field on profile page
      
      * bug fixes
      
      * update screenshot
      
      * Blockscout account V2
      
      Fixes #2029
      
      * fix texts and button paddings
      
      * Form fields refactoring (#2320)
      
      * text and address fields for watchlist form
      
      * checkbox field component
      
      * refactor private tags form
      
      * refactor api keys and custom abi
      
      * refactor verifiy address and token info forms (pt. 1)
      
      * refactor token info forms (pt. 2)
      
      * refactor token info forms (pt. 3)
      
      * refactor public tags form
      
      * refactor contract verification form
      
      * refactor contract audit form
      
      * refactor auth, profile and csv export forms
      
      * renaming and moving
      
      * more refactoring and test fixes
      
      ---------
      Co-authored-by: default avataraagaev <alik@agaev.me>
      d5863de0
    • tom goriunov's avatar
      Update ENVs list in Blockscout docs when new release is published (#2339) · 8c4a4ad8
      tom goriunov authored
      * Update ENVs list in Blockscout docs when new release is published
      
      Fixes #2324
      
      * try to use another workflow
      
      * Update sync-envs-docs.yaml
      
      * change github token
      
      * try to copy both files
      
      * integrate to release workflow
      
      * [skip ci] rename files while copying
      8c4a4ad8
  5. 29 Oct, 2024 7 commits
  6. 28 Oct, 2024 6 commits
  7. 25 Oct, 2024 1 commit
  8. 24 Oct, 2024 1 commit
  9. 22 Oct, 2024 11 commits
  10. 21 Oct, 2024 1 commit