-
-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11319 from hassnian/issue-11116
feat: Collection Atomic Swaps support
- Loading branch information
Showing
44 changed files
with
1,360 additions
and
481 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<template> | ||
<div class="w-full h-[50px]"> | ||
<div class="flex justify-between"> | ||
<div class="flex"> | ||
<div> | ||
<NeoSkeleton | ||
no-margin | ||
height="48px" | ||
width="48px" | ||
:rounded="false" | ||
/> | ||
</div> | ||
|
||
<div class="flex flex-col justify-between ml-4 w-[100px] md:w-[170px]"> | ||
<NeoSkeleton | ||
no-margin | ||
:rounded="false" | ||
width="130px" | ||
/> | ||
|
||
<NeoSkeleton | ||
no-margin | ||
:rounded="false" | ||
width="90px" | ||
/> | ||
</div> | ||
</div> | ||
|
||
<div class="flex items-end"> | ||
<NeoSkeleton | ||
no-margin | ||
:rounded="false" | ||
width="60px" | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<script setup lang="ts"> | ||
import { NeoSkeleton } from '@kodadot1/brick' | ||
</script> |
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.