aballerr
b63e95388c
chore: Merging in search, sort ( #4675 )
...
* Porting over search and porting over sort
2022-09-22 17:52:44 -04:00
vignesh mohankumar
ef8fba1d49
feat: add git commit hash on build ( #4701 )
...
* feat: add git commit hash on build
* process.env.
* works
* log
* import
* log full
v4.123.1
v4.123.0
2022-09-22 15:29:29 -04:00
Zach Pomerantz
be64c03d06
fix: track origin ( #4700 )
...
fix: add origin
2022-09-22 12:02:57 -07:00
Zach Pomerantz
45682ca59e
feat: track Brave and UA ( #4699 )
...
* fix: track Brave from UA
* feat: track UA
2022-09-22 11:42:33 -07:00
Jordan Frankfurt
397b9d423e
feat(explore): rewrite top tokens hook ( #4697 )
...
rewrite top tokens hook
2022-09-22 13:06:31 -05:00
Jack Short
d9113fb6d4
feat: adding suspicious and pooled asset icons to cards + rarity ( #4686 )
...
* adding pooled assets and suspicious assets icons
* adding rarity
* better way to get states
2022-09-22 12:44:43 -04:00
Jack Short
5dc0df2132
feat: initial bag port ( #4665 )
...
* initial bag port
* adding add to bag
* adding remove
* addressing comments
* reenable bag on disconnect when reviewing price changes
v4.122.0
2022-09-21 16:44:46 -04:00
Jordan Frankfurt
7f2cc9a3e6
feat: add tvl to token details page ( #4692 )
...
* add tvl to token details page
* remove mcap, add explanation of market entities
2022-09-21 15:35:17 -05:00
Charles Bachmeier
d3c4ca6e09
feat: add Sell listing page ( #4664 )
...
* add listing modal
* add new files
* Add listing page
* remove useeffect
* re-add useeffect and includes array
* position relative
* add listing datatype
* use pluralize
* readable const
* clsx
* parseFloat 0 default
* don't use any
* cant use months for ms
* remove unused input style
* border sprinkles
* clsx
* duration enum
* remove unused index
* pluralize
* clsx
* pluralize
* type refactoring
* move format to utils
* remove uneeded check
* border sprinkles
* change input based on ref
* remove console.log
* correct warning check
* better clsx
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-09-21 13:30:28 -07:00
lynn
28538214d2
feat: new lazy load that scrolls whole window and not inside fixed size container ( #4684 )
...
* init
* messy but working omfg
* dont set initial to 500 set to just 1 for testing purposes
* it looks pretty now and works well
* sorting filtering and suspense loading are working
* fix comments
* handle token rows lacking addresS
* start working with new data schema
* new gql schema
* initial commit
* improved performance, added filtering
* lint
* removed comments and accidental settings.json changes
* refactor: switch explore over to new queries (#4657 )
* initial commit
* improved performance, added filtering
* addressed pr comments
* fixed typescript issue
* merges
* fix
* fix oopsies
* fix accidental changes
* its working
* drop leftover comment
* clean up loaded row props
* respond to comments
* respond to jordan comments
* init
* remove unnecessary pkgs
* undo yarn lock changes
* loading rows fix
* change loading rows to 3 as per fred instruction
* remove anys
Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
Co-authored-by: cartcrom <cartergcromer@gmail.com>
Co-authored-by: cartcrom <39385577+cartcrom@users.noreply.github.com>
2022-09-21 14:03:54 -04:00
Zach Pomerantz
4f48f3372c
feat: weth check ( #4685 )
...
* feat: throw on invalid deposits
* feat: add new bug link
* chore: note the usage of error state
v4.121.0
2022-09-21 11:39:35 -05:00
Jordan Frankfurt
9e070107a2
feat: new gql schema ( #4654 )
...
* new gql schema
* refactor: switch explore over to new queries (#4657 )
* initial commit
* improved performance, added filtering
* addressed pr comments
* fixed typescript issue
* drop leftover comment
* clean up loaded row props
Co-authored-by: cartcrom <39385577+cartcrom@users.noreply.github.com>
2022-09-21 09:44:14 -05:00
vignesh mohankumar
2a92b2992f
fix: remove hover state for chevrons in nav ( #4681 )
...
* fix
* fix
2022-09-21 10:28:22 -04:00
aballerr
e180153c3a
chore: merge marketplace and traits ( #4645 )
...
* porting of filters
Co-authored-by: Jack Short <john.short.tj@gmail.com>
v4.120.0
2022-09-21 07:22:05 -04:00
Greg Bugyis
e35f9e16a1
feat: NFT Explore Activity Feed ( #4635 )
...
* NFT Explore: Add Activity Feed to Banner section
* Renamed separate style file
* Fix positioning to not squish details section
* Add back activeRow state
* Hide Activity on smaller screens
* Fix for uneven widths between collections
* Addressing PR feedback
Co-authored-by: gbugyis <greg@bugyis.com>
2022-09-21 02:08:25 +03:00
vignesh mohankumar
8e955e9257
fix: fully round corner on account dropdown ( #4682 )
...
* fix: fully rounder corner on account dropdown
* comment
2022-09-20 18:38:32 -04:00
lynn
9ca44652b3
fix: make token detail chart full width and x axis fixes ( #4669 )
...
* full chart width
* add offsets to x axis start and end times so they dont get cut off
* hide ticks
* reduce offsets
* undo
2022-09-20 17:20:43 -04:00
vignesh mohankumar
3d89d72426
chore: feature flags token favorites ( #4680 )
...
* fix: fixes TokenTable header ordering
* flag favorite tokens
* imports
* remove fav col
* hide on token details
2022-09-20 16:36:44 -04:00
vignesh mohankumar
c2ffab3273
fix: center SearchBar vertically ( #4677 )
...
* fix: center SearchBar vertically
* oops
2022-09-20 16:36:23 -04:00
vignesh mohankumar
dbb62b613c
chore: remove tokensNetworkFilter feature flag ( #4679 )
2022-09-20 15:57:22 -04:00
vignesh mohankumar
6f2d6e31c9
feat: add "approve in wallet" prompt on chain selector ( #4673 )
...
* logic
* working
* grid
* some file renaming
* Move to ChainSelectorRow.tsx
* remove flex
* more renames
* more styles
* fixes
* local imports
* more styling changes
* style
* fix mobile
* toggle open on open
* setIsOpen
2022-09-20 15:34:34 -04:00
vignesh mohankumar
944939a2e9
fix: makes sure wallet error is visible ( #4676 )
2022-09-20 15:32:11 -04:00
vignesh mohankumar
04164a550d
fix: close WalletModal on connection ( #4670 )
...
* fix: close WalletModal on connection
* fix test
2022-09-20 14:08:09 -04:00
vignesh mohankumar
16a5e15070
fix: center Web3StatusConnectButton ( #4671 )
2022-09-20 14:02:59 -04:00
Charles Bachmeier
ee97d8d902
feat: add listing modal ( #4663 )
...
* add listing modal
* add new files
* remove useeffect
* re-add useeffect and includes array
* position relative
* add listing datatype
* use pluralize
* readable const
* clsx
* parseFloat 0 default
* don't use any
* cant use months for ms
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-09-20 10:45:22 -07:00
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