Guillaume Roux
9ce4a8f987
[FLASK] Fix key management permission copy ( #14849 )
2 years ago
Alex Donesky
fc304680d4
Fix error that occurs when attempting to display transaction value for an approval transaction with no value argument in the transaction data ( #15398 )
2 years ago
Jyoti Puri
bca9a61d6b
MV3: Re-activate service worker and reconnect UI streams ( #14781 )
2 years ago
Nidhi Kumari
194f7c8dd8
added AvatarBase Component ( #15307 )
...
* added AvatarBase Component
* added README file to storybook
* converted avatar-base to base-avatar
* props for snapshot testing
* replaced snapshot testing
* Updates to stories and component
* used arrow function for component
* fixed merge conflicts
* removed box stories
* changed import order for scss files
* replaced base-avatar import with component scss file
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
2 years ago
Brad Decker
c72199a1a6
update prettier ( #15360 )
2 years ago
kumavis
9e7c75d06d
Bundle optimazation 0 ( #14782 )
...
* optimism/contracts - import minimal subset
* ui helpers - dont import whole of mm controllers
* lint fix
2 years ago
George Marshall
8185175968
Adding readme for component-library folder ( #15381 )
...
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Brad Decker
8e9df0457b
cast chainId to hex for metrics ( #15332 )
...
* cast chainId to hex for metrics
* Update ui/pages/settings/networks-tab/networks-form/networks-form.js
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
2 years ago
Daniel
f31bac9fbf
Performance improvements for Swaps ( #15359 )
2 years ago
Dan J Miller
aea5c5824f
Clean up of code introduced with 43f7a44
( #15158 )
2 years ago
George Marshall
6075e86838
Adjusting the height of account menu nav items to expand scroll area ( #15302 )
...
* Adjusting the height of account menu nav items to expand scroll area
* reducing font size
* Adding back max height media query
2 years ago
Brad Decker
693a6dfc0c
Remove unnecessary file extensions ( #15352 )
2 years ago
ryanml
c677edc51d
[FLASK] disable "Mark all as read button" when there are no notifications ( #15333 )
...
* [Flask] disable "Mark all as read button" when there are no notifications
* Adding test case
* Addressing feedback
2 years ago
Nidhi Kumari
e12d0a94e8
Updates to stories and component ( #15357 )
...
* Updates to stories and component
* removed SECONDARY color options
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
2 years ago
Nidhi Kumari
2cf7cd40d0
added tx details popup to cancelled Swap ( #15273 )
...
* added tx details popup to cancelled Swap
* removed unnecessary console statements
2 years ago
Brad Decker
652d631cda
remove exclusions for mismatched object jsdoc type casing ( #15351 )
2 years ago
Nidhi Kumari
7424e98416
Updated all instances of "Component API" to "Props" in storybook documentation ( #15324 )
...
* replaced Component API with Props
* replaced Component API with Props in DOCUMENTATION.stories.mdx
* removed base avatar component
2 years ago
Brad Decker
1db0ee87ec
Update Eslint and deps ( #15293 )
2 years ago
Alex Donesky
b82d357a0d
Remove decentralized 4byte function signature registry since it contains incorrect signatures and we can't algorithmically check for best option when 4byte.directory is down ( #15300 )
...
* remove decentralized 4byte function signature registry since it is griefed and we can't algorithmically check for best option when 4byte is down
* add migration
* remove nock of on chain registry call in getMethodDataAsync test
2 years ago
Alex Donesky
8536c86ed5
Improve `tokenId` parsing and clean up `useAssetDetails` hook ( #15304 )
2 years ago
Hassan Malik
1f943a7d69
[FLASK] Fix snaps authorship pill ( #15190 )
...
* add truncation
* add title to show complete package name
* Remove hardcoded max-width
* truncation
* reduced max-width
* final changes
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
Co-authored-by: eriknson <eriks@mail.se>
2 years ago
Dan J Miller
101fe0b27a
Metrics adjustments ( #15313 )
...
* Don't send errors to sentry if users have not opted-in to participate in metametrics
* Don't capture opt-out metrics
* Move the metrics-opt in screen to immediately after the welcome screen
* Ensure that global.getSentryState is set in the background
* Fix e2e tests after rearranging onboardin flow
* Fix unit tests
* More e2e test fixes
* Remove unnecessary wrappers around capture exception
2 years ago
Nidhi Kumari
132c1818df
added storybook controls for confirm send ether component ( #15235 )
...
* added storybook controls for confirm send ether component
* fixed lint errors
* corrected the argTypes for send-ether-storybook component
2 years ago
VSaric
f1ca3e56e7
Modify transaction type and add contract method data to metrics ( #15175 )
2 years ago
Nidhi Kumari
2e6f579ee5
Converted BuildQuote story to use controls and action argType ( #15234 )
...
* added build quote component
* fixed updated test-data to use Rinkeby instead of ropsten
2 years ago
Alex Donesky
f0556cf097
fix blockExplorer link on setApprovalForAll confirmation screen ( #15312 )
2 years ago
George Marshall
5592687df1
Updating design tokens package and shadow values with new tokens ( #15264 )
...
* Updating design tokens v1.8 and shadows
* Adding missing stories
* Some fixes and updates to css and stories
* removing unneeded story
* Fixing story order
2 years ago
Nidhi Kumari
c85af877bd
added storybook controls for confirm deploy contract component ( #15236 )
...
* added storybook controls for confirm deploy contract component
* fixed args in confirm-deploy-contract-storybook
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2 years ago
Ernesto García
e6931e3f5d
Fix: Actionable Message on Confirm Transaction view is over Tabs ( #15272 )
...
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2 years ago
Alex Donesky
b2fde5114a
fix blockExplorer link on setApprovalForAll confirmation screen ( #15312 )
2 years ago
Brad Decker
024a62f401
enable direct routing to the send page ( #15259 )
2 years ago
Dan J Miller
11374ec4d7
Ensure that editing a tx from a transfer to a simple send resets data and updates type ( #15248 )
...
* Ensure that editing a transaction from a transfer to a simple send properly resets data and updates type
* Handle case where there are no unapproved txes
* Improve comment in updateSendAsset
* Remove unnecessary code in send transaction edit function
* Fix
* Ensure hex data is properly reset when changing from a safe transfer from tx to native send
2 years ago
Dan J Miller
a0c9738924
Ensure that editing a tx from a transfer to a simple send resets data and updates type ( #15248 )
...
* Ensure that editing a transaction from a transfer to a simple send properly resets data and updates type
* Handle case where there are no unapproved txes
* Improve comment in updateSendAsset
* Remove unnecessary code in send transaction edit function
* Fix
* Ensure hex data is properly reset when changing from a safe transfer from tx to native send
2 years ago
Frederik Bolding
930f5e8558
Fix stringified object on NFT approve screen ( #15287 )
2 years ago
Frederik Bolding
9e1814952f
Fix stringified object on NFT approve screen ( #15287 )
2 years ago
George Marshall
05a20bb721
Add responsive props to Box component ( #15106 )
...
* Adding responsive props to Box component
* Updating margin array prop instances
* Updating padding array prop instances
* Updates to docs, tests and margin, padding instances
* Optimizing class name object
* Simplifying single value logic
* replacing for loop with switch statement
* Memoizing generateClassNames function
2 years ago
Alex Donesky
11abdddaa2
show asset name instead of symbol for setApprovalForAll calls on NFT contracts where possible ( #15296 )
2 years ago
Dor Wiser
98fc0060f3
DefinitionList story: convert knobs and actions to controls / args ( #15185 )
...
* tabs story changes
* removed knobs and implemented controls
* object to select control typography
* added argtypes only for relevant stories + fixes
2 years ago
Alex Donesky
78b32153f5
show asset name instead of symbol for setApprovalForAll calls on NFT contracts where possible ( #15296 )
2 years ago
David Walsh
95adbc245c
Set default getFetchWithTimeout default timeout value ( #14218 )
2 years ago
Filip Sekulic
7d321c48e0
Removed ui related code from shared directory ( #15252 )
2 years ago
Nidhi Kumari
fe76317eef
added storybook files to alert and breadcrumbs component ( #15156 )
...
* added storyblok files to alert and breadcrumbs component
* formatted the files
* added confusable, i18n, export, hextToDecimal stories
* replaced alert class component to functional component
* removed i18n story files
* added storyblok files to alert and breadcrumbs component
* formatted the files
* added confusable, i18n, export, hextToDecimal stories
* replaced alert class component to functional component
* removed i18n story files
* added README files to storybook elements and fixed lint issues
* added readme files
* updated README file for confusable
* fixed linting errors in test
* removed unwanted tests
2 years ago
Nidhi Kumari
7a3ff7e436
added storybook component for send-content-stories ( #15210 )
...
* added storybook component for send-content-stories
* added draftTransactions to storybook
2 years ago
Niranjana Binoy
2223e81c67
Disable Seedphrase import button if any of the characters is in uppercase ( #15186 )
2 years ago
ryanml
e38cc863a4
Remove dark mode and transaction insights announcements ( #15279 )
2 years ago
Alex Donesky
3ddebf818b
Preserve send amount when editing an ERC20 transaction ( #15275 )
...
* preserve amount when editing an ERC20 transaction
* fix tests
2 years ago
Brad Decker
751c119d10
enable direct routing to the send page ( #15259 )
2 years ago
Alex Donesky
d92936475a
Fix default currency symbol for `wallet_addEthereumChain` + improve warnings for data that doesn't match our validation expectations ( #15201 )
...
* set more appropriate default for ticker symbol when wallet_addEthereumChain is called
* throw error to dapp when site suggests network with same chainId but different ticker symbol from already added network, instead of showing error and disabled notification to user
2 years ago
George Marshall
81a876f979
Adding media query sass vars, mixins and docs ( #15053 )
...
* Adding media query sass vars, mixins and docs
* Updates to docs and fixing page order in storybook
2 years ago
Alex Donesky
09164dcabb
Bump controllers v30.0.2 ( #14906 )
...
* bump @metamask/controllers to v30.0.2 and adapt
2 years ago