Skip to content
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

UI Fixes #795

Merged
merged 24 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
fb44578
Merge branch 'rgb' of https://github.com/bithyve/tribe into fix/ui-an…
akshay8551 Jan 22, 2025
f784964
Send - removed/comment loader code
akshay8551 Jan 22, 2025
807c662
build 80
akshay8551 Jan 22, 2025
85e0289
changed context #755
akshay8551 Jan 23, 2025
18bafcc
Select Asset - added/import empty illustration (light) #773
akshay8551 Jan 23, 2025
08d8c1d
Wallet Backup text changes #701
akshay8551 Jan 23, 2025
824da0c
minor
akshay8551 Jan 23, 2025
9ff8e6b
Round CTA - Update light theme icons
akshay8551 Jan 23, 2025
9810d10
round cta - changed title color (light theme)
akshay8551 Jan 23, 2025
80f3889
Done - We need to show Ticker in Coins detail screen #713
akshay8551 Jan 23, 2025
8b58409
modified cta's width #713
akshay8551 Jan 23, 2025
c56a2ae
minor
akshay8551 Jan 24, 2025
108116b
View unspent UTXOs needs to be improved #694
akshay8551 Jan 24, 2025
415a5ad
Add/show asset's image and ticker #694
akshay8551 Jan 24, 2025
6218897
Navigation issue on scanning address / Invoice (BTC & RGB) #772
akshay8551 Jan 24, 2025
889adbd
Done - Learn more content for all wallet modes #678
akshay8551 Jan 24, 2025
2dbb5b5
Added/show illustration according to theme
akshay8551 Jan 24, 2025
256cb1b
Done modification according to UX
akshay8551 Jan 24, 2025
2ea3848
formatted
akshay8551 Jan 24, 2025
ecf4930
Merge branch 'sprint' of https://github.com/bithyve/tribe into fix/ui…
akshay8551 Jan 24, 2025
4a9521a
Onboarding's Learn More - refactor: extract LearnMoreContentSection i…
akshay8551 Jan 25, 2025
bcc4605
CoinDetails Header - Pass one props (coin details) use it and remove …
akshay8551 Jan 25, 2025
4dc57e8
minor
akshay8551 Jan 25, 2025
16070db
RGB Utxo - extracting asset in parent component then pass to child an…
akshay8551 Jan 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
applicationId "com.bithyve.tribe"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 79
versionCode 80
versionName "0.2.6"
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/tribe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
CODE_SIGN_ENTITLEMENTS = tribe/tribe.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 79;
CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = Y5TCB759QL;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = tribe/Info.plist;
Expand Down Expand Up @@ -742,7 +742,7 @@
CODE_SIGN_ENTITLEMENTS = tribe/tribe.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 79;
CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = Y5TCB759QL;
INFOPLIST_FILE = tribe/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Tribe;
Expand Down
7 changes: 4 additions & 3 deletions src/assets/images/icon_recieve_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions src/assets/images/icon_send_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/assets/images/lnLearnMoreIllustration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions src/assets/images/onchainLearnMoreIllustration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading