Skip to content

Commit

Permalink
grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed May 14, 2024
1 parent 392a0ad commit 3a3d7ee
Show file tree
Hide file tree
Showing 66 changed files with 66 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AddressActivityDetails as AddressActivityDetailsComponent } from "./Add
type Story = StoryObj<typeof AddressActivityDetailsComponent>;

const meta: Meta<typeof AddressActivityDetailsComponent> = {
title: "Molecules/Address Activity Details",
title: "Molecules/Address/Address Activity Details",
component: AddressActivityDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AddressActivityList as AddressActivityListComponent } from "./AddressAc
type Story = StoryObj<typeof AddressActivityListComponent>;

const meta: Meta<typeof AddressActivityListComponent> = {
title: "Molecules/Address Activity List",
title: "Molecules/Address/Address Activity List",
component: AddressActivityListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AddressDetails as AddressDetailsComponent } from "./AddressDetails";
type Story = StoryObj<typeof AddressDetailsComponent>;

const meta: Meta<typeof AddressDetailsComponent> = {
title: "Molecules/Address Details",
title: "Molecules/Address/Address Details",
component: AddressDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AddressTransactions as AddressTransactionsComponent } from "./AddressTr
type Story = StoryObj<typeof AddressTransactionsComponent>;

const meta: Meta<typeof AddressTransactionsComponent> = {
title: "Molecules/Address Transactions",
title: "Molecules/Address/Address Transactions",
component: AddressTransactionsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BlockDetails as BlockDetailsComponent } from "./BlockDetails";
type Story = StoryObj<typeof BlockDetailsComponent>;

const meta: Meta<typeof BlockDetailsComponent> = {
title: "Molecules/Block Details",
title: "Molecules/Block/Block Details",
component: BlockDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BlockTransactions as BlockTransactionsComponent } from "./BlockTransact
type Story = StoryObj<typeof BlockTransactionsComponent>;

