This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Regions v3 regression, Intl polyfill #2332
Draft
ofreyssinet-ledger
wants to merge
210
commits into
develop
Choose a base branch
from
bugfix/regions-v3-regression
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Remove useless dependency to hw-app-btc * Also remove hw-app-eth and hw-app-xrp
* Use design system for Checkbox and Swich components * Removed useless @flow marker on checkbox file
* Rebrand footer navigation * remove log
* LIVE-1667 Cosmos Select Amount to undelegate page updated * LL-1667 some cosmos transaction pages updated * LL-1667 SafeAreaView replaced with View in cosmos 01-Started.js
* LL-1669 some polkadot transaction pages updated * LL-1669 ClearNominations and Nominate pages improved and fixed * LL-1669 console log removed
* (V3): boosty perfs * enable hermes for ios and polyfill intl * remove obsolete jsc flags * (Onboarding): fixes for small screens + some other issues Co-authored-by: Julien Elbaz <[email protected]>
…overflow, resosurces bad urls) (#2323)
* remove unused * update margin top
That's because useLocale returns the language locale and not the locale used for number & date formatting (they are separated)
ofreyssinet-ledger
changed the title
Regions v3 regression
Regions v3 regression, Intl polyfill
Mar 28, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
makeGenericSelectScreen.tsx
, this was a regression of v3 as it was implemented in the .js version already.useLocale()
when doing number/date formatting (instead, usinglocaleSelector
), see following point for explanation.useLocale()
(inLocale.js
) touseTranslationLocale()
& document it to avoid confusions & uses in wrong context (it should be used only for handling translatable content, not for number & date formatting).Type
Bug fix
Context
Parts of the app affected / Test plan