This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove unused VerifiedIcon and clean up related code (#2686)
### TL;DR This pull request removes support for the verification of chains across the dashboard layouts and chain list components. ### What changed? - Deleted all instances of the `VerifiedIcon` and its corresponding logic from the dashboard layout and chain list components. ### How to test? 1. Navigate to the dashboard layout. 2. Ensure no verified badge or icon appears for any chain. 3. Check the chain list components to confirm they no longer display the verified icon or associated logic. ### Why make this change? This change simplifies the UI by removing the verified chain feature, which is no longer in use. --- <!-- start pr-codex --> ## PR-Codex overview The focus of this PR is to remove the `VerifiedIcon` component and related logic from chain-related components. ### Detailed summary - Removed `VerifiedIcon` component import and references from `layout.tsx`, `chainlist-row.tsx`, and `chainlist-card.tsx` - Updated conditional rendering logic related to `VerifiedIcon` in `chainlist-row.tsx` and `chainlist-card.tsx` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information
Showing
3 changed files
with
9 additions
and
41 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