Skip to content

Commit

Permalink
chore: migrate collectible components to UI, ref leather-io/issues#222
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Sep 30, 2024
1 parent cc6edb5 commit 61993b3
Show file tree
Hide file tree
Showing 50 changed files with 105 additions and 754 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@
"cross-fetch": "4.0.0",
"css-loader": "7.1.0",
"dayjs": "1.11.8",
"dompurify": "3.1.4",
"dotenv": "16.4.5",
"ecdsa-sig-formatter": "1.0.11",
"formik": "2.4.5",
Expand Down Expand Up @@ -245,7 +244,6 @@
"ts-debounce": "4.0.0",
"url": "0.11.3",
"url-join": "5.0.0",
"use-events": "1.4.2",
"use-latest": "1.2.1",
"valid-url": "1.0.9",
"varuint-bitcoin": "1.1.2",
Expand Down Expand Up @@ -289,7 +287,6 @@
"@types/argon2-browser": "1.18.4",
"@types/bn.js": "5.1.5",
"@types/chrome": "0.0.260",
"@types/dompurify": "3.0.5",
"@types/download": "8.0.5",
"@types/html-webpack-plugin": "3.2.9",
"@types/jsdom": "21.1.3",
Expand Down
68 changes: 21 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/components/bitcoin-fees-list/bitcoin-fees-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { useCallback } from 'react';
import { Stack } from 'leather-styles/jsx';

import type { BtcFeeType } from '@leather.io/models';
import { LoadingSpinner } from '@leather.io/ui';

import { LoadingSpinner } from '../loading-spinner';
import { FeesListError } from './components/fees-list-error';
import { FeesListItem } from './components/fees-list-item';

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 61993b3

Please sign in to comment.