Chain page improvements, sFUEL fix, UI improvements #703
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several UI and codebase improvements, focusing on modernizing icon usage, refining network configuration, and enhancing the layout and styling of key components. The changes replace Material UI icons with Lucide icons, update network token symbol handling, and clean up component props and SCSS for a more consistent and visually appealing interface.
UI Modernization and Icon Updates
SchainDetails,CopySurface, andChainActionscomponents, resulting in a more cohesive and modern icon set. [1] [2] [3]Network Configuration Enhancements
NATIVE_TOKEN_SYMBOLSobject withinnetworks.ts, and updated all relevant places to use this mapping for network configuration. [1] [2] [3]Component and Prop Refactoring
SchainDetailsand child components to usechainobjects instead ofschainNamestrings, simplifying prop passing and improving type safety. [1] [2] [3]Layout and Style Improvements
Minor UI/UX Tweaks
These changes collectively improve the maintainability, visual consistency, and user experience of the application.