[Task (tooling/explorer)]: use in the explorer ImageIcon component from @iota/core
#3969
Closed
3 tasks
Milestone
Context
The ImageIcon component, originally implemented in the wallet, has been relocated to the @iota/core library to standardize usage across all IOTA applications. To improve maintainability and avoid code duplication, we should now replace existing instances of ImageIcon in other applications (such as explorer) with the version from @iota/core.
Description of Task
Align and integrate the ImageIcon component from @iota/core into the explorer. This will ensure consistent usage of the component across all applications, streamlining updates and reducing redundancy in component implementation.
DoD:
ImageIcon
component implementation inexplorer
and compare it with the version in@iota/core
. Ensure feature parity and visual consistency.ImageIcon
inexplorer
with the@iota/core
version.ImageIcon
is used withinexplorer
.Related issues:
apps/core
and use it in Unstake Details #3916The text was updated successfully, but these errors were encountered: