Brad Decker
8f47c19b9d
increase test coverage of nonce sorted transaction selector ( #14486 )
3 years ago
Dan J Miller
5b0d465d30
Fix the alerts toggles in settings ( #14498 )
3 years ago
Dan J Miller
617b7828a5
Disable swaps whenever the environment is not development or testing, so that behaviour follows production for QA purposes ( #14499 )
3 years ago
Dan J Miller
3ecc04e42d
Fix the alerts toggles in settings ( #14498 )
3 years ago
Dan J Miller
b1df04c253
Disable swaps whenever the environment is not development or testing, so that behaviour follows production for QA purposes ( #14499 )
3 years ago
Brad Decker
488d64ae8b
increase test coverage of nonce sorted transaction selector ( #14479 )
3 years ago
David Walsh
6a06374784
Dark Mode: Implement Metrics ( #14455 )
3 years ago
Hassan Malik
308c6e4fe3
Add snaps view search ( #14419 )
...
* add snaps view search
* add snaps view search
* fix to add in settings constants
* removed spread
* remove unused import
* add fencing
* more fencing
* ternary refactor, updated settings tests
* refactor
3 years ago
David Walsh
458d4c55d4
Dark Mode: Fix colors in toggle button ( #14280 )
3 years ago
VSaric
e702da2194
Modify import SRP page ( #14425 )
...
* Modify Import SRP page
3 years ago
David Walsh
bcdd52f55a
Dark Mode: Implement Metrics ( #14455 )
3 years ago
filipsekulic
52b043c4f2
HoldToRevealButton component ( #13785 )
...
* Created 'HoldToRevealButton' component
* Added new line within the .svg files
* Lint fix
* CSS fix according to BEM
* Modified unit test
3 years ago
Daniel
eed6ae2b8c
Swaps: Sort "token_from" dropdown tokens by their fiat value first and "token_to" by top tokens ( #14436 )
3 years ago
Guillaume Roux
9950d3ffe3
Dark Mode : Fix connected account permission icon color ( #14406 )
3 years ago
David Walsh
e4197abfae
Dark Mode: Fix QR display ( #14312 )
3 years ago
Guillaume Roux
76615b7bec
Enhanced Gas Fee UI : Fix gas values overlaping with labels ( #14392 )
3 years ago
Dan J Miller
78f68b3dab
Fix speed-up/cancel: don't update existing transaction data ( #14355 )
...
* Fix speed-up/cancel: don't update existing transaction data
* Move retryTxMeta state management to useGasFeeInputs.js
* Handle initial retryTxMeta set if no transaction is passed to useGasFeeInputs
* Ensure previousGas is use on retry transaction if it is available in useGasFeeInputs
* Remove update transaction mock and correctly test gas fee increase scenarios now that updateTransaction used in cancel-speedup is defined on the front end
3 years ago
Dan J Miller
b7b041c43b
Fix speed-up/cancel: don't update existing transaction data ( #14355 )
...
* Fix speed-up/cancel: don't update existing transaction data
* Move retryTxMeta state management to useGasFeeInputs.js
* Handle initial retryTxMeta set if no transaction is passed to useGasFeeInputs
* Ensure previousGas is use on retry transaction if it is available in useGasFeeInputs
* Remove update transaction mock and correctly test gas fee increase scenarios now that updateTransaction used in cancel-speedup is defined on the front end
3 years ago
Daniel
9403ee9c7a
Disable Swaps on Rinkeby for production ( #14372 )
...
* Disable Swaps in Rinkeby for production
* Use arrays instead of objects for allowed chain ids
* Trigger Build
3 years ago
Niranjana Binoy
455d4a9825
Update DetectTokenController for token detection V2 ( #14216 )
3 years ago
Dan J Miller
432c88e185
Remove duplicate gas simulation error messages ( #14409 )
...
* Remove duplicate gas simulation error messages
* Fixing locales
* Fixing unit tests
* Fixing e2e
Co-authored-by: ryanml <ryanlanese@gmail.com>
3 years ago
Dan J Miller
e768119dd0
Remove duplicate gas simulation error messages ( #14409 )
...
* Remove duplicate gas simulation error messages
* Fixing locales
* Fixing unit tests
* Fixing e2e
Co-authored-by: ryanml <ryanlanese@gmail.com>
3 years ago
Guillaume Roux
4b3977044f
Swap : Fix undefined icon url ( #14411 )
3 years ago
Frederik Bolding
637a960d3c
Use correct casing for "learn more" ( #14412 )
3 years ago
Guillaume Roux
14a5dda24f
Dark Mode : Fix connected account permission icon color ( #14406 )
3 years ago
Niranjana Binoy
89ce0cee85
Updating info ActionableMessage type to default ( #14385 )
3 years ago
George Marshall
9ce966ba1d
Storybook housekeeping 🧹 ( #14331 )
...
* Removing argTypes that are related to static props and don't have anything to do with the component. Also some general house keeping
* updates
3 years ago
Daniel
2d24a4d643
Swaps timer improvements, optional refresh rates and fix for a notification UI ( #14300 )
...
* Set up correct timer value for fetching new quotes
* Show red timer in Swaps if quotes fetching will happen in less than 10s (previously it was 30s)
* Fix a UI issue with the notification close button
* Make stx refresh rates optional, since not every network supports them
3 years ago
Mark Stacey
1b4ddf709b
Replace `ReadOnlyInput` ( #14330 )
...
Replace the last two uses of the `ReadOnlyInput` with a div. The idea
of using an input for read-only data is silly. We can just put it in
the DOM directly instead.
3 years ago
George Marshall
cdb9d341bc
color fix for hover on swaps quote ( #14334 )
3 years ago
George Marshall
15a6006237
Updatin contract deployment text label to be darker ( #14333 )
3 years ago
George Marshall
13c087e2e9
Fixing account details label colors ( #14315 )
3 years ago
George Marshall
a499d0f045
Fix/14303 show private keys ( #14314 )
3 years ago
George Marshall
94378c773d
Fix/14302 about fox logo ( #14308 )
3 years ago
George Marshall
36a736d3b5
Fix/14230 dark mode fixes ( #14305 )
...
* Dark mode fixes
* removing unused icon svg
3 years ago
Dan J Miller
ba909c3055
Fix the close button in the speed up and cancel popovers ( #14356 )
3 years ago
George Marshall
1ade2e84f0
Swaps select quote highlight fix ( #14270 )
3 years ago
ryanml
7d9796bb53
Fix Buy Ether via Moonpay and Wyre actions ( #14322 )
3 years ago
David Walsh
9760750231
Dark Mode: Remove unwanted background for price quote ( #14278 )
3 years ago
David Walsh
48eadc669f
Ensure proper color for swaps edit link ( #14273 )
3 years ago
David Walsh
b042858663
Dark Mode: Ensure actionable message button colors are the same color as previously ( #14271 )
3 years ago
ryanml
485d711e0b
Ensure Metafox follows cursor on Fetching quotes screen ( #14261 )
3 years ago
Hassan Malik
e0e466490e
Settings search refactor ( #14350 )
...
* removed unnecessary eslint disable and removed key prop from SettingsSearchList
* removed unnecessary function, refactored settings pages to use only handleSettingsRefs
* simplified utils, removed unnecessary test
* updated usage of util functions
* fixed type error, allow for ampersand in search input
* removed unnecessary var
* fixed test
* fixes per comments
* fixed var name
* fixed property name
* changed some properties in SETTINGS_CONSTANTS to accept t param
* redid util functions
* changed from multiline comment to single line
* replace empty descriptions
* updated util logic
* fix undefined issue
3 years ago
Niranjana Binoy
07231e42b2
Update token detection logic to only control auto-detection ( #14251 )
3 years ago
Ariella Vu
7e059550a2
TabBar: prevent text from wrapping early ( #14368 )
3 years ago
Ariella Vu
582f6168f9
Settings:TabBar: Fix text wrap style ( #14348 )
...
* TabBar: fix text wrap style
* TabBar: adjust icon alignment
3 years ago
David Walsh
af963d7f7b
Dark Mode: What's New Announcement ( #14346 )
3 years ago
David Walsh
d8fd5f68ce
Dark Mode: Fix Actionable Messages ( #14361 )
3 years ago
Thomas Huang
2cd1472e3a
Fix imported component name and change size proptype type to string ( #14237 )
...
* Fix imported component name and change size proptype type to string
* Change IconTokenSearch size prop back to number and change usage to number
3 years ago
Dan J Miller
fc4ae4ef61
Fix the close button in the speed up and cancel popovers ( #14356 )
3 years ago