a6Ce6Bs
3d4b077b89
fix: networkProvider error ( #4674 )
2022-09-20 11:34:40 -05:00
pp-hh-ii-ll
0f4a89d938
fix: update Unisocks status icon and positioning ( #4582 )
...
* fix: update Unisocks status icon and positioning
Updates design of Unisocks icon and adjusts positioning to suit new design
* Update StatusIcon.tsx
v4.119.1
2022-09-19 15:17:41 -04:00
vignesh mohankumar
0d0ec12dbf
fix: normalize NavBar button heights ( #4656 )
...
* fix: normalize NavBar button heights
* chainswitcher and web3status are not using this component
* update nav icon
2022-09-19 14:50:30 -04:00
vignesh mohankumar
afe30a2c02
fix: reset Widget amount on URL change ( #4668 )
...
* fix: reset Widget amount on URL change
* empty
2022-09-19 14:50:16 -04:00
vignesh mohankumar
2f9289a2c5
fix: updates Widget defaultToken on URL change ( #4666 )
...
* fix: updates defaultToken on URL change
* rm usePrevious
2022-09-19 13:52:36 -04:00
vignesh mohankumar
7a9d2e80d0
refactor: move components/AmplitudeAnalytics to analytics ( #4655 )
...
* move components/AmplitudeAnalytics to analytics/amplitude
* move to analytics
* fix imports
2022-09-19 12:54:54 -04:00
vignesh mohankumar
d4b8735c04
fix: remove sendTestAnalyticsEvent ( #4653 )
...
* fix: remove sendTestAnalyticsEvent
* comments
2022-09-19 12:44:29 -04:00
vignesh mohankumar
d31687d0bf
style: remove broken flex property ( #4650 )
2022-09-19 11:53:42 -04:00
vignesh mohankumar
470535dd33
fix: pass outputCurrency not inputCurrency ( #4649 )
2022-09-19 11:53:31 -04:00
lynn
27f53f1e99
fix: load correct initial display price and % delta w/o need for scrubbing on token detail chart ( #4651 )
...
* remove console logs
* fix in response to comments
2022-09-19 11:30:09 -04:00
aballerr
e7d498c95e
chore: Merging details part 3 ( #4637 )
...
* Merging details part 3
Co-authored-by: Alex Ball <alexball@UNISWAP-MAC-038.local>
2022-09-19 09:32:11 -04:00
vignesh mohankumar
02b617d297
fix: move token banner logic into Modals ( #4638 )
...
* move banner logic into Modals
* fixed
* z-index
* fix
* fix
v4.119.0
2022-09-16 16:25:25 -04:00
vignesh mohankumar
96d04e1a7d
fix: remove search overlay ( #4648 )
2022-09-16 16:24:13 -04:00
vignesh mohankumar
fe9d805d7c
fix: link to swap with inputCurrency from mobile token detail ( #4647 )
2022-09-16 16:00:58 -04:00
vignesh mohankumar
b6c136839e
fix: show copied text where address was clicked ( #4646 )
...
* pos x
* working
* tooltip width
2022-09-16 15:14:55 -04:00
Charles Bachmeier
8c947a0e0d
feat: Add Select Page Modal ( #4643 )
...
* add select nfts shopping bag modal
* Add shopping bag to top lovel modal wrapper
* addressing comments
* rename to listingTag
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-09-16 11:31:25 -07:00
Charles Bachmeier
49c5cbbf3b
feat: Add sell page filters sidebar ( #4630 )
...
* working sell filters
* split filters into own file
* include new file
* fix eslint warnings
* update filter button param and fix rerender bug
* de morgon's law
* usecallback
* move max_padding
* extend htmlinputelement for checkbox
* styles cleanup
* simplify checkbox sprinkles
* add null check to collectionfilteritem
* remove x axis scrollbar on collections
* update fitlerbutton logic
* scrollbar width
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-09-16 10:55:26 -07:00
Greg Bugyis
efaefe2e44
fix: Token Details chart: adjust curveTension on 1H chart timeframe ( #4632 )
...
Adjust curveTension on 1H chart timeframe
v4.118.0
2022-09-16 20:19:20 +03:00
lynn
ed95f1b966
fix: add IP to test project for amplitude ( #4644 )
...
* init
* fix lint
* add comment
* lint fix
Co-authored-by: Lynn Yu <lynn.yu@ContangoITs-MacBook-Pro.local>
2022-09-16 13:13:30 -04:00
Jack Short
7ecbc552aa
feat: cards resize to uniform height ( #4639 )
...
* feat: cards resize to uniform height if differenting heights in collection
* setting uniform height if card is video
2022-09-16 10:45:05 -04:00
Jack Short
dadc997398
chore: updating sprinkles z indices ( #4641 )
...
chore: updating sprinkles zindices
2022-09-15 19:10:43 -04:00
lynn
b90d6b5ab0
feat: amplitude swap fixes ( #4627 )
...
* init
* add back txn completed event
2022-09-15 17:53:45 -04:00
Jack Short
db5c6f82fd
fix: search rerender ( #4640 )
2022-09-15 17:28:19 -04:00
lynn
f161f9617b
feat: Web 924 explore use real data for the sparkline price charts ( #4634 )
...
* init
* test
* working w new hook
* simsplify
* fixes to comments
* extra comment remove
2022-09-15 17:27:33 -04:00
Connor McEwen
9d3249e6bd
fix: rendering issues with modal/header ( #4636 )
...
* fix overlay issue with modal
* fix z index
v4.117.0
2022-09-15 15:32:06 -04:00
Jack Short
f1c65afa98
feat: audio video nft collection cards ( #4628 )
...
* feat: video asset cards
* feat: audio cards
* square aspect ratio for videos
* adding playsinline
2022-09-15 15:12:23 -04:00
Jack Short
80c1f0cdf9
feat: nft filter bar ( #4617 )
...
* initial filter window
* filters
* filter button
* adding all filters to filter check
* sorting exports
* reviewing old css
* change to const
* responding to comments
* removing isMobile
* fixing radio input
* refactoring radio
* refactoring radio
* reusing the same class
* removing unused props
* removing useless clsx
* removing scrollToTop
2022-09-15 13:01:04 -04:00
aballerr
ea0fe83d00
chore: Merging details part 2 ( #4594 )
...
* Merging details part 2
Co-authored-by: Alex Ball <alexball@UNISWAP-MAC-038.local>
2022-09-15 12:28:04 -04:00
Greg Bugyis
994836fba7
style: Extend hover on secondary dropdown menu links ( #4633 )
...
* Full width hover on secondary menu links
* Remove commented line
2022-09-15 19:27:03 +03:00
Greg Bugyis
41aa1dcb0b
feat: NFT Explore Value prop row ( #4603 )
...
* NFT Explore: value prop row
* Changes from PR feedback
* Tweak opacity values
* Style cleanup
* Adjust bg image on smaller screen sizes
* Remove unnecessary media query
Co-authored-by: gbugyis <greg@bugyis.com>
v4.116.0
2022-09-15 11:48:15 +03:00
Zach Pomerantz
3965d3fdd9
feat: upgrade widget ( #4629 )
...
* feat: upgrade widget and use static connectors
* build: upgrade lockfile
2022-09-14 16:29:18 -07:00
cartcrom
ff6fd8a6e9
style: added transition ease to explore ( #4616 )
...
* initial commit
* updated transition css
* added opacity constants to theme, switched to using transition duration constants
2022-09-14 17:03:19 -04:00
taycaldwell
0a6906b23e
fix: Swaps icons for light theme and dark theme ( #4571 )
...
Fix icons for light/dark mode
2022-09-14 14:17:36 -04:00
Charles Bachmeier
c38b5c0ce3
feat: migrate select page assets ( #4618 )
...
* add main nft sell page
* remove background
* more precise naming
* Add wallet assets for select page
* update styles while without filter bar
* remove unnecessary useeffect
* deprecate old stlye
* move to common props
* add round helper fn
* use react router link
Co-authored-by: Charlie <charlie@uniswap.org>
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-09-14 11:07:58 -07:00
Zach Pomerantz
86f3b5a036
feat: caching provider ( #4615 )
...
* feat: caching providers
* feat: clear cache per block
2022-09-14 10:05:29 -07:00
Jack Short
382a44f040
feat: adding bag icon to navbar ( #4619 )
...
* feat: adding bag icon to navbar
* updating sell icon
2022-09-14 12:40:42 -04:00
Greg Bugyis
2d9604cd14
fix: Tick collisions on token detail price chart ( #4623 )
2022-09-14 17:19:38 +03:00
cartcrom
7930709bc3
refactor: unnesting token details into sectioned components ( #4621 )
...
finished refactoring
2022-09-14 10:19:18 -04:00
Zach Pomerantz
6fe2c92cee
fix: reduce price fetching to every 2m ( #4622 )
...
* fix: reduce price fetching to every 2m
* fix: grammar
v4.115.0
2022-09-13 15:16:01 -07:00
Jack Short
884dee2db3
fix: pointing nft links to the right url hash ( #4620 )
2022-09-13 17:03:08 -04:00
Zach Pomerantz
1f00c2a9c4
fix: fetch the usd price from parsed amount ( #4612 )
2022-09-13 10:31:30 -07:00
cartcrom
84070835df
feat: token data cache ( #4534 )
...
* initial cache construction
* switched to relay cache, updated hooks
* fixed comments
2022-09-13 13:09:12 -04:00
Zach Pomerantz
fb389137e7
feat: adds ethers provider tracing ( #4614 )
2022-09-13 09:07:47 -07:00
Charles Bachmeier
c14b6a78ae
feat: add main nft sell page ( #4609 )
...
* add main nft sell page
* remove background
* more precise naming
Co-authored-by: Charlie <charlie@uniswap.org>
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-09-13 09:07:06 -07:00
Zach Pomerantz
a6c1c49f98
fix: update feature flags on update ( #4613 )
2022-09-13 09:03:59 -07:00
Charles Bachmeier
7848ad86bd
fix: adjust search input width ( #4610 )
...
adjust search input width
Co-authored-by: Charlie <charlie@uniswap.org>
2022-09-13 08:39:57 -07:00
Charles Bachmeier
882c15dada
fix: bug where changing tabs can open the searchbar ( #4607 )
...
* remove onFocus trigger
* typo on comment
Co-authored-by: Charlie <charlie@uniswap.org>
2022-09-12 11:39:07 -07:00
Charles Bachmeier
704ad222d9
feat: add animation to search skeleton and typing state ( #4598 )
...
* fade when loading
* fade results between searches
* trending search loading skeleton
* adjust skeleton and cleanup
* remove unused style change
* eslint
* add trendingTokens to query and remove unnecessary returns
* move array map compatibility higher in the call hierarchy
* add feature flag to isLoading param
Co-authored-by: Charlie <charlie@uniswap.org>
2022-09-12 10:47:53 -07:00
Charles Bachmeier
cfee80ce3c
feat: Add animations for desktop, tablet, and mobile searchbar ( #4584 )
...
* animations working pre cleanup
* all sprinkles
* fix bug with phase1 search content
* new isTablet hook
* add conditional vars
* typeof window
* remove unneeded clsx usage
Co-authored-by: Charlie <charlie@uniswap.org>
2022-09-12 10:09:59 -07:00
github-actions[bot]
eb95cedd72
chore(i18n): new Crowdin translations ( #4512 )
...
chore(i18n): synchronize translations from crowdin [skip ci]
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-12 11:21:30 -04:00