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: inscriptions settings btn and available balance #6050

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

alter-eggo
Copy link
Collaborator

@alter-eggo alter-eggo commented Dec 27, 2024

Try out Leather build 7f838c2Extension build, Test report, Storybook, Chromatic

this pr fixes:

  • available balance tooltip text
  • disable swaps on testnet
  • updates query package to prevent infinite brc20 request, related pr
  • inscription settings btn styles:

Screenshot 2024-12-27 at 18 57 12

@@ -21,7 +21,7 @@ import { PrivateTextLayout } from '@app/components/privacy/private-text.layout';
import { BasicTooltip } from '../tooltip/basic-tooltip';

const availableBalanceTooltipLabel =
'Total balance minus outbound transfers, protected collectibles and uneconomical UTXOs.';
'Total balance minus locked amounts, outbound transfers, protected collectibles and uneconomical UTXOs';
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure the . should have been removed here. I do think we typ include in other tooltips?

Copy link
Contributor

Choose a reason for hiding this comment

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

@markmhendrickson I also think you meant we need to actually deduct first from the new available balance at top?

@fbwoolf fbwoolf self-requested a review December 27, 2024 15:51
@fbwoolf
Copy link
Contributor

fbwoolf commented Dec 27, 2024

I initially approved this, but I'm not confident adding locked in the tooltip is correct without actually deducting it from the account card available balance?

@fbwoolf fbwoolf changed the title Fix/inscriptions settings btn fix: inscriptions settings btn Dec 27, 2024
@fbwoolf fbwoolf changed the title fix: inscriptions settings btn fix: inscriptions settings btn and available balance Dec 27, 2024
@fbwoolf
Copy link
Contributor

fbwoolf commented Dec 27, 2024

Bitflow isn't initializing for me on this branch, but it might be a local issue. Looking into it...

EDIT: Nvm, this was me and my .env file.

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