Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: smart-transactions code domain #26948

Merged
merged 16 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ui/components/app/app-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
@import 'recovery-phrase-reminder/index';
@import 'step-progress-bar/index.scss';
@import 'selected-account/index';
@import 'smart-transactions/index';
@import 'srp-input/srp-input';
@import 'snaps/snap-privacy-warning/index';
@import 'tab-bar/index';
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/home/home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import TermsOfUsePopup from '../../components/app/terms-of-use-popup';
import RecoveryPhraseReminder from '../../components/app/recovery-phrase-reminder';
import WhatsNewPopup from '../../components/app/whats-new-popup';
import { FirstTimeFlowType } from '../../../shared/constants/onboarding';
import SmartTransactionsOptInModal from '../../components/app/smart-transactions/smart-transactions-opt-in-modal';
import SmartTransactionsOptInModal from '../smart-transactions/components/smart-transactions-opt-in-modal';
///: END:ONLY_INCLUDE_IF
import HomeNotification from '../../components/app/home-notification';
import MultipleNotifications from '../../components/app/multiple-notifications';
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
@import 'onboarding-flow/index';
@import 'permissions-connect/index';
@import 'settings/index';
@import 'smart-transactions/index';
@import 'snaps/snaps-list/index';
@import 'snaps/snap-view/index';
@import 'create-snap-account/index';
@import 'smart-transactions/smart-transaction-status-page/index';
@import 'remove-snap-account/index';
@import 'swaps/index';
@import 'token-details/index';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
ButtonLinkSize,
Icon,
IconName,
} from '../../component-library';
} from '../../../components/component-library';
import { setSmartTransactionsOptInStatus } from '../../../store/actions';
import { SMART_TRANSACTIONS_LEARN_MORE_URL } from '../../../../shared/constants/smartTransactions';

Expand Down
2 changes: 2 additions & 0 deletions ui/pages/smart-transactions/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import './smart-transaction-status-page/index';
@import './components/index';