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

Another round of bug fixing #1055

Merged
merged 4 commits into from
Mar 25, 2024
Merged

Another round of bug fixing #1055

merged 4 commits into from
Mar 25, 2024

Conversation

GhenadieVP
Copy link
Contributor

@GhenadieVP GhenadieVP commented Mar 25, 2024

Another small round of bug fixing for this release, including the above tickets, but also other reported in the slack channel.

@@ -259,7 +259,7 @@ extension ResourceBalanceView {
VStack(alignment: .leading, spacing: .zero) {
FungibleView(
thumbnail: .poolUnit(viewState.poolIcon),
caption1: viewState.poolName ?? L10n.TransactionReview.poolUnits,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No fallback for poolUnits name

@@ -465,7 +465,7 @@ extension ResourceBalanceView {
}

private var useSpacer: Bool {
amount != nil || fallback != nil
amount != nil || fallback != nil || caption1 == nil
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Spacer required for the case of missing caption1 and the checkmark selection needs to be disaplyed.

@@ -96,7 +110,7 @@ extension SubmitTransaction {
viewStore.send(.appeared)
}
.alert(store: store.scope(state: \.$dismissTransactionAlert, action: { .view(.dismissTransactionAlert($0)) }))
.interactiveDismissDisabled(true)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably was left in after some local testing

@GhenadieVP GhenadieVP marked this pull request as ready for review March 25, 2024 08:01
@GhenadieVP GhenadieVP merged commit 94ab677 into main Mar 25, 2024
12 checks passed
@GhenadieVP GhenadieVP deleted the tx_error_kind_titles branch March 25, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants