-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into fix/ledger-no-request-keys-context
- Loading branch information
Showing
52 changed files
with
168 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
src/app/common/hooks/balance/stx/use-stx-outbound-value.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 2 additions & 27 deletions
29
src/app/components/crypto-assets/components/asset-caption.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,12 @@ | ||
import { Flex, HStack, styled } from 'leather-styles/jsx'; | ||
|
||
import { BulletOperator } from '@app/ui/components/bullet-separator/bullet-separator'; | ||
import { InfoIcon } from '@app/ui/components/icons/info-icon'; | ||
import { BasicTooltip } from '@app/ui/components/tooltip/basic-tooltip'; | ||
import { Flex, styled } from 'leather-styles/jsx'; | ||
|
||
interface AssetCaptionProps { | ||
caption: string; | ||
isUnanchored?: boolean; | ||
} | ||
export function AssetCaption({ caption, isUnanchored }: AssetCaptionProps) { | ||
export function AssetCaption({ caption }: AssetCaptionProps) { | ||
return ( | ||
<Flex flexDirection="row"> | ||
<styled.span textStyle="caption.02">{caption}</styled.span>{' '} | ||
{isUnanchored ? ( | ||
<> | ||
<styled.span mx="space.01" textStyle="caption.02"> | ||
<BulletOperator /> Microblock | ||
</styled.span> | ||
<BasicTooltip side="right" label={'Learn more about microblocks'}> | ||
<HStack> | ||
<a | ||
href="https://docs.stacks.co/understand-stacks/microblocks" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
<InfoIcon color="accent.text-subdued" ml="space.01" size="xs" /> | ||
</a> | ||
</HStack> | ||
</BasicTooltip> | ||
</> | ||
) : ( | ||
'' | ||
)} | ||
</Flex> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
src/app/components/crypto-assets/stacks/components/stacks-unanchored-status-icon.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.