cartcrom
0835744006
feat: replaced protocol disclaimer with privacy policy link ( #5170 )
...
copy updates
2022-11-11 11:28:27 -05:00
Danny Daniil
f5df2fed09
feat: de-148- Analytics package integration ( #5093 )
...
* integrate analytics sdk
* roll back vscode
* remove dup imports
* use dummy api key and url from env
* update analytics sdk for optional init
* yarn deduped
* update documentation
* add analytics events package
* getBrowser from analytics events
* remove token banner
* add origin app
* replace local analytics
* upgrade events version
* events 1.0.4
* remove importToken
2022-11-11 11:05:57 -05:00
aballerr
5e7f6333b1
fix: Activity updates ( #5165 )
...
* listing and styling updates
2022-11-11 09:34:55 -05:00
Zach Pomerantz
2aa4ec6a38
fix: clear or retain amounts on token select ( #5161 )
...
* fix: clear or retain amounts on token select
* lint: add curlies
2022-11-10 16:01:37 -08:00
lynn
a70ef4326d
feat: unlisted view my nft cards ( #5129 )
...
* init
* it's working with jack's card.tsx components
* add nft details on cards for view my nfts
* listed cards ready for review
* remove unnecessary code
* updated radius
* first round charlie comments
* respond all comments
* fix
* remove floor price when not on sell mode
2022-11-10 15:28:17 -05:00
Zach Pomerantz
6edc73784c
fix: show 6 sigFigs for tx history ( #5135 )
2022-11-10 11:23:03 -08:00
aballerr
da6e13130b
fix: Several Listing Cleanup Items ( #5119 )
...
* Improving view my nfts and listing
2022-11-10 12:39:37 -05:00
Jordan Frankfurt
4ef4ea8f58
fix: give a bunch of list renders keys ( #5158 )
...
* fix: give a bunch of list renders keys
* pr feedback
* pr feedback
2022-11-10 11:51:04 -05:00
vignesh mohankumar
4438818f38
fix: don't fetch tokens on empty search ( #5155 )
2022-11-10 11:35:35 -05:00
cartcrom
12eb337444
fix: one point price charts + added suspense ( #5030 )
...
* Used suspense for graph queries
* cleaned up unused code
* updated skeleton
* fixed zach's pr comments
* removed console.log
* throw error on missing token details address
2022-11-10 11:00:32 -05:00
cartcrom
44163f54b1
refactor: remove unused selector list/import components ( #5145 )
...
* removed unnused components
2022-11-10 10:57:18 -05:00
vignesh mohankumar
4b282d7813
fix: don't fetch collections without flag ( #5154 )
...
* better way
* check if value
2022-11-10 09:21:21 -05:00
vignesh mohankumar
f862a3f975
chore: add accentAction to sprinkles ( #5146 )
...
* fix: update Checkbox to accentActive
* revert checkbox
* one definition
2022-11-09 20:10:38 -05:00
Greg Bugyis
48d5955185
feat: Log NFT Sell events ( #5106 )
...
* Log profile page view
* Log sell flow started
* Add Start Listing event
* Add constant for list modal + useTrace
* Log sell item added
* Log listing completed
* Fix usd_value property
* Move log to startListingFlow
* Use Set to remove duplicate marketplaces
* Move listing completed event
2022-11-10 01:57:30 +02:00
Charles Bachmeier
dbf5c63ece
refactor: remove graphql flag and default to gql endpoints ( #5151 )
...
* remove graphql flag and old endpoints
* remove unused queries
* deprecate old sell order type
* better null checks
* merge conflict
2022-11-09 18:15:40 -05:00
vignesh mohankumar
37d2603406
fix: accentAction for FilterButton ( #5147 )
...
* fix: accentAction for FilterButton
* update
2022-11-09 17:15:36 -05:00
aballerr
9bb1ca2970
fix: Hiding block on nft ( #5148 )
...
* hiding block # and gwei estimate on nft pages since it often is behind other react components
2022-11-09 16:15:52 -05:00
Charles Bachmeier
2abae0ee4c
refactor: replace sweep query with gql call ( #5143 )
...
replace sweep query with gql call
2022-11-09 16:05:57 -05:00
vignesh mohankumar
9f8355ed7b
refactor: useIsNftPage hooks ( #5142 )
2022-11-09 16:01:34 -05:00
Greg Bugyis
c5bed1c6fb
style: Font weight on Trending Collections table ( #5121 )
...
* Drop classnames on Trending Table TD cells (no longer used)
* Fix font-weight in Trending Collections table collection name to match Figma
* There was a newer Figma
* Fixes
* Extend maxWidth on collection name (mobile)
* Mobile/desktop tweak
* Fix mobile size and add constants
* Make truncatedText a styled component
2022-11-09 22:42:52 +02:00
Jordan Frankfurt
1411a92146
feat(sell-bag): closing link sell bag open/close state with sell mode activation ( #5128 )
...
* stash resolve
* toggling bag open/close also toggles sell mode
2022-11-09 15:18:52 -05:00
Jordan Frankfurt
d016bdd87c
fix(identicon): fix wrapper border-radius ( #5144 )
...
* fix(identicon): fix wrapper border-radius
* pr feedback
2022-11-09 14:56:25 -05:00
aballerr
491ae578ab
feat: Mobile status bar ( #5141 )
...
* Updating mobile status bar to shrink (nft enabled)
2022-11-09 14:48:23 -05:00
vignesh mohankumar
1df685f31e
fix: default to buy now disabled ( #5140 )
2022-11-09 11:52:56 -05:00
Charles Bachmeier
02aeb43e62
fix: don't pluralize Filter Button with 1 result ( #5139 )
...
* don't pluralize results with 1 result
* pass in count for profile page
2022-11-09 11:15:34 -05:00
aballerr
1d849927ef
fix: fixing loader ( #5138 )
...
Fixing bug in loader that would not use correct stroke color
2022-11-09 11:11:18 -05:00
Charles Bachmeier
1893d258b5
feat: add marketplace and trait counts to assets query ( #5137 )
...
* working total count
* trait counts
* marketplace counts
* carousel card
* undo count refactor
* Filter styles
* remove any cast and handle 0
2022-11-09 10:44:42 -05:00
Charles Bachmeier
ed7f126bd0
fix: updates to wallet asset schemas ( #5132 )
...
* updates to wallet asset schemas
* update map type and market check
* much better syntax
2022-11-09 10:31:30 -05:00
Jordan Frankfurt
9a38c4e58d
fix(bag): don't close when the user switches pages ( #5133 )
2022-11-08 18:47:01 -06:00
aballerr
99f3998941
fix: Several bugs on nft, see comments for clarity ( #5116 )
...
* a number of minor fixes related to nfts
2022-11-08 17:39:49 -05:00
vignesh mohankumar
30fa88e3af
fix: show transparent box on empty banner ( #5131 )
...
* fix: show transparent box on empty banner
* div
2022-11-08 16:20:12 -05:00
vignesh mohankumar
d951172a81
chore: update nft grays ( #5124 )
...
* chore: update nft grays
* forgot to change some out
* prettier
* add 700
2022-11-08 16:15:05 -05:00
aballerr
eb35d3a2a0
fix: price range and details screen sizing ( #5094 )
...
* adjustments to screen sizing and updating to work better with graphql
2022-11-08 15:36:52 -05:00
Charles Bachmeier
87455fc096
fix: sort explore table null values ( #5130 )
2022-11-08 14:41:21 -05:00
Greg Bugyis
054d92cb9c
style: Fix Trending Table filter borders on Safari (mobile & desktop) ( #5122 )
2022-11-08 20:13:34 +02:00
Charles Bachmeier
36109a1fe7
refactor: update nft gql fetcher endpoint ( #5126 )
...
update gql fetcher for prod endpoint
2022-11-08 13:11:25 -05:00
Charles Bachmeier
8f8fe9ddad
fix: lowercase markets for gql profile cards ( #5127 )
...
lowercase markets for gql profile cards
2022-11-08 13:11:00 -05:00
Charles Bachmeier
2b279e00f9
feat: virtual containers for collection pages ( #5125 )
...
* use fixedsizeList only
* add autosizer comments
* undo asset testing change
* init
* cleanup
* scrollbar styles
* scrollbar styles
Co-authored-by: Lynn Yu <lynn.yu@uniswap.org>
2022-11-08 12:15:21 -05:00
Jordan Frankfurt
9f5c588bdd
feat(sell-bag): patch open/close behavior ( #5107 )
...
keep bag link in nav bar at all times
2022-11-08 10:14:00 -06:00
Charles Bachmeier
415b3a1548
fix: add more null checks for Asset gql query ( #5123 )
...
add more null checks for Asset gql query
2022-11-08 10:54:11 -05:00
Charles Bachmeier
4e7b8264c3
refactor: Wallet Assets GraphQL Query ( #5053 )
...
* begin nft balance integration
* inf scroll works
* working list
* update comment
* connect collection filters
* use lazyload
* update schema
* working with new schema
* details for nfs assets
* cleanup
* more null checks
* unique index for loading cards
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-08 09:02:39 -05:00
lynn
0ef6d1625a
fix: collection stat line fixes ( #5112 )
...
fix
2022-11-07 19:45:23 -05:00
yyip-dev
0258460821
refactor: remove token promo banner ( #5114 )
...
* Remove token promo banner
* Remove unused variable and import
Co-authored-by: Yannie Yip <yannie@UNISWAP-MAC-072.local>
2022-11-07 19:42:03 -05:00
Zach Pomerantz
2246afcefb
fix: only poll every 12s ( #5110 )
...
* fix: only poll every 12s
* refactor: clarify polling interval
* doc: polling interval
* docs: further clarification
* fix: ctor super first
2022-11-07 15:35:31 -08:00
lynn
15dd02fe6a
refactor: filter panel ( #5103 )
...
* init
* remove unnecessary chagnes
* fix comments
2022-11-07 17:13:08 -05:00
lynn
562a386de7
fix: release phase 1 nav bar ( #5111 )
...
* init
* just release phase 1 nav bar
* oops
2022-11-07 16:16:06 -05:00
vignesh mohankumar
99bea34f14
chore: add new background to theme ( #5109 )
...
* chore: add new background to theme
* update snapshot
2022-11-07 16:05:57 -05:00
Greg Bugyis
58f1c6ff84
fix: Event property fixes ( #5108 )
...
* Fix usd value on NFT buy bag success
* Fix bag quantity property on nft_buy_bag_changed
2022-11-07 19:35:48 +02:00
Jordan Frankfurt
b2481d6ba8
fix(asset-details): if an asset has no listings, don't try to render them ( #5088 )
...
* fix(asset-details): if an asset has no listings, don't try to render them
* add todo
2022-11-07 10:22:03 -06:00
Zach Pomerantz
eaa9b51913
feat: nft polling ( #5083 )
...
* feat: nft polling
* docs: document the poll
* chore: add todo for cursor tracking
* fix: poll all pages
* 5s polling
Co-authored-by: Charlie <charles@bachmeier.io>
2022-11-07 07:28:38 -08:00
vignesh mohankumar
6f68980d86
chore: update design-system grays ( #5097 )
...
* chore: update design-system grays
* update snapshots
2022-11-04 17:40:42 -04:00
vignesh mohankumar
9e05c178b4
fix: move /profile to /nfts/profile ( #5084 )
...
* fix: move /profile to /nfts/profile
* add back variable
* fix
* rm shouldShowBag
2022-11-04 17:13:38 -04:00
Jack Short
d98808dae9
fix: for cutoff border radius ( #5095 )
2022-11-04 16:29:43 -04:00
Jack Short
01a749a755
fix: wrong types for set min ( #5092 )
2022-11-04 16:13:31 -04:00
Jack Short
c233ba1175
style: updating collection page for mobile ( #5078 )
...
* style: updating collection page for mobile
* addressing comments
* responding to comments
2022-11-04 16:13:17 -04:00
vignesh mohankumar
b1dc415fb5
fix: replaceState instead of pushState for collection filters ( #5089 )
...
* fix: replaceState instead of pushState for collection filters
* comment
2022-11-04 15:59:18 -04:00
Charles Bachmeier
1242aef466
fix: marketplace icons on details page ( #5091 )
2022-11-04 12:32:30 -07:00
Charles Bachmeier
7f2bb6c6ae
fix: add back floor to search results ( #5087 )
...
* add back floor to search results
* fix search by address
* slice const
2022-11-04 12:16:35 -07:00
aballerr
4b1b6098f3
feat: Details implementation ( #5059 )
...
* Details Page Update
2022-11-04 12:06:39 -06:00
Jordan Frankfurt
53a6acc199
feat(bag): add check if the user has manually closed the bag ( #5074 )
...
* feat(bag): add check if the user has manually closed the bag, and don't reopen on asset add until bag is cleared
* pr feedback
2022-11-04 12:19:42 -05:00
Charles Bachmeier
bd0a32b07c
fix: gql traits for collection ( #5080 )
...
fix gql traits for collection
2022-11-04 10:07:59 -07:00
lynn
7d480494ba
fix: enlarge pfp icon ( #5076 )
...
* init
* init
* fix
2022-11-04 12:25:40 -04:00
Greg Bugyis
5caed66b39
fix: Remove rank on trending collection table (mobile) ( #5086 )
2022-11-04 18:04:22 +02:00
lynn
136c16bbae
fix: fix sell bag empty state ( #5079 )
...
* init
* fix comments
2022-11-04 11:23:29 -04:00
lynn
691dcd269c
fix: activity page polish ( #5081 )
...
* fix
* remove env omg
2022-11-04 10:37:38 -04:00
Callil Capuozzo
4a14db2d4c
fix: Update pools page to match token table design ( #4861 )
...
* Update pool pages design
* Fix small text
* Mobile tweaks
* remove redesign flag
Co-authored-by: Vignesh Mohankumar <me@vig.xyz>
2022-11-04 02:10:19 -04:00
Greg Bugyis
a57c19bb45
feat: Collection Activity mobile fixes ( #5073 )
2022-11-03 21:35:24 +02:00
Charles Bachmeier
9fd6ab01de
refactor: Asset Details GQL Query ( #5037 )
...
* add details query
* add new query file
* connect details gql query to page
* remove comment
* type refactoring
* working pooled asset logic
* useLazyload
* remove any cast
* Deprecated_SellOrder
* extranneous cast
* return markets
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-03 10:52:20 -07:00
lynn
48aa11403f
fix: polish controller bar in collection and my nft page ( #5069 )
...
* fix
* remove console logs
* remove unused theme
* fixes
2022-11-03 13:21:36 -04:00
Jordan Frankfurt
31b0c3dc04
fix: remove border-top-x-radius ( #5071 )
2022-11-02 17:36:34 -05:00
Jordan Frankfurt
d575c72127
feat(nft-bag): wrong-network-cta ( #5056 )
...
* pull warning out into its own component
* add wrong network cta
* simplify sufficient balance logic
* consolidate warning and button text logic
2022-11-02 16:56:37 -05:00
Greg Bugyis
d400b9094d
feat: Buy Bag events ( #5062 )
...
* Add activity boolean to Collection page event
* Log add-to-bag events
* WIP
* Bag update events
* Log pay event
* Bag success event
* Add bag signed event
* Move formatting function out to util
* Format event properties with utility function
* Remove console log and fix event on details page
* Remove commented code
* Fix event names to follow convention
* Move priceChangedAssets logging to useEffect
* Add modal constant and useTrace
* Fix typo
2022-11-02 23:21:02 +02:00
Charles Bachmeier
fda9d29d5e
fix: prices passed in scientific notation ( #5070 )
...
fix prices passed in scientific notation
2022-11-02 13:48:02 -07:00
Charles Bachmeier
d74c05008b
refactor: Add Collection Stats GraphQL query ( #5022 )
...
* add demo Asset Fetcher
* new file
* update fetcher
* update query name
* beginning integration type
* uncomment
* working mutant apes
* comment out debug logging
* pass in inputs to query
* update collections to handle inf scroll
* paginated query first attempt
* wrapped assetQuery
* building pagination, needs spread
* working pagination
* working sort
* use cacheconfig
* change query source in Collection page
* passed in filters
* fetch schema from main endpoint
* delete unused relayenv
* rename token_url
* easy GenieAsset refactoring
* add rarity
* update price info
* remove logging
* remove redundancy
* refactor usd price fetching for assets
* update standard and address
* remove unused cacheconfig
* add gql collection query
* dont repeat ethprice calc
* unmemo bools
* reduce duplicated usd price logic
* cleanup imports
* useUsd price hook
* restructure Traits datatype
* working traits
* add new markets
* resolve merge conflict
* totalVolume workaround
* update comment
* fix for totalVolume bug
* add sudoswap icon
* deprecate unused vars in GenieCollection
* interim rarity verified
* cleanup
* use forEach
* add comment
* undefined division
* cleanup
* usememo marketplace select
* update % formatting
* use updated prod schema
* useLazyLoad
* remove any cast
* re-add null checks
* respond to comments
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-02 13:33:08 -07:00
lynn
c8f365ca31
fix: adjust mobile view bag z-index ( #5067 )
...
init
2022-11-02 15:48:55 -04:00
lynn
66ab3e21c8
fix: dynamic padding based on screen sizes for collections + my nft ( #5064 )
...
* init
* my nft pages
2022-11-02 15:48:20 -04:00
vignesh mohankumar
d4b15a6de4
fix: show <.001 ETH in collection floors ( #5065 )
2022-11-02 15:32:24 -04:00
lynn
fe61365a11
fix: event filter styling adjustment ( #5063 )
...
* init
* jack comment
2022-11-02 14:10:23 -04:00
github-actions[bot]
c5047a9301
chore(i18n): new Crowdin translations ( #4859 )
...
chore(i18n): synchronize translations from crowdin [skip ci]
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-11-02 10:44:06 -07:00
lynn
d4f8f2a600
fix: remove blur transition as requested by bryan ( #5060 )
...
* init
* init
2022-11-02 12:12:19 -04:00
lynn
d41a5a4874
fix: nav bar icon sizes ( #5051 )
...
* init
* fix
2022-11-02 10:07:10 -04:00
lynn
2fe444f903
fix: make addresses clickable ( #5040 )
...
* init
* fix
* change color to primary
* fix
* respond to comments
2022-11-01 22:38:25 -04:00
Jack Short
155bf2e873
style: updated collection cards ( #5047 )
2022-11-01 19:15:50 -04:00
Jack Short
6e282a6d13
style: updating explore table ( #5043 )
...
* style: updating explore table
* pr comments
* addressing pr comments
* moved loading table to its own component
* removing clsx
* updating key for row
* updating spacing
2022-11-01 16:09:03 -04:00
lynn
d3a2e14d4d
fix: stop nft id tag from getting cut off ( #5049 )
...
* init
* respond to comments
* fix
2022-11-01 15:46:50 -04:00
vignesh mohankumar
619c0a0f46
fix: sometimes show verified nft collections first ( #5055 )
...
* fix: sometimes show verified nft collections first
* simplify
* use showNfts logic
* rename
* use collections not trending
2022-11-01 14:55:07 -04:00
Jack Short
d4fb0913a4
feat: explore carousel ( #5042 )
...
* feat: explore carousel
* removing peeking cards
* mobile carousel and pr changes
* collectionStats fetching
* total listings calc
2022-11-01 14:37:00 -04:00
Charles Bachmeier
734a15e350
fix: Adds some null checks to Asset gql query ( #5058 )
...
* add some null checks
* undo susflag change
* fix not for sale logic
* fix rarity
* fix rarity format
* remove logging
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-01 11:06:53 -07:00
lynn
d3cbcc769c
fix: remove radial gradient background effect from nft pages ( #5057 )
...
init
2022-11-01 14:05:06 -04:00
Charles Bachmeier
ab43800d8e
refactor: add suspense loading states for Relay on Collection Page ( #5021 )
...
* add suspense loading states for Relay
* remove duplication
* cleanup
* add back in suspense wrapper
* rename to skeleton
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-01 09:48:04 -07:00
Greg Bugyis
74accb2b7e
feat: Search result events ( #5025 )
2022-11-01 17:28:27 +02:00
lynn
289119833a
fix: button color ( #5052 )
...
init
2022-10-31 17:28:02 -04:00
lynn
8445d61df0
fix: stat line polish ( #5050 )
...
init
2022-10-31 14:26:10 -04:00
lynn
ffb6318475
fix: collection banner sizing ( #5039 )
...
* fix
* fix in response to vm comments
2022-10-31 13:32:51 -04:00
lynn
b1a0c3d6a9
fix: Web 1616 make time stamp body bodysmall ( #5046 )
...
* copywriting change
* init
* remove prev change
2022-10-31 11:47:23 -04:00
lynn
42edf9750e
fix: copywriting change ( #5045 )
...
copywriting change
2022-10-31 11:37:59 -04:00
Greg Bugyis
5398826400
feat: Log NFT explore events ( #4997 )
...
* Add page event and constant for NFT Explore
* Log trending row event
* Add chainID to table row log properties
2022-10-28 23:19:05 +03:00
lynn
d4884716e2
fix: when scrolled, remove blur on nav bar ( #5035 )
...
* init
* add transition animation as per fred rec
* add border transition rec by fred
* respond to comments
2022-10-28 16:12:02 -04:00
Zach Pomerantz
6712eafefe
fix: display updated widget token immediately ( #5020 )
...
* fix: display updated widget token immediately
* fix: disable if undefaulted
* docs: add comment
2022-10-28 12:41:50 -07:00
Charles Bachmeier
964001fe78
refactor: update all nft fetchers to use v3 endpoint ( #4894 )
...
update all fetchers to use v3 endpoint
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-10-28 10:12:48 -07:00
lynn
449c323fbb
fix: modify hyperlink styling in nft collection descriptions ( #5012 )
...
* init
* this isn't really correct but halfway there
* modify opacity as per slack discussion
2022-10-28 12:10:18 -04:00
Jordan Frankfurt
d290adb0b8
feat: add medium-button and use it nft bag for removal ( #5014 )
...
* add medium-button and use it nft bag for removal
* close icon hover states
* update bag row to use correct hover background color
* update x to opacity effect
* pr feedback
2022-10-28 10:04:13 -05:00
lynn
ac4e64db6c
fix: Web 1544 filter bar remove transparent bg on nft collection pages ( #5034 )
...
* remove blur effect
* init
2022-10-28 10:31:10 -04:00
lynn
3a0c930113
fix: adjust padding on collection page from 32 to 48 ( #5036 )
...
fix
2022-10-28 10:30:58 -04:00
blairmason
58c94b7279
feat: amplitude proxy ( #5026 )
...
* configure amplitude sdk to send events to Uniswap reverse proxy
2022-10-27 13:33:10 -07:00
Charles Bachmeier
ef57ff7611
refactor: NFT Assets GraphQL Integration ( #4928 )
...
* add demo Asset Fetcher
* new file
* update fetcher
* update query name
* beginning integration type
* uncomment
* working mutant apes
* comment out debug logging
* pass in inputs to query
* update collections to handle inf scroll
* paginated query first attempt
* wrapped assetQuery
* building pagination, needs spread
* working pagination
* working sort
* use cacheconfig
* change query source in Collection page
* passed in filters
* fetch schema from main endpoint
* delete unused relayenv
* rename token_url
* easy GenieAsset refactoring
* add rarity
* update price info
* remove logging
* remove redundancy
* refactor usd price fetching for assets
* update standard and address
* remove unused cacheconfig
* dont repeat ethprice calc
* unmemo bools
* reduce duplicated usd price logic
* cleanup imports
* useUsd price hook
* resolve merge conflict
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-10-27 10:08:25 -07:00
Charles Bachmeier
bed0b3ab1c
fix: re-add verification icon for collections in search ( #5028 )
...
re-add verification icon for collections in search
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-10-27 09:38:54 -07:00
Zach Pomerantz
751ba3c62d
fix: token price ( #5018 )
...
* feat: add decimals, wrapper to token query
* fix: construct token in details page
* fix: clean widget default behavior
* fix: actual defaulting again
* fix: split token from price queries
* fix: reimplement TokenPrice query
* chore: rm old code
* fix: keep loading chart while loading
* fix: mv loader down
* fix: loading chart
2022-10-26 18:53:44 -07:00
Zach Pomerantz
83bc6db74e
fix: clean up widget token lock ( #5017 )
...
* feat: add decimals, wrapper to token query
* fix: construct token in details page
* fix: clean widget default behavior
* fix: actual defaulting again
2022-10-26 18:16:04 -07:00
Zach Pomerantz
058aa52faf
fix: fetch decimals from token query ( #5016 )
...
* feat: add decimals, wrapper to token query
* fix: construct token in details page
2022-10-26 18:00:53 -07:00
Jordan Frankfurt
2e3950018a
fix: update "item" to "nft" in closed bag mobile copy ( #5015 )
...
https://uniswaplabs.atlassian.net/browse/WEB-1567
2022-10-26 18:53:24 -05:00
Greg Bugyis
d86120a257
feat: Collection page log events ( #4971 )
...
* Log collection page view
* Make property names/intention more clear
* Remove console log
* Add event for Activity tab
* Filter events (buy now, marketplaces, and price range)
* Handle trait items
* Bump collection stats mobile padding
* Use shouldLogImpression to conditionally fire event
* Adding back trace on Collection page, still necessary
* Add back address property
* Drop Buy Now log, not part of first set
* Update filter properties to match spreadsheet
* Only trigger price range log if inputs contain a value
* Fix ordering on Page Names
* Capitalize text
* Add constant for filter types
* Add chainId as property
2022-10-27 00:44:46 +03:00
Zach Pomerantz
e2fea4a5fb
fix: do not flicker when navigating tokens ( #5013 )
2022-10-26 10:27:50 -07:00
lynn
1f810f84be
fix: remove chain selector for nft pages ( #5002 )
...
remove chain selector for nft pages
2022-10-26 12:56:26 -04:00
Jordan Frankfurt
f6ffc68ef7
fix: update bag header layout ( #5005 )
...
* fix: update-bag-header
* pr feedback
2022-10-26 10:49:41 -05:00
Jordan Frankfurt
b3c44f20d7
fix: bag footer layout ( #5003 )
...
* fix: bag footer layout
* pr feedback
* remove balance from footer
2022-10-26 10:37:35 -05:00
Zach Pomerantz
8a5045f635
fix: do not test rpc urls before walletconnecting ( #5008 )
2022-10-26 08:15:06 -07:00
Zach Pomerantz
c1607bbd52
fix: token details layout gap ( #5004 )
2022-10-26 08:14:38 -07:00
Zach Pomerantz
dfbed6b89d
fix: rm connect wallet border ( #5009 )
2022-10-25 17:44:50 -07:00
Zach Pomerantz
c871e55d82
fix: clean up balance summaries ( #4984 )
...
* fix: clean up balance summaries
* fix: nits
* fix: off-chain balances
* fix: only show token under details
* fix: consolidate formatting
2022-10-25 13:46:25 -07:00
Jordan Frankfurt
f15ac091b4
fix: hover flash ( #4998 )
2022-10-25 15:21:19 -05:00
Greg Bugyis
6037d74cfb
feat: page view event on NFT Details ( #4995 )
...
* Add details page to page constants
* Add page view event to details page
2022-10-25 22:46:41 +03:00
Zach Pomerantz
d0e4659d32
feat: transition between tokens details ( #4981 )
...
* fix: navigate to widget-selected token
* fix: leave tokens if default is already set
* refactor: clean up widget skeleton
* fix: clean widget skeleton
* feat: transition between tokens
* fix: flicker on chart draw
* fix: nits
* fix: pixel-match loader
* fix: rm debug clause
* fix: hr color
2022-10-25 12:16:01 -07:00
lynn
2d87e692e6
fix: change suspicious activity warning txt ( #5001 )
...
change text
2022-10-25 15:12:00 -04:00
lynn
f65fb5bc2b
fix: fixes show more / show less ( #5000 )
...
* fixes font
* oops merge again
2022-10-25 15:11:25 -04:00
lynn
83597c0efe
fix: enlarge stat line font ( #4999 )
...
fix font
2022-10-25 14:56:43 -04:00
Jordan Frankfurt
21ee680d3a
fix: bag row item usd price alignment ( #4996 )
2022-10-25 11:14:03 -05:00
Jordan Frankfurt
627af50841
fix: total and 'my bag' text style update ( #4994 )
2022-10-25 11:04:12 -05:00
Zach Pomerantz
a955b3730e
feat: navigate to widget-selected token ( #4975 )
...
* fix: navigate to widget-selected token
* fix: leave tokens if default is already set
* refactor: clean up widget skeleton
* fix: clean widget skeleton
* fix: nits
2022-10-25 08:56:15 -07:00
vignesh mohankumar
2f7c5b1df4
chore: remove remaining redesign flag usage ( #4958 )
...
* chore: remove redesign flag in base shared components
* remove more flags
* rm pending view
* chore: remove liquidity redesign flags
* rm searchmodal
* rm searchmodal
* rm searchmodal
* numericalinput
* rm remaining
* rm flag
* fix
* fixes
* !isactive fix
* fix appbody
* hoverdefault fix
2022-10-25 09:08:14 -04:00
lynn
8fca286099
fix: resolve some tokens not searchable by contract address in token selector cx bug ( #4988 )
...
* init
* ask zzmp question
* fixes omg
* remove comment
* comments
* respond to zzmp
* fix
2022-10-24 23:53:42 -04:00
cartcrom
8be9701700
fix: token selector contract address search ( #4987 )
...
* fixed contract address search not working after importing token
* fixed unsupported asset bug
2022-10-24 16:22:26 -04:00
Jack Short
d66002dc75
feat: nft sweep ( #4972 )
...
* adding slider
* removing test css
* initial sweep pass
* cleaning up sweep functionality
* adding eth amount for sweep
* handling input
* sweep does not add duplicates
* updating fetcher to handle traits + price
* locking sweeped items on contract addr change/ filter change
* final touches to sweep for desktop
* desktop sweep finalizations
* keeping state after close
* added mobile sweep
* loading state
* dedup
* addressing comments
2022-10-24 14:55:55 -04:00
Zach Pomerantz
b12e5270fa
fix: sync network connector to wallet ( #4985 )
...
* fix: sync network connector to wallet
* fix: clean todos
2022-10-24 11:51:19 -07:00
lynn
a717818920
fix: truncate search token name earlier ( #4956 )
...
* truncate search token name earlier
* fixes in response to comments
2022-10-24 12:57:01 -04:00
cartcrom
d9434a1a9c
feat: update token safety / lists / verification ( #4968 )
...
* removed selected list logic and state
* updated copy
* updated warning color
* updated lists and fixed native currency bug
* removed no-longer-relevant active list tests
* removed leftover list code
* copy and color changes
2022-10-24 11:53:00 -04:00
Jack Short
a920a93b3d
feat: erc1155 specific functionality to details page ( #4867 )
...
* adding erc1155 specific functionality to details page
* style update
2022-10-24 11:34:39 -04:00
Jordan Frankfurt
0987a311cf
fix(nft): empty bag state render ( #4947 )
...
* fix empty bag state render
* add tests
2022-10-21 12:38:30 -05:00
Jack Short
a97a6b7fa8
chore: update price range slider to rc-slider ( #4980 )
...
* chore: update price range slider to rc-slider
* removing styles
* decreasing stepsize
2022-10-21 13:37:42 -04:00
vignesh mohankumar
414b221727
fix: no margin-top for LoadingRows ( #4979 )
2022-10-21 13:33:15 -04:00
aballerr
bab2f47ac9
style: filters update ( #4749 )
...
* styles filter update
2022-10-21 09:43:30 -05:00
vignesh mohankumar
0323725543
fix: add padding to LoadingRow ( #4931 )
...
* fix: add padding to LoadingRow
* remove sortable on header
2022-10-20 16:20:39 -04:00
aballerr
f6a7c8568e
fix: overflow and empty popup ( #4973 )
...
* fixing a popup bug and wallet overflow
2022-10-20 11:28:03 -05:00
Charles Bachmeier
a21bbfd5a7
feat: NFT GraphQL Feature Flag ( #4969 )
...
* add nft graphQl feature flag
* connect flag to env provider
* attempting metadata relay env switch
* working config
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-10-20 08:51:00 -07:00
cartcrom
5f431a1e26
feat: show wrapped native asset at top of token selector ( #4967 )
...
* finished feature
* simplified logic from pr comments
* added checking for disableNonToken back in
2022-10-19 18:41:12 -04:00
vignesh mohankumar
bf13b4a917
chore: remove redesign flag in swap ( #4964 )
2022-10-19 17:42:34 -04:00
vignesh mohankumar
c7ea77d292
chore: rm redesign flags from CurrencyInputPanel ( #4966 )
...
* chore: remove flags from CurrencyInputPanel
* one more rm
* unused
* unused
2022-10-19 16:06:37 -04:00
Connor McEwen
00d674376e
chore: use the same font as the main app in the widget ( #4853 )
...
* chore: use the same font as the main app
* match css file
* use string since values are the same
2022-10-19 14:34:20 -04:00
Connor McEwen
afaa52e5e7
feat: use widget validate function ( #4909 )
...
* feat: use widget validate function
* load GA scripts
2022-10-19 13:30:42 -04:00
vignesh mohankumar
443cfe7540
chore: remove favoriteTokens flag ( #4955 )
...
* chore: remove favoriteTokens flag
* remove more favorites stuff
* unused imports
2022-10-19 12:55:45 -04:00
Jordan Frankfurt
6768e4f4f7
chore: clean up unneeded code ( #4426 )
2022-10-19 11:47:38 -05:00
vignesh mohankumar
a0e9211b71
chore: remove redesign flag in settings ( #4959 )
...
chore: remove redesign flag in base settings
2022-10-19 10:12:28 -04:00
cartcrom
aeeb3a248a
fix: show blocked tokens warning ( #4954 )
...
shows blocked warning
2022-10-18 17:10:11 -04:00
lynn
3586a2884c
fix: swap quote event ( #4923 )
...
* init
* testing
* remove console line
* remove todos
2022-10-18 15:24:50 -04:00
Greg Bugyis
5e2bdc4e4b
feat: Update Collection Stats and number formatting ( #4937 )
2022-10-18 19:58:27 +03:00
vignesh mohankumar
f2a33b6f6b
chore: rm redesign flag in WalletModal ( #4957 )
2022-10-18 12:38:57 -04:00
vignesh mohankumar
5462526f53
fix: hover state shows for full header cell ( #4940 )
2022-10-18 12:10:02 -04:00
vignesh mohankumar
4388bbe0a2
fix: don't crash on unexpected chain ( #4952 )
...
* fix: don't crash on unexpected chain
* skip if undefined
2022-10-18 11:30:12 -04:00
Greg Bugyis
6f2c09adea
feat: NFT Collections: add 24-hour price change and delta arrow ( #4913 )
...
* Add 24-hour volume and delta arrow to Collection Stats
* Move 24-hour floor change after Floor stat in row
* Position percent change arrow with styled div
* Use math.round instead of toFixed()
* PR Feedback
* Remove console log
2022-10-18 00:46:03 +03:00
vignesh mohankumar
f9aadbbbdb
chore: remove tokenSafety flag ( #4944 )
2022-10-17 17:30:44 -04:00
vignesh mohankumar
f8c0525512
chore: remove deprecated colors ( #4945 )
2022-10-17 17:28:33 -04:00
Yadong Zhang
175ffade5e
fix: handled undefined circleLogoUrl and failed fetchQuery ( #4916 )
...
* fix: handled circleLogoUrl undefined.
* fix: catch error and return empty data.
* fix: added optional chaining for circleLogoUrl in TokenRow file.
2022-10-17 14:26:30 -07:00
vignesh mohankumar
cba30fb0b1
chore: remove navBarFlag ( #4941 )
...
* chore: remove navBarFlag
* move Polling
2022-10-17 16:44:11 -04:00
vignesh mohankumar
604b854ef7
chore: remove tokens flag ( #4943 )
2022-10-17 12:28:16 -04:00
lynn
332843f428
fix: add logging for token details ( #4925 )
...
logging for token details
2022-10-13 17:27:30 -04:00
Zach Pomerantz
cee32f9751
fix: display loaded logo on token details ( #4922 )
2022-10-13 12:15:09 -07:00
cartcrom
cb480706a2
fix: display 0 instead of '-' on explore table ( #4892 )
...
* fixed table display
* updated test
2022-10-13 14:00:22 -05:00
Zach Pomerantz
4f74267144
fix: prevent marking x-chain wrapped as native ( #4921 )
2022-10-13 11:34:27 -07:00
Jordan Frankfurt
f6b08e8ed1
fix: make background opaque ( #4895 )
...
* fix: remove old background-color flash (#4890 )
remove old background-color
* fix: make background opaque
* refactor to fix dismissal bug and improve code quality
* fix merge errors
2022-10-13 13:33:40 -05:00
Zach Pomerantz
0faaa3f0c4
fix: disallow duplicate currencies in widget ( #4919 )
...
fix: currency equality check
2022-10-13 11:20:53 -07:00
lynn
6acc9300c0
fix: add origin to every event ( #4918 )
...
* add origin to every event
* remove console log
2022-10-13 13:38:52 -04:00
Charles Bachmeier
c0db592ab5
feat: revised profile card designs ( #4901 )
...
* add default style
* update select button styles
* add styles for listed cards
* update index for profile skeleton
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-10-13 10:13:35 -07:00
lynn
a5c5567936
feat: widget analytics ( #4869 )
...
* chore: todos for analytics
* example
* another skeleton logging event
* feat: onSwapApprove
* feat: widget tracing
* feat: better useTrace
* feat: max
* feat: switch
* add trace amd remove onreviewswapclick
* onExpandSwapDetails
* feat: initial quote
* add event properties for wrap
* feat: update ack
* SWAP_SIGNED
* feat: submit
* fix: wrap type
* chore: tracing
* move format fn to utils
* fix: remove old background-color flash (#4890 )
remove old background-color
* revert: add back phase0 bug fixes (#4888 )
* Revert "revert: removing phase0 bug fixes temporarily (#4886 )"
This reverts commit 06291a15a6af77b8493e14e2cb2c84cea5c10709.
* use token amount
* Revert "use token amount"
This reverts commit f47c00358b29cfa9886bf4e490df4bf70b88e648.
* dont render if empty
* fix: upgrade pkg to eliminate compile error (#4898 )
* upgrade pkg
* dedup
* fix: Remove token selector flash of old ui (#4896 )
remove token selector flash of old view
* fix: Web 1561 logging event for clicking on explore banner toast + WEB-1543 [Explore Banner] String should be sentence case (#4899 )
* explore banner changes
* remove console log
* oops
* test: run tests on all PRs (#4905 )
* fix: use correct optimism icon in explore (#4893 )
* fix: click area should match button effect (#4887 )
* fix: update font-weight values to match spec (#4863 )
* fixes. working now verified on console.
* fix: mobile tweaks (#4910 )
* update manifest theme colors to magenta
* text spacing and right positioning on very small screens
* feat: load token from query data (#4904 )
* fix: do not fetch balances cross-chain
* build: updgrade widget
* feat: cleanly load and switch chains from widget
* fix: load token from query data
* build: trigger checks
* fix: do not override native token from query
* fix: catch error on switch chain
* refactor: useTokenFromActiveNetwork
* refactor: defaultToken behavior clarification
Co-authored-by: Zach Pomerantz <zzmp@uniswap.org>
Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
Co-authored-by: vignesh mohankumar <vignesh@vigneshmohankumar.com>
Co-authored-by: cartcrom <39385577+cartcrom@users.noreply.github.com>
2022-10-13 12:20:59 -04:00
Connor McEwen
cdd5b66d1b
fix: merge conflict
2022-10-13 11:38:26 -04:00
Zach Pomerantz
b65fffc5f7
feat: load token from query data ( #4904 )
...
* fix: do not fetch balances cross-chain
* build: updgrade widget
* feat: cleanly load and switch chains from widget
* fix: load token from query data
* build: trigger checks
* fix: do not override native token from query
* fix: catch error on switch chain
* refactor: useTokenFromActiveNetwork
* refactor: defaultToken behavior clarification
2022-10-13 11:38:26 -04:00
Jordan Frankfurt
a3a3e934a1
fix: mobile tweaks ( #4910 )
...
* update manifest theme colors to magenta
* text spacing and right positioning on very small screens
2022-10-13 11:38:26 -04:00
Jordan Frankfurt
8a4e07e6b2
fix: update font-weight values to match spec ( #4863 )
2022-10-13 11:38:26 -04:00
Jordan Frankfurt
7f4413c79c
fix: click area should match button effect ( #4887 )
2022-10-13 11:38:26 -04:00
cartcrom
55beaf65a2
fix: use correct optimism icon in explore ( #4893 )
2022-10-13 11:38:26 -04:00
lynn
0d5bc753ca
fix: Web 1561 logging event for clicking on explore banner toast + WEB-1543 [Explore Banner] String should be sentence case ( #4899 )
...
* explore banner changes
* remove console log
* oops
2022-10-13 11:38:26 -04:00
lynn
79507a4b03
fix: Remove token selector flash of old ui ( #4896 )
...
remove token selector flash of old view
2022-10-13 11:38:26 -04:00
vignesh mohankumar
ec523e5235
revert: add back phase0 bug fixes ( #4888 )
...
* Revert "revert: removing phase0 bug fixes temporarily (#4886 )"
This reverts commit 06291a15a6af77b8493e14e2cb2c84cea5c10709.
* use token amount
* Revert "use token amount"
This reverts commit f47c00358b29cfa9886bf4e490df4bf70b88e648.
* dont render if empty
2022-10-13 11:38:26 -04:00
Jordan Frankfurt
c7b1aa2948
fix: remove old background-color flash ( #4890 )
...
remove old background-color
2022-10-13 11:38:26 -04:00
Greg Bugyis
9370383f64
feat: Remove value prop from NFT Explore ( #4914 )
2022-10-13 17:35:56 +03:00
Charles Bachmeier
9856c03566
fix: issues with NFT listing ( #4828 )
...
* can approve marketplaces for listing
* add consts
* fix issue with expiration time
* adding api key to env + changing variable
* updating env name to req
* removing console
* use v3 endpoint
* remove unussed util
* uneeded null check
* remove console.log
Co-authored-by: Jack Short <john.short.tj@gmail.com>
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-10-12 15:24:55 -07:00
vignesh mohankumar
ec686bcaa5
chore: remove phase0 flags ( #4833 )
...
* chore: remove phase0 flags
* unused imports
* update snapshots
* fix link test
* use the data cy
* delete lists test
* rm wallet.test
* update snapshot
* fix: update default html background-color (#4881 )
* Revert "fix: update default html background-color (#4881 )"
This reverts commit 043f844067c9e43f7b2cc4884080b30288d37786.
Co-authored-by: Connor McEwen <connor.mcewen@gmail.com>
2022-10-12 10:56:20 -04:00
vignesh mohankumar
06291a15a6
revert: removing phase0 bug fixes temporarily ( #4886 )
...
* Revert "fix: handle backspace out of /tokens (#4879 )"
This reverts commit 3e40a6f5c6a26053d882de85943dd797460ff7b1.
* Revert "fix: add padding-bottom to TokenDetailsLayout (#4882 )"
This reverts commit f91b48e214d70ab8bddc1d24364b3add007223c1.
* Revert "fix: updates outputCurrency link in mobile balance footer (#4885 )"
This reverts commit e340f405b4ecbe1a61e9d8dca1a429283d015e5f.
2022-10-12 09:34:03 -05:00
vignesh mohankumar
3e40a6f5c6
fix: handle backspace out of /tokens ( #4879 )
...
* fix: handle backspace out of /tokens
* simplify banner
* simplify banner more
2022-10-12 09:05:53 -05:00
vignesh mohankumar
f91b48e214
fix: add padding-bottom to TokenDetailsLayout ( #4882 )
2022-10-12 09:03:14 -05:00
vignesh mohankumar
e340f405b4
fix: updates outputCurrency link in mobile balance footer ( #4885 )
2022-10-12 09:02:54 -05:00
Zach Pomerantz
2fc3f3c00e
fix: network token memoization ( #4877 )
...
* build: upgrade redux-multicall
* fix: memoize network token
* docs: invalid token
2022-10-11 21:41:20 -07:00
Connor McEwen
21e0faeb1e
fix: actually fetch token object on page ( #4875 )
...
* fix: actually fetch token object on page
* syntax
2022-10-11 20:46:59 -04:00
Zach Pomerantz
4075965252
revert: "revert: "fix: use widget network connection"" ( #4871 )
...
Revert "revert: "fix: use widget network connection" (#4870 )"
This reverts commit 3538312769f27d084371553bd47540e5cdd95153.
2022-10-11 16:21:51 -07:00
Zach Pomerantz
3538312769
revert: "fix: use widget network connection" ( #4870 )
...
Revert "fix: use widget network connection (#4866 )"
This reverts commit 2924f36970b264a9bfe9cf0a8a6d9d7de205d47d.
2022-10-11 16:06:17 -07:00
Zach Pomerantz
2924f36970
fix: use widget network connection ( #4866 )
...
* fix: switch network connector on other network token details
* fix: use jsonRpcUrlMap for widget
* fix: use widget network provider
* build: upgrade widget
* build: upgrade widget
* fix: SwapController typing
2022-10-11 15:45:43 -07:00
lynn
bf16dfa09c
fix: fix twitter links ( #4868 )
...
* fix twitter links
* fix
2022-10-11 16:42:19 -04:00
Charles Bachmeier
910e86d6a2
feat: Add loading skeleton for profile page ( #4823 )
...
* Add loading skeleton for profile page
* add consts for sidebar width and padding
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-10-11 12:37:55 -07:00
Connor McEwen
537fea103e
fix: revert max input formatting change ( #4865 )
...
revert max input formatting change
2022-10-11 14:16:52 -04:00
lynn
87a6e2709b
fix: remove double $ render ( #4864 )
...
remove double $ render
2022-10-11 13:43:11 -04:00
Jack Short
d704e78223
feat: details owner actions ( #4851 )
...
* feat: initial pass at price details container
* feat: nft details owners actions
* adding check for bad types
2022-10-11 12:53:33 -04:00