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

Fix numeric field in the channel request and withdrawal pages. #306

Merged
merged 10 commits into from
Oct 16, 2023

Conversation

AleksKSoftware
Copy link
Contributor

@AleksKSoftware AleksKSoftware commented Sep 17, 2023

  • Fixed limitation of the withdrawal
  • Fixed input and output withdrawl

docker/docker-compose.yml Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Pages/ChannelRequests.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
@AleksKSoftware AleksKSoftware requested review from Jossec101 and markettes and removed request for Jossec101 and markettes September 27, 2023 08:54
src/Pages/ChannelRequests.razor Outdated Show resolved Hide resolved
src/Helpers/ValidationHelper.cs Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
src/Shared/UTXOSelectorModal.razor Show resolved Hide resolved
@AleksKSoftware
Copy link
Contributor Author

@markettes I've update the branch again looks like you was reviewing the previous commit.

@markettes
Copy link
Contributor

I think you didn't push the commits because they are newer than my review xD

src/Pages/ChannelRequests.razor Outdated Show resolved Hide resolved
src/Pages/ChannelRequests.razor Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Outdated Show resolved Hide resolved
@RodriFS RodriFS dismissed markettes’s stale review October 16, 2023 12:02

The code has been updated

@RodriFS RodriFS merged commit 49c5c47 into main Oct 16, 2023
1 check passed
@RodriFS RodriFS deleted the fix_edit_field branch October 16, 2023 12:03
: _maxChannelCapacity;
decimal convertedAmount = Math.Round(PriceConversionService.SatToUsdConversion(new Money(amountToShow, MoneyUnit.BTC).Satoshi, _btcPrice), 2);
}
@($"Amount in Satoshis. Minimum {_minimumChannelCapacity:f8}. Current amount: {convertedAmount} USD")
Copy link
Contributor

Choose a reason for hiding this comment

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

This field is in BTC. Should we fix it later?

@Jossec101 Jossec101 restored the fix_edit_field branch October 17, 2023 16:11
@Jossec101 Jossec101 deleted the fix_edit_field branch October 17, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants