-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(wallet): improve component imports (#1743)
* feat(wallet): Improve component imports. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet): improve imports. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet): revert not '_component' imports. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet): Change import to '_components'. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet): Change import to '_components'. Update after merge. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet): Update imports after merge develop. Fix PR comments. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet): Fixes after merge. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * fix: import --------- Signed-off-by: Eugene Panteleymonchuk <[email protected]> Co-authored-by: Mario <[email protected]> Co-authored-by: Begoña Alvarez <[email protected]>
- Loading branch information
1 parent
b571920
commit 18cbfd7
Showing
121 changed files
with
266 additions
and
256 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// Copyright (c) 2024 IOTA Stiftung | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
export * from './AccountBalanceItem'; | ||
export * from './AccountIcon'; | ||
export * from './AccountItem'; | ||
export * from './AccountItemApproveConnection'; | ||
export * from './AccountListItem'; | ||
export * from './AccountMultiSelect'; | ||
export * from './AccountsFormContext'; | ||
export * from './AccountsList'; | ||
export * from './AutoLockSelector'; | ||
export * from './EditableAccountName'; | ||
export * from './FooterLink'; | ||
export * from './ImportPrivateKeyForm'; | ||
export * from './ImportRecoveryPhraseForm'; | ||
export * from './ImportSeedForm'; | ||
export * from './LockUnlockButton'; | ||
export * from './NicknameDialog'; | ||
export * from './PasswordInputDialog'; | ||
export * from './ProtectAccountForm'; | ||
export * from './RecoverAccountsGroup'; | ||
export * from './SelectAllButton'; | ||
export * from './UnlockAccountButton'; | ||
export * from './UnlockAccountContext'; | ||
export * from './UnlockAccountModal'; | ||
export * from './VerifyPasswordModal'; |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
// Copyright (c) 2024 IOTA Stiftung | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
export * from './DAppInfoCard'; | ||
export * from './DAppPermissionsList'; | ||
export * from './HideShowDisplayBox'; | ||
export * from './IconButton'; | ||
export * from './LabelValueItem'; | ||
export * from './LabelValuesContainer'; | ||
export * from './PageTemplate'; | ||
export * from './PasswordInputDialog'; | ||
export * from './SectionHeader'; | ||
export * from './SummaryCard'; | ||
export * from './WalletListSelect'; | ||
export * from './accounts'; | ||
export * from './active-coins-card'; | ||
export * from './active-coins-card/CoinItem'; | ||
export * from './address-input'; | ||
export * from './alert'; | ||
export * from './coin-icon'; | ||
export * from './error-boundary'; | ||
export * from './explorer-link'; | ||
export * from './explorer-link/Explorer'; | ||
export * from './explorer-link/ExplorerLinkType'; | ||
export * from './external-link'; | ||
export * from './iota-apps'; | ||
export * from './iota-apps/IotaApp'; | ||
export * from './ledger'; | ||
export * from './loading'; | ||
export * from './loading/LoadingIndicator'; | ||
export * from './logo'; | ||
export * from './menu'; | ||
export * from './navigation'; | ||
export * from './network-selector'; | ||
export * from './nft-display'; | ||
export * from './nft-display/NftImage'; | ||
export * from './number-input'; | ||
export * from './overlay'; | ||
export * from './receipt-card'; | ||
export * from './receipt-card/TxnAddress'; | ||
export * from './receipt-card/TxnAmount'; | ||
export * from './transactions-card'; | ||
export * from './transactions-card/NoActivityCard'; | ||
export * from './user-approve-container'; | ||
export { default as FiltersPortal } from './filters-tags'; |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright (c) 2024 IOTA Stiftung | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
export * from './ConnectLedgerModal'; | ||
export * from './IotaLedgerClientProvider'; | ||
export * from './LedgerAccountList'; | ||
export * from './LedgerAccountRow'; | ||
export * from './ledgerErrors'; | ||
export * from './useDeriveLedgerAccounts'; |
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
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.