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

[Task (tooling/explorer)]: use in the explorer ImageIcon component from @iota/core #3969

Closed
3 tasks
panteleymonchuk opened this issue Nov 8, 2024 · 1 comment
Labels
explorer Issues related to the Explorer tooling Issues related to the Tooling team

Comments

@panteleymonchuk
Copy link
Contributor

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:

  • Review the ImageIcon component implementation in explorer and compare it with the version in @iota/core. Ensure feature parity and visual consistency.
  • Replace all instances of ImageIcon in explorer with the @iota/core version.
  • Test to confirm that the replacement functions correctly in all scenarios where ImageIcon is used within explorer.

Related issues:

@panteleymonchuk panteleymonchuk added explorer Issues related to the Explorer tooling Issues related to the Tooling team labels Nov 8, 2024
@evavirseda
Copy link
Contributor

Closed in favor of #3939

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
explorer Issues related to the Explorer tooling Issues related to the Tooling team
Projects
None yet
Development

No branches or pull requests

2 participants