const meta: Meta<typeof BlockTransactionsComponent> = {
title: "Molecules/Block Transactions",
title: "Molecules/Block/Block Transactions",
component: BlockTransactionsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { LatestBlocks as LatestBlocksComponent } from "./LatestBlocks";
type Story = StoryObj<typeof LatestBlocksComponent>;

const meta: Meta<typeof LatestBlocksComponent> = {
title: "Molecules/Latest Blocks",
title: "Molecules/Block/Latest Blocks",
component: LatestBlocksComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NFTCollectionDetails as NFYCollectionDetailsComponent } from "./NFTColl
type Story = StoryObj<typeof NFYCollectionDetailsComponent>;

const meta: Meta<typeof NFYCollectionDetailsComponent> = {
title: "Molecules/NFT Collection Details",
title: "Molecules/NFT/NFT Collection Details",
component: NFYCollectionDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NFTCollectionTokensList as NFTCollectionTokensListComponent } from "./N
type Story = StoryObj<typeof NFTCollectionTokensListComponent>;

const meta: Meta<typeof NFTCollectionTokensListComponent> = {
title: "Molecules/NFT Collection Tokens List",
title: "Molecules/NFT/NFT Collection Tokens List",
component: NFTCollectionTokensListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NFT_COLLECTIONS } from "@/utils/constants/shared.constants";
type Story = StoryObj<typeof NFTFloorPriceComponent>;

const meta: Meta<typeof NFTFloorPriceComponent> = {
title: "Molecules/NFT Floor Price",
title: "Molecules/NFT/NFT Floor Price",
component: NFTFloorPriceComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NFT_COLLECTIONS } from "@/utils/constants/shared.constants";
type Story = StoryObj<typeof NFTSalesCountComponent>;

const meta: Meta<typeof NFTSalesCountComponent> = {
title: "Molecules/NFT Sales Count",
title: "Molecules/NFT/NFT Sales Count",
component: NFTSalesCountComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NFT_COLLECTIONS } from "@/utils/constants/shared.constants";
type Story = StoryObj<typeof NFTVolumeComponent>;

const meta: Meta<typeof NFTVolumeComponent> = {
title: "Molecules/NFT Volume",
title: "Molecules/NFT/NFT Volume",
component: NFTVolumeComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NFTWalletCollectionDetails as NFTWalletCollectionDetailsComponent } fro
type Story = StoryObj<typeof NFTWalletCollectionDetailsComponent>;

const meta: Meta<typeof NFTWalletCollectionDetailsComponent> = {
title: "Molecules/NFT Wallet Collection Details",
title: "Molecules/NFT/NFT Wallet Collection Details",
component: NFTWalletCollectionDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NFTWalletCollectionList as NFTWalletCollectionListComponent } from "./N
type Story = StoryObj<typeof NFTWalletCollectionListComponent>;

const meta: Meta<typeof NFTWalletCollectionListComponent> = {
title: "Molecules/NFT Wallet Collection List",
title: "Molecules/NFT/NFT Wallet Collection List",
component: NFTWalletCollectionListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TokenBalancesList as TokenBalancesListComponent } from "./TokenBalances
type Story = StoryObj<typeof TokenBalancesListComponent>;

const meta: Meta<typeof TokenBalancesListComponent> = {
title: "Molecules/Token Balances List",
title: "Molecules/Token/Token Balances List",
component: TokenBalancesListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TokenTransfersList as TokenTransfersListComponent } from "./TokenTransf
type Story = StoryObj<typeof TokenTransfersListComponent>;

const meta: Meta<typeof TokenTransfersListComponent> = {
title: "Molecules/Token Transfers List",
title: "Molecules/Token/Token Transfers List",
component: TokenTransfersListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { Fragment, useCallback, useEffect, useState } from "react";
import { type ColumnDef } from "@tanstack/react-table";
import { TableCell, TableRow } from "@/components/ui/table";
import { Address, AddressAvatar } from "../../Atoms";
import { Address, AddressAvatar } from "@/components/Atoms";
import {
timestampParser,
truncate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { LatestTransactions as LatestTransactionsComponent } from "./LatestTrans
type Story = StoryObj<typeof LatestTransactionsComponent>;

const meta: Meta<typeof LatestTransactionsComponent> = {
title: "Molecules/Latest Transactions",
title: "Molecules/Transaction/Latest Transactions",
component: LatestTransactionsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TransactionDetails as TransactionDetailsComponent } from "./Transaction
type Story = StoryObj<typeof TransactionDetailsComponent>;

const meta: Meta<typeof TransactionDetailsComponent> = {
title: "Molecules/Transaction Details",
title: "Molecules/Transaction/Transaction Details",
component: TransactionDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TransactionReceipt as TransactionReceiptComponent } from "./Transaction
type Story = StoryObj<typeof TransactionReceiptComponent>;

const meta: Meta<typeof TransactionReceiptComponent> = {
title: "Molecules/Transaction Receipt",
title: "Molecules/Transaction/Transaction Receipt",
component: TransactionReceiptComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKPoolDetails as XYKPoolDetailsComponent } from "./XYKPoolDetails";
type Story = StoryObj<typeof XYKPoolDetailsComponent>;

const meta: Meta<typeof XYKPoolDetailsComponent> = {
title: "Molecules/XYK Pool Details",
title: "Molecules/XYK/Pool/XYK Pool Details",
component: XYKPoolDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKPoolList as XYKPoolListComponent } from "./XYKPoolList";
type Story = StoryObj<typeof XYKPoolListComponent>;

const meta: Meta<typeof XYKPoolListComponent> = {
title: "Molecules/XYK Pool List",
title: "Molecules/XYK/Pool/XYK Pool List",
component: XYKPoolListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKPoolTimeseries as XYKPoolTimeseriesComponent } from "./XYKPoolTimese
type Story = StoryObj<typeof XYKPoolTimeseriesComponent>;

const meta: Meta<typeof XYKPoolTimeseriesComponent> = {
title: "Molecules/XYK Pool Timeseries",
title: "Molecules/XYK/Pool/XYK Pool Timeseries",
component: XYKPoolTimeseriesComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKPoolTransactionsList as XYKPoolTransactionsListComponent } from "./X
type Story = StoryObj<typeof XYKPoolTransactionsListComponent>;

const meta: Meta<typeof XYKPoolTransactionsListComponent> = {
title: "Molecules/XYK Pool Transactions List",
title: "Molecules/XYK/Pool/XYK Pool Transactions List",
component: XYKPoolTransactionsListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKTokenDetails as XYKTokenDetailsComponent } from "./XYKTokenDetails";
type Story = StoryObj<typeof XYKTokenDetailsComponent>;

const meta: Meta<typeof XYKTokenDetailsComponent> = {
title: "Molecules/XYK Token Details",
title: "Molecules/XYK/Token/XYK Token Details",
component: XYKTokenDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKTokenList as XYKTokenListComponent } from "./XYKTokenList";
type Story = StoryObj<typeof XYKTokenListComponent>;

const meta: Meta<typeof XYKTokenListComponent> = {
title: "Molecules/XYK Token List",
title: "Molecules/XYK/Token/XYK Token List",
component: XYKTokenListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKTokenPoolList as XYKTokenPoolListComponent } from "./XYKTokenPoolLis
type Story = StoryObj<typeof XYKTokenPoolListComponent>;

const meta: Meta<typeof XYKTokenPoolListComponent> = {
title: "Molecules/XYK Token Pool List",
title: "Molecules/XYK/Token/XYK Token Pool List",
component: XYKTokenPoolListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKTokenTimeseries as XYKTokenTimeseriesComponent } from "./XYKTokenTim
type Story = StoryObj<typeof XYKTokenTimeseriesComponent>;

const meta: Meta<typeof XYKTokenTimeseriesComponent> = {
title: "Molecules/XYK Token Timeseries",
title: "Molecules/XYK/Token/XYK Token Timeseries",
component: XYKTokenTimeseriesComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKTokenTransactionsList as XYKTokenTransactionsListComponent } from ".
type Story = StoryObj<typeof XYKTokenTransactionsListComponent>;

const meta: Meta<typeof XYKTokenTransactionsListComponent> = {
title: "Molecules/XYK Token Transactions List",
title: "Molecules/XYK/Token/XYK Token Transactions List",
component: XYKTokenTransactionsListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKWalletDetails as XYKWalletDetailsComponent } from "./XYKWalletDetail
type Story = StoryObj<typeof XYKWalletDetailsComponent>;

const meta: Meta<typeof XYKWalletDetailsComponent> = {
title: "Molecules/XYK Wallet Details",
title: "Molecules/XYK/Wallet/XYK Wallet Details",
component: XYKWalletDetailsComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKWalletPoolList as XYKWalletPoolListComponent } from "./XYKWalletPool
type Story = StoryObj<typeof XYKWalletPoolListComponent>;

const meta: Meta<typeof XYKWalletPoolListComponent> = {
title: "Molecules/XYK Wallet Pool List",
title: "Molecules/XYK/Wallet/XYK Wallet Pool List",
component: XYKWalletPoolListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKWalletPositionsList as XYKWalletPositionsListComponent } from "./XYK
type Story = StoryObj<typeof XYKWalletPositionsListComponent>;

const meta: Meta<typeof XYKWalletPositionsListComponent> = {
title: "Molecules/XYK Wallet Positions List",
title: "Molecules/XYK/Wallet/XYK Wallet Positions List",
component: XYKWalletPositionsListComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKWalletTransactionsList as XYKWalletTransactionsListComponent } from
type Story = StoryObj<typeof XYKWalletTransactionsListComponent>;

const meta: Meta<typeof XYKWalletTransactionsListComponent> = {
title: "Molecules/XYK Wallet Transactions List",
title: "Molecules/XYK/Wallet/XYK Wallet Transactions List",
component: XYKWalletTransactionsListComponent,
};

Expand Down
64 changes: 32 additions & 32 deletions src/components/Molecules/index.ts
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
export { AddressActivityDetails } from "./AddressActivityDetails/AddressActivityDetails";
export { AddressActivityList } from "./AddressActivityList/AddressActivityList";
export { AddressDetails } from "./AddressDetails/AddressDetails";
export { AddressTransactions } from "./AddressTransactions/AddressTransactions";
export { BlockDetails } from "./BlockDetails/BlockDetails";
export { BlockTransactions } from "./BlockTransactions/BlockTransactions";
export { AddressActivityDetails } from "./Address/AddressActivityDetails/AddressActivityDetails";
export { AddressActivityList } from "./Address/AddressActivityList/AddressActivityList";
export { AddressDetails } from "./Address/AddressDetails/AddressDetails";
export { AddressTransactions } from "./Address/AddressTransactions/AddressTransactions";
export { BlockDetails } from "./Block/BlockDetails/BlockDetails";
export { BlockTransactions } from "./Block/BlockTransactions/BlockTransactions";
export { LatestBlocks } from "./Block/LatestBlocks/LatestBlocks";
export { ChainSelector } from "./ChainSelector/ChainSelector";
export { GasCard } from "./GasCard/GasCard";
export { LatestBlocks } from "./LatestBlocks/LatestBlocks";
export { LatestPrice } from "./LatestPrice/LatestPrice";
export { LatestTransactions } from "./LatestTransactions/LatestTransactions";
export { NFTCollectionDetails } from "./NFTCollectionDetails/NFTCollectionDetails";
export { NFTCollectionTokensList } from "./NFTCollectionTokensList/NFTCollectionTokensList";
export { NFTFloorPrice } from "./NFTFloorPrice/NFTFloorPrice";
export { NFTSalesCount } from "./NFTSalesCount/NFTSalesCount";
export { NFTVolume } from "./NFTVolume/NFTVolume";
export { NFTWalletCollectionDetails } from "./NFTWalletCollectionDetails/NFTWalletCollectionDetails";
export { NFTWalletCollectionList } from "./NFTWalletCollectionList/NFTWalletCollectionList";
export { TokenBalancesList } from "./TokenBalancesList/TokenBalancesList";
export { TokenTransfersList } from "./TokenTransfersList/TokenTransfersList";
export { TransactionDetails } from "./TransactionDetails/TransactionDetails";
export { TransactionReceipt } from "./TransactionReceipt/TransactionReceipt";
export { XYKPoolDetails } from "./XYKPoolDetails/XYKPoolDetails";
export { XYKPoolList } from "./XYKPoolList/XYKPoolList";
export { XYKPoolTimeseries } from "./XYKPoolTimeseries/XYKPoolTimeseries";
export { XYKPoolTransactionsList } from "./XYKPoolTransactionsList/XYKPoolTransactionsList";
export { NFTCollectionDetails } from "./NFT/NFTCollectionDetails/NFTCollectionDetails";
export { NFTCollectionTokensList } from "./NFT/NFTCollectionTokensList/NFTCollectionTokensList";
export { NFTFloorPrice } from "./NFT/NFTFloorPrice/NFTFloorPrice";
export { NFTSalesCount } from "./NFT/NFTSalesCount/NFTSalesCount";
export { NFTVolume } from "./NFT/NFTVolume/NFTVolume";
export { NFTWalletCollectionDetails } from "./NFT/NFTWalletCollectionDetails/NFTWalletCollectionDetails";
export { NFTWalletCollectionList } from "./NFT/NFTWalletCollectionList/NFTWalletCollectionList";
export { TokenBalancesList } from "./Token/TokenBalancesList/TokenBalancesList";
export { TokenTransfersList } from "./Token/TokenTransfersList/TokenTransfersList";
export { LatestTransactions } from "./Transaction/LatestTransactions/LatestTransactions";
export { TransactionDetails } from "./Transaction/TransactionDetails/TransactionDetails";
export { TransactionReceipt } from "./Transaction/TransactionReceipt/TransactionReceipt";
export { XYKPoolDetails } from "./XYK/Pool/XYKPoolDetails/XYKPoolDetails";
export { XYKPoolList } from "./XYK/Pool/XYKPoolList/XYKPoolList";
export { XYKPoolTimeseries } from "./XYK/Pool/XYKPoolTimeseries/XYKPoolTimeseries";
export { XYKPoolTransactionsList } from "./XYK/Pool/XYKPoolTransactionsList/XYKPoolTransactionsList";
export { XYKTokenDetails } from "./XYK/Token/XYKTokenDetails/XYKTokenDetails";
export { XYKTokenList } from "./XYK/Token/XYKTokenList/XYKTokenList";
export { XYKTokenPoolList } from "./XYK/Token/XYKTokenPoolList/XYKTokenPoolList";
export { XYKTokenTimeseries } from "./XYK/Token/XYKTokenTimeseries/XYKTokenTimeseries";
export { XYKTokenTransactionsList } from "./XYK/Token/XYKTokenTransactionsList/XYKTokenTransactionsList";
export { XYKWalletDetails } from "./XYK/Wallet/XYKWalletDetails/XYKWalletDetails";
export { XYKWalletPoolList } from "./XYK/Wallet/XYKWalletPoolList/XYKWalletPoolList";
export { XYKWalletPositionsList } from "./XYK/Wallet/XYKWalletPositionsList/XYKWalletPositionsList";
export { XYKWalletTransactionsList } from "./XYK/Wallet/XYKWalletTransactionsList/XYKWalletTransactionsList";
export { XYKTimeseries } from "./XYKTimeseries/XYKTimeseries";
export { XYKTokenDetails } from "./XYKTokenDetails/XYKTokenDetails";
export { XYKTokenList } from "./XYKTokenList/XYKTokenList";
export { XYKTokenPoolList } from "./XYKTokenPoolList/XYKTokenPoolList";
export { XYKTokenTimeseries } from "./XYKTokenTimeseries/XYKTokenTimeseries";
export { XYKTokenTransactionsList } from "./XYKTokenTransactionsList/XYKTokenTransactionsList";
export { XYKTransactionsList } from "./XYKTransactionsList/XYKTransactionsList";
export { XYKWalletDetails } from "./XYKWalletDetails/XYKWalletDetails";
export { XYKWalletPoolList } from "./XYKWalletPoolList/XYKWalletPoolList";
export { XYKWalletPositionsList } from "./XYKWalletPositionsList/XYKWalletPositionsList";
export { XYKWalletTransactionsList } from "./XYKWalletTransactionsList/XYKWalletTransactionsList";
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NFTWalletCollectionView as NFTWalletCollectionViewComponent } from "./N
type Story = StoryObj<typeof NFTWalletCollectionViewComponent>;

const meta: Meta<typeof NFTWalletCollectionViewComponent> = {
title: "Organisms",
title: "Organisms/NFT Wallet Collection View",
component: NFTWalletCollectionViewComponent,
};

Expand Down

0 comments on commit 3a3d7ee

Please sign in to comment.