1. 01 Jun, 2023 5 commits
  2. 31 May, 2023 2 commits
  3. 30 May, 2023 2 commits
  4. 27 May, 2023 2 commits
  5. 26 May, 2023 10 commits
    • eddie's avatar
      feat: log swap button click (#6654) · b57a5d7d
      eddie authored
      b57a5d7d
    • eddie's avatar
      fix: design nits on summary view (#6623) · e2dd78fd
      eddie authored
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: re-order functions
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: update permit2 e2e tests
      
      * feat: tests passing
      
      * fix: swap test
      
      * fix: bad merge
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: PendingModalContent tests
      
      * feat: useMaxAmountIn
      
      * fix: bad merge
      
      * fix: naming
      
      * fix: modal flicker when refetching trade
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: remove step indicators when only one step
      
      * feat: move content into PendingModalContent component
      
      * fix: lint
      
      * chore: merge
      
      * fix: update tests for new modal
      
      * feat: add l2 chain logo to modal
      
      * feat: add unit test
      
      * fix: correct modal state when moving between steps
      
      * fix: correct modal state when moving between steps
      
      * fix: proper error handling of user rejection of swap
      
      * feat: update e2e test
      
      * fix: typecheck
      
      * feat: design updates, state updates
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      
      * feat: refactor approval flow into a hook
      
      * fix: custom error type
      
      * fix: testid fix
      
      * fix: text colors
      
      * fix: add comment
      
      * wip: permit2 modal animations
      
      * fix: entrance animations
      
      * feat: step indicator transitions
      
      * feat: icon aniamtions
      
      * feat: fix spinner icon
      
      * fix: re-organize new code
      
      * fix: svg import
      
      * fix: tradeMeaningfullyDiffers improvement and prepareFlow fix
      
      * fix: address  comments
      
      * fix: headerContent prop
      
      * fix: change tooltip to external link
      
      * feat: add comments explaining async state
      
      * fix: test updates
      
      * fix: nits
      
      * fix: design nits
      
      * fix: reduce nesting
      
      * fix: address comments
      
      * test: remove line from test for debugging
      
      * fix: update tests
      
      * fix: address  comments
      
      * fix: comments
      
      * fix: update tests
      
      * fix: update tests
      
      * fix: more nesting in test
      
      * feat: correct help center article
      
      * fix: design nits on summary view
      
      * fix: update test
      
      * fix: update snapshots
      
      * fix: update e2e test
      
      * fix: etherscan link
      
      * fix: update error test
      
      * fix: dont show loader unless onchain processing is happening
      
      * fix: update designs and add comments
      
      * fix: update content in test
      
      * fix: update tests more
      
      * fix: test
      
      * fix: reorganize test code
      
      * fix: sentence case in one more test
      
      * fix: mainnet loading indicator on last step
      
      * fix: re-use opacity css code
      
      * fix: testid issue with test
      
      * fix: update copy
      
      * fix: update strings in test
      
      * fix: lint
      
      * fix: modal height and css improvements
      
      * fix: empty
      
      * fix: padding on l2 badge
      
      * fix: lint
      e2dd78fd
    • eddie's avatar
      feat: fix help center link (#6621) · 96d6e00e
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: re-order functions
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: update permit2 e2e tests
      
      * feat: tests passing
      
      * fix: swap test
      
      * fix: bad merge
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: PendingModalContent tests
      
      * feat: useMaxAmountIn
      
      * fix: bad merge
      
      * fix: naming
      
      * fix: modal flicker when refetching trade
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: remove step indicators when only one step
      
      * feat: move content into PendingModalContent component
      
      * fix: lint
      
      * chore: merge
      
      * fix: update tests for new modal
      
      * feat: add l2 chain logo to modal
      
      * feat: add unit test
      
      * fix: correct modal state when moving between steps
      
      * fix: correct modal state when moving between steps
      
      * fix: proper error handling of user rejection of swap
      
      * feat: update e2e test
      
      * fix: typecheck
      
      * feat: design updates, state updates
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      
      * feat: refactor approval flow into a hook
      
      * fix: custom error type
      
      * fix: testid fix
      
      * fix: text colors
      
      * fix: add comment
      
      * wip: permit2 modal animations
      
      * fix: entrance animations
      
      * feat: step indicator transitions
      
      * feat: icon aniamtions
      
      * feat: fix spinner icon
      
      * fix: re-organize new code
      
      * fix: svg import
      
      * fix: tradeMeaningfullyDiffers improvement and prepareFlow fix
      
      * fix: address  comments
      
      * fix: headerContent prop
      
      * fix: change tooltip to external link
      
      * feat: add comments explaining async state
      
      * fix: test updates
      
      * fix: nits
      
      * fix: design nits
      
      * fix: reduce nesting
      
      * fix: address comments
      
      * test: remove line from test for debugging
      
      * fix: update tests
      
      * fix: address  comments
      
      * fix: comments
      
      * fix: update tests
      
      * fix: update tests
      
      * fix: more nesting in test
      
      * feat: correct help center article
      
      * fix: update test
      
      * fix: update e2e test
      
      * fix: update error test
      
      * fix: dont show loader unless onchain processing is happening
      
      * fix: update designs and add comments
      
      * fix: update content in test
      
      * fix: update tests more
      
      * fix: reorganize test code
      
      * fix: mainnet loading indicator on last step
      
      * fix: re-use opacity css code
      
      * fix: testid issue with test
      
      * fix: lint
      
      * fix: modal height and css improvements
      
      * fix: empty
      96d6e00e
    • eddie's avatar
      feat: permit2 animations WEB-2036 (#6590) · dd29c592
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: re-order functions
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: update permit2 e2e tests
      
      * feat: tests passing
      
      * fix: swap test
      
      * fix: bad merge
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: PendingModalContent tests
      
      * feat: useMaxAmountIn
      
      * fix: bad merge
      
      * fix: naming
      
      * fix: modal flicker when refetching trade
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: remove step indicators when only one step
      
      * feat: move content into PendingModalContent component
      
      * fix: lint
      
      * chore: merge
      
      * fix: update tests for new modal
      
      * feat: add l2 chain logo to modal
      
      * feat: add unit test
      
      * fix: correct modal state when moving between steps
      
      * fix: correct modal state when moving between steps
      
      * fix: proper error handling of user rejection of swap
      
      * feat: update e2e test
      
      * fix: typecheck
      
      * feat: design updates, state updates
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      
      * feat: refactor approval flow into a hook
      
      * fix: custom error type
      
      * fix: testid fix
      
      * fix: text colors
      
      * fix: add comment
      
      * wip: permit2 modal animations
      
      * fix: entrance animations
      
      * feat: step indicator transitions
      
      * feat: icon aniamtions
      
      * feat: fix spinner icon
      
      * fix: re-organize new code
      
      * fix: svg import
      
      * fix: tradeMeaningfullyDiffers improvement and prepareFlow fix
      
      * fix: address  comments
      
      * fix: headerContent prop
      
      * fix: change tooltip to external link
      
      * feat: add comments explaining async state
      
      * fix: test updates
      
      * fix: nits
      
      * fix: design nits
      
      * fix: reduce nesting
      
      * fix: address comments
      
      * test: remove line from test for debugging
      
      * fix: update tests
      
      * fix: address  comments
      
      * fix: comments
      
      * fix: update tests
      
      * fix: update tests
      
      * fix: more nesting in test
      
      * fix: update test
      
      * fix: update e2e test
      
      * fix: update error test
      
      * fix: dont show loader unless onchain processing is happening
      
      * fix: update designs and add comments
      
      * fix: update content in test
      
      * fix: update tests more
      
      * fix: reorganize test code
      
      * fix: mainnet loading indicator on last step
      
      * fix: re-use opacity css code
      
      * fix: testid issue with test
      
      * fix: lint
      
      * fix: modal height and css improvements
      
      * fix: empty
      dd29c592
    • eddie's avatar
      feat: update content in Swap Submission Modal (#6577) · 8c2a0f19
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: re-order functions
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: update permit2 e2e tests
      
      * feat: tests passing
      
      * fix: swap test
      
      * fix: bad merge
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: PendingModalContent tests
      
      * feat: useMaxAmountIn
      
      * fix: bad merge
      
      * fix: naming
      
      * fix: modal flicker when refetching trade
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: remove step indicators when only one step
      
      * feat: move content into PendingModalContent component
      
      * fix: lint
      
      * chore: merge
      
      * fix: update tests for new modal
      
      * feat: add l2 chain logo to modal
      
      * feat: add unit test
      
      * fix: correct modal state when moving between steps
      
      * fix: correct modal state when moving between steps
      
      * fix: proper error handling of user rejection of swap
      
      * feat: update e2e test
      
      * fix: typecheck
      
      * feat: design updates, state updates
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      
      * feat: refactor approval flow into a hook
      
      * fix: custom error type
      
      * fix: testid fix
      
      * fix: text colors
      
      * fix: add comment
      
      * fix: tradeMeaningfullyDiffers improvement and prepareFlow fix
      
      * fix: address  comments
      
      * fix: headerContent prop
      
      * fix: change tooltip to external link
      
      * feat: add comments explaining async state
      
      * fix: test updates
      
      * fix: nits
      
      * fix: reduce nesting
      
      * fix: address comments
      
      * test: remove line from test for debugging
      
      * fix: update tests
      
      * fix: address  comments
      
      * fix: comments
      
      * fix: update tests
      
      * fix: update tests
      
      * fix: more nesting in test
      
      * fix: update test
      
      * fix: update e2e test
      
      * fix: update error test
      
      * fix: update content in test
      
      * fix: reorganize test code
      8c2a0f19
    • eddie's avatar
      feat: swap rejection error handling (#6576) · 682fba21
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: re-order functions
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: update permit2 e2e tests
      
      * feat: tests passing
      
      * fix: swap test
      
      * fix: bad merge
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: PendingModalContent tests
      
      * feat: useMaxAmountIn
      
      * fix: bad merge
      
      * fix: naming
      
      * fix: modal flicker when refetching trade
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: remove step indicators when only one step
      
      * feat: move content into PendingModalContent component
      
      * fix: lint
      
      * chore: merge
      
      * fix: update tests for new modal
      
      * feat: add l2 chain logo to modal
      
      * feat: add unit test
      
      * fix: correct modal state when moving between steps
      
      * fix: correct modal state when moving between steps
      
      * fix: proper error handling of user rejection of swap
      
      * feat: update e2e test
      
      * fix: typecheck
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      
      * feat: refactor approval flow into a hook
      
      * fix: custom error type
      
      * fix: testid fix
      
      * fix: add comment
      
      * fix: tradeMeaningfullyDiffers improvement and prepareFlow fix
      
      * fix: address  comments
      
      * fix: headerContent prop
      
      * feat: add comments explaining async state
      
      * fix: test updates
      
      * fix: nits
      
      * fix: reduce nesting
      
      * fix: address comments
      
      * test: remove line from test for debugging
      
      * fix: update tests
      
      * fix: address  comments
      
      * fix: update tests
      
      * fix: more nesting in test
      
      * fix: update test
      
      * fix: update e2e test
      
      * fix: update error test
      
      * fix: reorganize test code
      682fba21
    • eddie's avatar
      feat: add l2 chain logo to modal (#6575) · 0f5e8710
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: re-order functions
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: update permit2 e2e tests
      
      * feat: tests passing
      
      * fix: swap test
      
      * fix: bad merge
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: PendingModalContent tests
      
      * feat: useMaxAmountIn
      
      * fix: bad merge
      
      * fix: naming
      
      * fix: modal flicker when refetching trade
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: remove step indicators when only one step
      
      * feat: move content into PendingModalContent component
      
      * fix: lint
      
      * chore: merge
      
      * fix: update tests for new modal
      
      * feat: add l2 chain logo to modal
      
      * feat: add unit test
      
      * fix: correct modal state when moving between steps
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      
      * feat: refactor approval flow into a hook
      
      * fix: testid fix
      
      * fix: tradeMeaningfullyDiffers improvement and prepareFlow fix
      
      * fix: address  comments
      
      * fix: headerContent prop
      
      * feat: add comments explaining async state
      
      * fix: test updates
      
      * fix: nits
      
      * fix: reduce nesting
      
      * fix: address comments
      
      * test: remove line from test for debugging
      
      * fix: update tests
      
      * fix: address  comments
      
      * fix: update tests
      
      * fix: more nesting in test
      
      * fix: update test
      
      * fix: reorganize test code
      0f5e8710
    • eddie's avatar
      test: permit2 flow component tests (#6551) · 07527bab
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: re-order functions
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: update permit2 e2e tests
      
      * feat: tests passing
      
      * fix: swap test
      
      * fix: bad merge
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: PendingModalContent tests
      
      * feat: useMaxAmountIn
      
      * fix: bad merge
      
      * fix: naming
      
      * fix: modal flicker when refetching trade
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: remove step indicators when only one step
      
      * feat: move content into PendingModalContent component
      
      * fix: lint
      
      * chore: merge
      
      * fix: update tests for new modal
      
      * fix: correct modal state when moving between steps
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      
      * feat: refactor approval flow into a hook
      
      * fix: testid fix
      
      * fix: tradeMeaningfullyDiffers improvement and prepareFlow fix
      
      * fix: address  comments
      
      * feat: add comments explaining async state
      
      * fix: test updates
      
      * fix: nits
      
      * fix: reduce nesting
      
      * fix: address comments
      
      * test: remove line from test for debugging
      
      * fix: update tests
      
      * fix: update tests
      
      * fix: more nesting in test
      
      * fix: update test
      
      * fix: reorganize test code
      07527bab
    • eddie's avatar
      feat: permit2 flow updates (#6538) · 7934777f
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * fix: modal flicker when refetching trade
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: remove step indicators when only one step
      
      * feat: move content into PendingModalContent component
      
      * fix: lint
      
      * fix: correct modal state when moving between steps
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      
      * feat: refactor approval flow into a hook
      
      * fix: tradeMeaningfullyDiffers improvement and prepareFlow fix
      
      * fix: address  comments
      
      * feat: add comments explaining async state
      
      * fix: nits
      
      * fix: address comments
      
      * feat: permit2 e2e tests (#6541)
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: working
      
      * fix: fix flow
      
      * feat: simplify states and build new modal UI
      
      * feat: todos and differs fix
      
      * feat: update tx status modal
      
      * feat: split up approve and permit
      
      * feat: error state
      
      * feat: update success and error states
      
      * feat: undo changes to TxConfirmationModal
      
      * feat: re-order functions
      
      * wip: move approval to summary modal
      
      * wip: not working
      
      * feat: update permit2 e2e tests
      
      * feat: tests passing
      
      * fix: swap test
      
      * fix: bad merge
      
      * chore: merge
      
      * fix: update tests for new modal
      
      * fix: testid fix
      
      * fix: test updates
      
      * fix: reduce nesting
      
      * test: remove line from test for debugging
      
      * fix: update tests
      
      * fix: more nesting in test
      
      * fix: update test
      
      * fix: reorganize test code
      7934777f
    • Zach Pomerantz's avatar
      test(e2e): improve hardhat configuration (#6650) · 2415a1e3
      Zach Pomerantz authored
      build: cache hardhat cache
      2415a1e3
  6. 25 May, 2023 7 commits
  7. 24 May, 2023 5 commits
  8. 23 May, 2023 5 commits
  9. 22 May, 2023 2 commits
    • cartcrom's avatar
      feat: special case arb search (#6584) · f3a80c62
      cartcrom authored
      * feat: special case arb search
      
      * fix: check both current and existing token
      f3a80c62
    • Zach Pomerantz's avatar
      test(e2e): attempt to de-flake (#6611) · b89ee364
      Zach Pomerantz authored
      * test(e2e): improve memory mgmt
      
      * test(e2e): record flakes
      
      * test(e2e): simplify tests in attempt to de-flake
      
      * test(e2e): more simplification
      
      * test(e2e): disable transaction popup checks
      
      * test(e2e): better wrap assertions
      
      * test(e2e): always assert both inputs
      b89ee364