-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicated in-app-wallet and account-abstraction settings UI f…
…rom /connect layout (#5748) ## Problem solved Fixes: DASH-630 In-App wallet and Account abstraction settings are already available in project settings layout <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on refactoring the `AccountAbstractionPage` and `SmartWallets` components by removing the `twAccount` property and associated logic, along with deleting unused configuration files. It streamlines the code and improves maintainability. ### Detailed summary - Deleted files: `page.tsx` and `loading.tsx` in `connect/in-app-wallets/config`. - Removed `twAccount` property from `AccountAbstractionPage` and `SmartWallets` components. - Updated `AccountAbstractionPage` to only fetch `team` and `project` data. - Removed `getValidAccount` function call. - Deleted `Sponsorship Policies` tab and related logic from `SmartWallets`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information
Showing
6 changed files
with
2 additions
and
80 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
3 changes: 0 additions & 3 deletions
3
...shboard/src/app/team/[team_slug]/[project_slug]/connect/in-app-wallets/config/loading.tsx
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
.../dashboard/src/app/team/[team_slug]/[project_slug]/connect/in-app-wallets/config/page.tsx
This file was deleted.
Oops, something went wrong.
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