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

copy address and back button fixes #133

Merged
merged 5 commits into from
Dec 15, 2024

Conversation

sajalbnl
Copy link
Contributor

Copy link
Collaborator

@trbutler4 trbutler4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good. Requesting some small tweaks.

@@ -4,8 +4,8 @@
# Location of the SDK. This is only used by Gradle.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this from git and add to the .gitignore file. This is specific to your environment

fontSize = 14.sp,
modifier = Modifier.align(Alignment.CenterHorizontally)
)
Row(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
can you center this with the text please

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also can you make the receive screen look and behave the same way?

image

import androidx.compose.ui.res.painterResource
import androidx.compose.ui.text.font.Font
import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import androidx.core.graphics.toColorInt
import com.example.walletapp.BuildConfig
import com.example.walletapp.R

@Composable
fun ReceiveScreen(modifier: Modifier) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a back button here as well.

import androidx.compose.material3.DropdownMenu
import androidx.compose.material3.DropdownMenuItem
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.collectAsState
import androidx.compose.runtime.remember
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a back button to this screen as well

@trbutler4
Copy link
Collaborator

looks great thank you

@trbutler4 trbutler4 merged commit ec30d92 into keep-starknet-strange:main Dec 15, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants