1. 15 May, 2023 3 commits
    • Charles Bachmeier's avatar
      feat: [DetailsV2] Offer and Listing Tables (#6515) · 42e3af7b
      Charles Bachmeier authored
      * added home icon, basic content container with scroll behaviour
      
      * add more struct
      
      * add timeUntil util, add main structure of generic component, basic mock data
      
      * propagate asset
      
      * actual fake data
      
      * working scroll
      
      * proper alignment
      
      * 1155 quantity
      
      * small window sizes
      
      * more action buttons
      
      * cleanup
      
      * update snapshot
      
      * add tests
      
      * add new test files
      
      * add outline and hide usd price for certain screen sizes
      
      * use sell order data
      
      * update tests
      
      * fetch multiple listings
      
      * better price width on select screens
      
      * mobile icon for approve
      
      * bottom padding on mobile
      
      * update snapshot
      
      * use test objs in tests
      
      * update query
      
      * add border between rows
      
      * update page padding
      
      * breakpoint overlap
      
      * simplified sellOrder check
      
      * external link
      
      * upstream button and better mobile padding
      
      * add file and update tests
      
      ---------
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      42e3af7b
    • Vignesh Mohankumar's avatar
    • Tina's avatar
      fix: Revert "build: upgrade to webpack 5 (#6459)" (#6566) · 5e591455
      Tina authored
      Revert "build: upgrade to webpack 5 (#6459)"
      
      This reverts commit ec547ab1.
      5e591455
  2. 13 May, 2023 2 commits
    • Zach Pomerantz's avatar
      build: upgrade to webpack 5 (#6459) · ec547ab1
      Zach Pomerantz authored
      * fix: import default from json
      
      * fix: fallback to path-browserify
      
      * build: upgrade to webpack5
      
      * test: update size-tests to reflect single entry
      
      * test: increase service-worker timeout
      
      * docs: improve comments
      
      * build: rm MiniCssExtract workaround
      
      * docs: even better comments
      
      * test: back out longer test
      
      * build: vendor chunk
      
      * test: increase sw timeout
      
      * fix: justified splitChunks config
      
      * better explanation
      
      * fix: longer timeout
      
      * fix: caching
      
      * merge and rm duplication
      
      * build
      ec547ab1
    • Charles Bachmeier's avatar
      feat: [DetailsV2] Data Page Header (#6549) · 9de76c69
      Charles Bachmeier authored
      * hide header on mobile
      
      * add buy and offer buttons, thumbnail, text
      
      * handle no sell orders and add tests
      
      * rehide on mobile
      
      * breakpoint optimizations
      
      * design feedback
      
      ---------
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      9de76c69
  3. 12 May, 2023 10 commits
  4. 11 May, 2023 3 commits
  5. 10 May, 2023 17 commits
  6. 09 May, 2023 5 commits
    • Zach Pomerantz's avatar
      test(e2e): token details and test cleanup (#6516) · 38d9ab67
      Zach Pomerantz authored
      * test(e2e): split e2e commands/setup
      
      * test(e2e): consolidate tests
      
      * test(e2e): simplify
      
      * test(e2e): mv token details tests to appropriate spec
      
      * test(e2e): rm obsolete constant
      
      * test(e2e): comments
      
      * test(e2e): do not wait for animations
      38d9ab67
    • Jordan Frankfurt's avatar
      test: skip flakey e2e test (#6517) · 5e6ef157
      Jordan Frankfurt authored
      5e6ef157
    • Vignesh Mohankumar's avatar
      fix: ensure event.request is defined in trace (#6498) · 4a015e9d
      Vignesh Mohankumar authored
      * fix: ensure event.request is defined in trace
      
      * add check for empty event
      4a015e9d
    • Mike Grabowski's avatar
      feat: new Settings menu for Swap (#6480) · c383a0a0
      Mike Grabowski authored
      * feat: initial commit
      
      * remove extra check
      
      * chore: divider fix
      
      * feat: switch from boolean to routerPreference enum
      
      * chore: align name
      
      * chore: fix two errors
      
      * chore: clean up
      
      * chore: entire radio button clickable
      
      * chore: remove unused toggle component
      
      * Revert "chore: remove unused toggle component"
      
      This reverts commit 42858a02b5bcd572682db38025b69f8b1426a8c1.
      
      * feat: rewrite slippage
      
      * feat: Slippage
      
      * chore: tbd tomorrow
      
      * Update src/state/user/reducer.ts
      Co-authored-by: default avatarTina <59578595+tinaszheng@users.noreply.github.com>
      
      * feat: replace auto with Slippage enum
      
      * chore: add todo for deadline
      
      * chore: cleanup
      
      * feat: improve autoslippage
      
      * chore: replace price with auto
      
      * chore: fix lint
      
      * test: add coverage for Expand
      
      * chore: fix tests
      
      * chore: review feedback part 1
      
      * chore: rework warning
      
      * chore: add jira tickets
      
      * feat: add tests for useUserSlippageTolerance
      
      * chore: add some more
      
      * chore: one more
      
      * add tests for slippage
      
      * chore: add unit tests for transactionsettings
      
      * remove
      
      * revet changes to improve coverage
      
      * chore: update to figma caption
      
      * chore
      
      * chore
      
      * chore: update wording
      
      * Update src/components/Expand/index.tsx
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * fix: issue with new value, update confusing migration comment
      
      * chore: remove opacity animation temporarily
      
      * chore: update snapshot test
      
      * chore: fix e2e + update comment
      
      * chore: fix tests
      
      * chore: fix tests
      
      ---------
      Co-authored-by: default avatarTina <59578595+tinaszheng@users.noreply.github.com>
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      c383a0a0
    • Vignesh Mohankumar's avatar
      d6e92804