Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Editing flow #26635

Merged
merged 160 commits into from
Sep 26, 2024
Merged

feat: Editing flow #26635

merged 160 commits into from
Sep 26, 2024

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    4e2ceac View commit details
    Browse the repository at this point in the history
  2. added test and checkbo

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5d1adc4 View commit details
    Browse the repository at this point in the history
  3. lint fix

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ec54d0b View commit details
    Browse the repository at this point in the history
  4. lint fix

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    62fc967 View commit details
    Browse the repository at this point in the history
  5. updated snapshot

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cfe64f4 View commit details
    Browse the repository at this point in the history
  6. updated jest

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2a038a8 View commit details
    Browse the repository at this point in the history
  7. updated tests

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    46d3441 View commit details
    Browse the repository at this point in the history
  8. lint fix

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6b4486c View commit details
    Browse the repository at this point in the history
  9. added edit accounts modal

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1d3180b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fde970 View commit details
    Browse the repository at this point in the history
  11. added review perm page

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0f9b049 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e0d2bce View commit details
    Browse the repository at this point in the history
  13. editing flow

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f60df8f View commit details
    Browse the repository at this point in the history
  14. updated selector

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b6cc4d9 View commit details
    Browse the repository at this point in the history
  15. fix

    adonesky1 authored and NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a295937 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c7f4507 View commit details
    Browse the repository at this point in the history
  17. removed unused console

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ecdf8a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c81230 View commit details
    Browse the repository at this point in the history
  19. updated toast

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    43eb0dc View commit details
    Browse the repository at this point in the history
  20. added no connection page

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d2da713 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5e0cacf View commit details
    Browse the repository at this point in the history
  22. fix

    adonesky1 authored and NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aa4c368 View commit details
    Browse the repository at this point in the history
  23. removed console statements

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5ce582a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    acaddf8 View commit details
    Browse the repository at this point in the history
  25. updated controllers

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1b44b21 View commit details
    Browse the repository at this point in the history
  26. updated edit networks

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    27bf622 View commit details
    Browse the repository at this point in the history
  27. lint fix

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    676c90c View commit details
    Browse the repository at this point in the history
  28. lint fix

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a590b91 View commit details
    Browse the repository at this point in the history
  29. prep build fix

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    388ae6a View commit details
    Browse the repository at this point in the history
  30. lint fix

    NidhiKJha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    855bee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. feat: Connections flow (#26922)

    This PR is to add connections Flow
    
    ## **Related issues**
    
    Fixes:
    
    ## **Manual testing steps**
    
    1. Go to this page...
    2.
    3.
    
    ## **Screenshots/Recordings**
    
    <!-- If applicable, add screenshots and/or recordings to visualize the
    before and after of your change. -->
    
    ### **Before**
    
    <!-- [screenshots/recordings] -->
    
    ### **After**
    
    <!-- [screenshots/recordings] -->
    
    ## **Pre-merge author checklist**
    
    - [ ] I've followed [MetaMask Contributor
    Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
    Extension Coding
    Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
    - [ ] I've completed the PR template to the best of my ability
    - [ ] I’ve included tests if applicable
    - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
    if applicable
    - [ ] I’ve applied the right labels on the PR (see [labeling
    guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
    Not required for external contributors.
    
    ## **Pre-merge reviewer checklist**
    
    - [ ] I've manually tested the PR (e.g. pull and build branch, run the
    app, test code being changed).
    - [ ] I confirm that this PR addresses all acceptance criteria described
    in the ticket it closes and includes the necessary testing evidence such
    as recordings and or screenshots.
    
    ---------
    
    Co-authored-by: Alex <adonesky@gmail.com>
    NidhiKJha and adonesky1 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f4c7ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcb6e7 View commit details
    Browse the repository at this point in the history
  3. lint fix

    NidhiKJha committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    35f675e View commit details
    Browse the repository at this point in the history
  4. lint fix

    NidhiKJha committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5ef36cb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. error fix

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bc50ba1 View commit details
    Browse the repository at this point in the history
  2. updated permissions

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1338574 View commit details
    Browse the repository at this point in the history
  3. jest update

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7bee52a View commit details
    Browse the repository at this point in the history
  4. lint fix

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    58c11e4 View commit details
    Browse the repository at this point in the history
  5. updated lint errors

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0654541 View commit details
    Browse the repository at this point in the history
  6. lint fix

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0dab618 View commit details
    Browse the repository at this point in the history
  7. lint fix

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    216f1c3 View commit details
    Browse the repository at this point in the history
  8. updated controller

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    36c5c31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a99826f View commit details
    Browse the repository at this point in the history
  10. updated syntax

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    be9e6a5 View commit details
    Browse the repository at this point in the history
  11. updated stories

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2a3ab14 View commit details
    Browse the repository at this point in the history
  12. lint fix

    NidhiKJha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8e8fc4f View commit details
    Browse the repository at this point in the history
  13. Fix requestPermissionsForOrigin

    jiexi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9017c11 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47a89c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    067bd1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc03e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    50c1163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba4d48 View commit details
    Browse the repository at this point in the history
  3. Jl/editing flow fix incremental (#27181)

    <!--
    Please submit this PR as a draft initially.
    Do not mark it as "Ready for review" until the template has been
    completely filled out, and PR status checks have passed at least once.
    -->
    
    ## **Description**
    
    <!--
    Write a short description of the changes included in this pull request,
    also include relevant motivation and context. Have in mind the following
    questions:
    1. What is the reason for the change?
    2. What is the improvement/solution?
    -->
    
    [![Open in GitHub
    Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27181?quickstart=1)
    
    ## **Related issues**
    
    Fixes:
    
    ## **Manual testing steps**
    
    1. Go to this page...
    2.
    3.
    
    ## **Screenshots/Recordings**
    
    <!-- If applicable, add screenshots and/or recordings to visualize the
    before and after of your change. -->
    
    ### **Before**
    
    <!-- [screenshots/recordings] -->
    
    ### **After**
    
    <!-- [screenshots/recordings] -->
    
    ## **Pre-merge author checklist**
    
    - [ ] I've followed [MetaMask Contributor
    Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
    Extension Coding
    Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
    - [ ] I've completed the PR template to the best of my ability
    - [ ] I’ve included tests if applicable
    - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
    if applicable
    - [ ] I’ve applied the right labels on the PR (see [labeling
    guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
    Not required for external contributors.
    
    ## **Pre-merge reviewer checklist**
    
    - [ ] I've manually tested the PR (e.g. pull and build branch, run the
    app, test code being changed).
    - [ ] I confirm that this PR addresses all acceptance criteria described
    in the ticket it closes and includes the necessary testing evidence such
    as recordings and or screenshots.
    jiexi authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3b224f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    5ef45cc View commit details
    Browse the repository at this point in the history
  2. lint fix

    NidhiKJha committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f120d34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    753c28d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9f8c30 View commit details
    Browse the repository at this point in the history
  5. updated changes

    NidhiKJha committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f945e28 View commit details
    Browse the repository at this point in the history
  6. lint fix

    NidhiKJha committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    83789f4 View commit details
    Browse the repository at this point in the history
  7. Jl/editing flow network client switch (#27225)

    <!--
    Please submit this PR as a draft initially.
    Do not mark it as "Ready for review" until the template has been
    completely filled out, and PR status checks have passed at least once.
    -->
    
    ## **Description**
    
    Switch the selected network for the domain and the globally selected
    network when the permittedChains permission changes and the currently
    selected network for the domain is no longer in the list of permitted
    chains
    
    [![Open in GitHub
    Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27225?quickstart=1)
    
    ## **Related issues**
    
    Fixes:
    
    ## **Manual testing steps**
    
    1. Go to this page...
    2.
    3.
    
    ## **Screenshots/Recordings**
    
    <!-- If applicable, add screenshots and/or recordings to visualize the
    before and after of your change. -->
    
    ### **Before**
    
    <!-- [screenshots/recordings] -->
    
    ### **After**
    
    <!-- [screenshots/recordings] -->
    
    ## **Pre-merge author checklist**
    
    - [ ] I've followed [MetaMask Contributor
    Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
    Extension Coding
    Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
    - [ ] I've completed the PR template to the best of my ability
    - [ ] I’ve included tests if applicable
    - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
    if applicable
    - [ ] I’ve applied the right labels on the PR (see [labeling
    guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
    Not required for external contributors.
    
    ## **Pre-merge reviewer checklist**
    
    - [ ] I've manually tested the PR (e.g. pull and build branch, run the
    app, test code being changed).
    - [ ] I confirm that this PR addresses all acceptance criteria described
    in the ticket it closes and includes the necessary testing evidence such
    as recordings and or screenshots.
    jiexi authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8c6615f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    baa58c8 View commit details
    Browse the repository at this point in the history
  9. fixed ts errors

    NidhiKJha committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dab66ec View commit details
    Browse the repository at this point in the history
  10. Fix permissions/selectors

    jiexi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ee2fe20 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fixed ts errors

    NidhiKJha committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    31edcdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a8b53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77e5fb5 View commit details
    Browse the repository at this point in the history
  4. lint fix

    NidhiKJha committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ee59fc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e08e8d View commit details
    Browse the repository at this point in the history
  6. remove infura key

    jiexi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bf7eba4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3bc08c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c11b4f7 View commit details
    Browse the repository at this point in the history
  9. update data-testid tags

    jiexi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    db2d3d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f55140 View commit details
    Browse the repository at this point in the history
  11. Deal with code dupe

    jiexi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f2495d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19d8b78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    72bf769 View commit details
    Browse the repository at this point in the history
  14. removed yarn change

    NidhiKJha committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5aaafd5 View commit details
    Browse the repository at this point in the history
  15. updated url Params

    NidhiKJha committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    27b6904 View commit details
    Browse the repository at this point in the history
  16. updated url Params

    NidhiKJha committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f02ce6b View commit details
    Browse the repository at this point in the history
  17. nit fix

    NidhiKJha committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3868d34 View commit details
    Browse the repository at this point in the history
  18. updated for test nets

    NidhiKJha committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    be170f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    024597d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    144dea4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0dc84aa View commit details
    Browse the repository at this point in the history
  22. lint

    jiexi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7a1e426 View commit details
    Browse the repository at this point in the history
  23. reduce type casts

    jiexi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9238525 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8984bab View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d065a0c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. updated permissions page

    NidhiKJha committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fdeb285 View commit details
    Browse the repository at this point in the history
  2. swap !checked condition order

    jiexi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    38bdbcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62f749b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fb591d View commit details
    Browse the repository at this point in the history
  5. lint fix

    NidhiKJha committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6253029 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    178ba33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    428d3ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5eff06e View commit details
    Browse the repository at this point in the history
  9. add SiteCellConnectionListItem

    jiexi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    607a63e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6568ee0 View commit details
    Browse the repository at this point in the history
  11. Add PermissionsHeader

    jiexi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cb03172 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d250465 View commit details
    Browse the repository at this point in the history
  13. Fix missingi mports

    jiexi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    413d85a View commit details
    Browse the repository at this point in the history
  14. updated connect page

    NidhiKJha committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fe9fee4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge branch 'develop' into editing-flow

    # Conflicts:
    #	app/scripts/lib/rpc-method-middleware/handlers/add-ethereum-chain.js
    #	app/scripts/lib/rpc-method-middleware/handlers/add-ethereum-chain.test.js
    #	ui/components/multichain/edit-networks-modal/edit-networks-modal.js
    #	ui/components/multichain/network-list-menu/network-list-menu.js
    jiexi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3329bcd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Jl/editing flow refactor (#27309)

    <!--
    Please submit this PR as a draft initially.
    Do not mark it as "Ready for review" until the template has been
    completely filled out, and PR status checks have passed at least once.
    -->
    
    ## **Description**
    
    <!--
    Write a short description of the changes included in this pull request,
    also include relevant motivation and context. Have in mind the following
    questions:
    1. What is the reason for the change?
    2. What is the improvement/solution?
    -->
    
    [![Open in GitHub
    Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27309?quickstart=1)
    
    ## **Related issues**
    
    Fixes:
    
    ## **Manual testing steps**
    
    1. Go to this page...
    2.
    3.
    
    ## **Screenshots/Recordings**
    
    <!-- If applicable, add screenshots and/or recordings to visualize the
    before and after of your change. -->
    
    ### **Before**
    
    <!-- [screenshots/recordings] -->
    
    ### **After**
    
    <!-- [screenshots/recordings] -->
    
    ## **Pre-merge author checklist**
    
    - [ ] I've followed [MetaMask Contributor
    Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
    Extension Coding
    Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
    - [ ] I've completed the PR template to the best of my ability
    - [ ] I’ve included tests if applicable
    - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
    if applicable
    - [ ] I’ve applied the right labels on the PR (see [labeling
    guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
    Not required for external contributors.
    
    ## **Pre-merge reviewer checklist**
    
    - [ ] I've manually tested the PR (e.g. pull and build branch, run the
    app, test code being changed).
    - [ ] I confirm that this PR addresses all acceptance criteria described
    in the ticket it closes and includes the necessary testing evidence such
    as recordings and or screenshots.
    jiexi authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e4b1a25 View commit details
    Browse the repository at this point in the history
  2. story fix site cell

    NidhiKJha committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3ccc81a View commit details
    Browse the repository at this point in the history
  3. fixed story for accounts

    NidhiKJha committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b9b9a8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9f44fe View commit details
    Browse the repository at this point in the history
  5. updated lint fix

    NidhiKJha committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b08fb0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99f6eaf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28cb681 View commit details
    Browse the repository at this point in the history
  8. lint fix

    NidhiKJha committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dffa90e View commit details
    Browse the repository at this point in the history
  9. Lint

    jiexi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3899ac6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ecf6eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff51b36 View commit details
    Browse the repository at this point in the history
  12. Rename Request type. lint

    jiexi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3833009 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b30adc7 View commit details
    Browse the repository at this point in the history
  14. Shallow EditNetworksModal test

    jiexi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9bf45ee View commit details
    Browse the repository at this point in the history
  15. add actions specs

    jiexi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a022cf8 View commit details
    Browse the repository at this point in the history
  16. lint

    jiexi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    27f4345 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aff9dd3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e89e4e View commit details
    Browse the repository at this point in the history
  19. add background-api spec

    jiexi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dfd85ad View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e236efd View commit details
    Browse the repository at this point in the history
  21. Add edit modal scenarios

    jiexi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    171d52e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    17ee102 View commit details
    Browse the repository at this point in the history
  2. lint fix

    NidhiKJha committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c709725 View commit details
    Browse the repository at this point in the history
  3. lint fix

    NidhiKJha committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    62d6bc7 View commit details
    Browse the repository at this point in the history
  4. updated test for site cell

    NidhiKJha committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0d1f0a7 View commit details
    Browse the repository at this point in the history
  5. updated test

    NidhiKJha committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0df6988 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c2fe5e View commit details
    Browse the repository at this point in the history
  7. lintfix

    NidhiKJha committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    113e848 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c926b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c0b6c5 View commit details
    Browse the repository at this point in the history
  10. Fix actions

    jiexi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d4dd5ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    304e70f View commit details
    Browse the repository at this point in the history
  12. Remove infura key

    jiexi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    534796b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5526dd7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68ab18a View commit details
    Browse the repository at this point in the history
  15. rename addMorePermittedChains

    jiexi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9f15dad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6e33afb View commit details
    Browse the repository at this point in the history
  17. Fix background-api test

    jiexi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e0ee102 View commit details
    Browse the repository at this point in the history
  18. Fix action return types

    jiexi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c686dd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. added logo to review page

    NidhiKJha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4bdf4bc View commit details
    Browse the repository at this point in the history
  2. removed unnecessary type

    NidhiKJha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    84d1c48 View commit details
    Browse the repository at this point in the history
  3. nit fix

    NidhiKJha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9b8a484 View commit details
    Browse the repository at this point in the history
  4. lint fix

    NidhiKJha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    35c81db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76808f6 View commit details
    Browse the repository at this point in the history
  6. updated site cell

    NidhiKJha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0342f15 View commit details
    Browse the repository at this point in the history
  7. fix typo in actions

    jiexi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1bc9e0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bbcb3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4395ad View commit details
    Browse the repository at this point in the history
  10. updated test

    NidhiKJha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1b853f4 View commit details
    Browse the repository at this point in the history
  11. updated test

    NidhiKJha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bb51d59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c67c60f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab5b004 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2e955c5 View commit details
    Browse the repository at this point in the history
  15. do not grant permitted changes on network switch if origin does not h…

    …ave permitted accounts
    jiexi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    84159e5 View commit details
    Browse the repository at this point in the history
  16. fix permitted chain toast being shown when network is switched to an …

    …unpermitted chain on the review permission component on permitted origin and then the origin is disconnected
    jiexi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e69d0f7 View commit details
    Browse the repository at this point in the history
  17. Use showPermittedNetworkToastOpen in ReviewPermissions page to trigge…

    …r setShowNetworkToast
    jiexi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5fadd78 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2429f51 View commit details
    Browse the repository at this point in the history