mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
4dcde1e216
* layout wip * Icon changes, add badgewrapped icons to smart tx * grouping by date wip * typo fix * group txs by date, button styling * removing queue/history division, adding datestamp for pending tx, minor styling changes * adding tests, updating snap * font size fix * e2e fixes * Remove unnecessary tabIndex and keypress handler * Fix typo for fontWeight * Fix nesting warning by removing unnecessary Text * Fix tests * Fix import and exports * Remove unused verbiage * Update E2E selectors * More E2E * More E2Es * More test fixes * awaiting find instead of click * adding regularDelayMs to flaky test * removing delay * increasing delay outside of wait * adding back first-child to selector * test fixes * using datatestid for primary currency * sorting date txgroups * wip alignment for big numbers * alignment issues fix * lintfix * adding tabindex, cursor pointer, updating snap * unit test fix * storybook additions * snaphot update * update snap --------- Co-authored-by: David Walsh <davidwalsh83@gmail.com>
20 lines
1.0 KiB
JavaScript
20 lines
1.0 KiB
JavaScript
export { AccountListItem } from './account-list-item';
|
|
export { AccountListItemMenu } from './account-list-item-menu';
|
|
export { AccountListMenu } from './account-list-menu';
|
|
export { AccountPicker } from './account-picker';
|
|
export { ActivityListItem } from './activity-list-item';
|
|
export { AppHeader } from './app-header';
|
|
export { DetectedTokensBanner } from './detected-token-banner';
|
|
export { GlobalMenu } from './global-menu';
|
|
export { ImportTokenLink } from './import-token-link';
|
|
export { TokenListItem } from './token-list-item';
|
|
export { AddressCopyButton } from './address-copy-button';
|
|
export { ConnectedSiteMenu } from './connected-site-menu';
|
|
export { NetworkListItem } from './network-list-item';
|
|
export { NetworkListMenu } from './network-list-menu';
|
|
export { ProductTour } from './product-tour-popover';
|
|
export { AccountDetails } from './account-details';
|
|
export { CreateAccount } from './create-account';
|
|
export { ImportAccount } from './import-account';
|
|
export { ImportNftsModal } from './import-nfts-modal';
|