-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currency Converter #1968
Merged
kaloudis
merged 18 commits into
ZeusLN:master
from
shubhamkmr04:shubham/CurrencyConvertor
Feb 27, 2024
+729
−27
Merged
Currency Converter #1968
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d55c28f
Currency Converter
shubhamkmr04 50887dd
CurrencyConverter: Error if the currency is disabled
shubhamkmr04 b7e8edd
List currencies on different view + shift the heading from the header…
shubhamkmr04 3113f3b
Saving currency codes + Using CURRENCY_KEYS array values in Add Curre…
shubhamkmr04 d9573f2
Currency Converter: Add ability to remove currencies
shubhamkmr04 15d5f8b
Added functionality to drag and drop the currency inputs
shubhamkmr04 b4d7618
CurrencyConverter: Added animation
shubhamkmr04 5daa530
CurrencyConverter: Added SATS as a currency
shubhamkmr04 b50b4f2
AddCurrencies: Added Search bar to search currencies + localize strings
shubhamkmr04 94d9b46
Adjusting Flags
shubhamkmr04 7e2e94a
Removed AddCurrencies and using SelectCurrency to add currencies for …
shubhamkmr04 160b88a
Merge branch 'master' into shubham/CurrencyConvertor
shubhamkmr04 12954a3
Saving reordered list in the storage
shubhamkmr04 9b8d2e7
Merge branch 'master' into shubham/CurrencyConvertor
shubhamkmr04 955c0a7
Apply formatting in amount + remove flags from placeholder and add in…
shubhamkmr04 e207327
Revamp handleInputChange func
shubhamkmr04 d7bdebc
Add Bitcoin icon in input and align all flags vertically
shubhamkmr04 6d05a81
Using react-native-svg to list country flags
shubhamkmr04 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
shubhamkmr04 marked this conversation as resolved.
Show resolved
Hide resolved
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we using this file anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not right now, but I am thinking of using it in placeholder for BTC and SAT inputs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add it then