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

Do some of the todos #102

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Do some of the todos #102

merged 1 commit into from
Nov 24, 2024

Conversation

benthecarman
Copy link
Contributor

No description provided.

@@ -737,7 +742,6 @@ impl HarborWallet {
_ => "Unknown".to_string(),
};

// TODO: what to do about balance in this case? Maybe it should be Option<u64>?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we didnt need the balance here

@@ -1,4 +1,4 @@
/target
Copy link
Contributor

Choose a reason for hiding this comment

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

on my system running just run from the root dir still creates a target dir in the root. so maybe we need /target and */target?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks, fixed

match self.send_amount_input_str.parse::<u64>() {
Ok(amount) => Some(amount),
Err(e) => {
eprintln!("Error parsing amount: {e}");
Copy link
Contributor

Choose a reason for hiding this comment

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

nice I can show a toast for these parse fails. I also need to fix the amount input so you can only type numbers

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I also need to fix the amount input so you can only type numbers

i tried to do this but couldnt figure it out

@benthecarman benthecarman merged commit 30b1511 into master Nov 24, 2024
2 checks passed
@benthecarman benthecarman deleted the todos branch November 24, 2024 23:41
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