1. 13 Jul, 2021 5 commits
  2. 12 Jul, 2021 5 commits
  3. 11 Jul, 2021 2 commits
  4. 09 Jul, 2021 11 commits
    • Crowdin Bot's avatar
    • Moody Salem's avatar
      8bf9a9ce
    • Crowdin Bot's avatar
    • Crowdin Bot's avatar
    • Crowdin Bot's avatar
    • Justin Domingue's avatar
      fix: make liquidity chart and input step counter responsive (#2005) · ab9c27ed
      Justin Domingue authored
      * make chart responsive
      
      * make input step counter text responsive
      
      * clean up chart
      ab9c27ed
    • Moody Salem's avatar
    • Justin Domingue's avatar
      fix: min/max price inverted in positions page (#2002) · 318252b6
      Justin Domingue authored
      * fix param ordering in inverter hook
      
      * use object param
      318252b6
    • Noah Zinsmeister's avatar
      update multicall address · 440c50dd
      Noah Zinsmeister authored
      440c50dd
    • Crowdin Bot's avatar
    • Justin Domingue's avatar
      feat(pool): add liquidity distribution range slider and update add liquidity layout (#1829) · ffbd2d10
      Justin Domingue authored
      * first iteration of useTicks and useActiveLiquidity
      
      * feat(pools): add liquidity depth chart (#1835)
      
      * cleanup
      
      * use area chart instead of bar chart
      
      * check for undefined rather than falsy
      
      * feat: range buttons based on fee amount (#1870)
      
      * range buttons based on fee amount
      
      * hardcode percentages as ticks
      
      * increase blocksperfect
      
      * feat: optimize add liquidity charts (#1880)
      
      * ignore syncing state
      
      * remove surrounding ticks
      
      * avoid processing price1 as it is unused
      
      * cleanup
      
      * feat: add zoom buttons to liquidity depth chart (#1882)
      
      * ignore syncing state
      
      * remove surrounding ticks
      
      * avoid processing price1 as it is unused
      
      * cleanup
      
      * first pass at +/- zoom buttons
      
      * remove console.log, cleanup
      
      * use real price for price line
      
      * updated brush handles to latest spec
      
      * added % labels to handles
      
      * round tick to nearest usable tick
      
      * first pass at brushable area chart with d3
      
      * first pass at brushable area chart with d3
      
      * rework
      
      * address PR comments
      
      * add brush handles
      
      * address PR comments
      
      * further improvements
      
      * feat(pools): improve full range support + capital efficiency warning (#1903)
      
      * handle min and max prices in add liquidity
      
      * cleaned up
      
      * use flag to denote full range
      
      * reset inputs on fee select
      
      * fixed merge conflict
      
      * handle full range in positions preview
      
      * fixed invalid range when tokens are reversed
      
      * use formatTickData
      
      * updated layout
      
      * cleaned up layout
      
      * fixed address
      
      * avoid re-rendering deposit amounts
      
      * added zoom behavior and more styling
      
      * renamed chart
      
      * renamed main chart file;
      
      * add brush tooltips
      
      * remove chart title
      
      * added accents to brush handles
      
      * more work
      
      * moved to file
      
      * modularize chart components
      
      * fix maximum depth
      
      * added brush labels
      
      * cleanup
      
      * cleanup
      
      * set up zoom
      
      * added new components
      
      * improved brush and zoom integration
      
      * cleaned up clip path
      
      * fixed clip paths
      
      * integrated with the graph changes
      
      * adjust fee selector
      
      * fix data error
      
      * add bar chart
      
      * polish
      
      * merged
      
      * clean up error
      
      * cleaned up after merge
      
      * visual improvements
      
      * moved +/- buttons to the right/left
      
      * removed margin bottom
      
      * removed unsused
      
      * fix brush labels % change
      
      * use d3.axisBottom
      
      * updated labels
      
      * improve brush range
      
      * fix one brush change only
      
      * adjust zoom and clippath
      
      * use bars
      
      * use area
      
      * adjust axis bottom to mocks;
      
      * improved bars
      
      * show bar colors
      
      * better handle full range
      
      * adjust colors for light mode
      
      * updated to mocks
      
      * adjusted handles for visibility
      
      * switch to area
      
      * add react ga events
      
      * adjusted to mocks
      
      * memo brush domain to avoid re-renders
      
      * fix inputstepcounter color
      
      * adjust handles
      
      * rely on the graph sorting tickidx
      
      * use curvestepafter
      
      * updated polish
      
      * merged main
      
      * add clamping and other fixes
      
      * highlight selected area using a mask
      
      * use price instead of % for labels
      
      * delete unused
      
      * refine ux
      
      * relayout
      
      * improve hooks
      
      * adjust layout for mobile
      
      * fixed card color
      
      * adjust padding
      
      * preent tick overflow
      
      * flip handles sooner
      
      * delete bars.tsx
      ffbd2d10
  5. 08 Jul, 2021 11 commits
  6. 07 Jul, 2021 6 commits