-
Notifications
You must be signed in to change notification settings - Fork 17
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
Various UI improvements and a bug fix. #144
Conversation
@@ -1,6 +1,10 @@ | |||
<resources xmlns:tools="http://schemas.android.com/tools"> | |||
<!-- Base application theme. --> | |||
<style name="Theme.sage_tauri" parent="Theme.MaterialComponents.DayNight.NoActionBar"> | |||
<!-- <item name="android:statusBarColor">@android:color/transparent</item> --> |
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.
What is this for?
@@ -355,7 +355,7 @@ | |||
CODE_SIGN_ENTITLEMENTS = "sage-tauri_iOS/sage-tauri_iOS.entitlements"; | |||
CODE_SIGN_IDENTITY = "iPhone Developer"; | |||
CODE_SIGN_STYLE = Automatic; | |||
DEVELOPMENT_TEAM = NQJQRYZZG3; | |||
DEVELOPMENT_TEAM = 5PSQ3NC8JP; |
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.
Does this need to be changed?
src/components/Layout.tsx
Outdated
<img src={icon} className='h-6 w-6' /> | ||
{wallet?.name} | ||
<img src={icon} className='h-8 w-8' /> | ||
{/* {wallet?.name} */} |
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.
Do we need this still
src/index.css
Outdated
body, | ||
#root { | ||
height: 100%; | ||
/* overflow: hidden; */ |
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.
Is this stuff left behind from testing?
index.html
Outdated
@@ -2,9 +2,17 @@ | |||
<html lang="en"> | |||
<head> | |||
<meta charset="UTF-8" /> | |||
<meta | |||
<!-- <meta |
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.
Can this be deleted now?
[package] | ||
name = "tauri-plugin-safe-area-insets" | ||
version = "0.1.0" | ||
authors = [ "You" ] |
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.
Probably would be best to set the author/description properly, you can just put yourself here if you want.
It's formatted like Name <email>
Went over the comments, removed and reverted not needed changes. Fixed the fee is to high warning to use mojo's now as well after the merge. Also fixed the copybox to have a value and dispValue, otherwise the copy will use the short format address. |
Bug fixes:
UI improvements: