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

Create details dialog for application exploring #4356

Closed
Tracked by #4038
ManuGowda opened this issue Jun 27, 2022 · 0 comments
Closed
Tracked by #4038

Create details dialog for application exploring #4356

ManuGowda opened this issue Jun 27, 2022 · 0 comments

Comments

@ManuGowda
Copy link
Contributor

Description

Create a component to explore the selected applications information and use this component in modal route

Acceptance Criteria

  • The component should have the following: avatar, custom background, application name, owner address, pin status, application status, chain id, last update time, Last Certificate Height, node url
  • Allow users to pin/unpin an application
  • Component should use the custom background in header, if the background doesn’t exists show default background based on application configuration
  • Ensure UI/UX design requirements are met
  • Add required unit tests
  • Add required e2e tests

Additional Information

  • Suggested component name BlockchainApplicationDetails
  • Route: “blockchain/application/details?chainId=XXXX”
  • Enable pin flag based on “usePinBlockchainApplication” hook
const {pins, setPin, deletePin} = usePinBlockchainApplication()
// Pins = [chainId]
@eniolam1000752 eniolam1000752 self-assigned this Jun 27, 2022
@ManuGowda ManuGowda added this to the Sprint 77 milestone Jun 27, 2022
@ManuGowda ManuGowda moved this from Backlog to In Progress in Lisk Desktop Version 3.0.0 Jun 30, 2022
eniolam1000752 added a commit that referenced this issue Jul 5, 2022
…pp-exploring

Create details dialog for application exploring - Closes #4356, #4357
Repository owner moved this from In Progress to Done in Lisk Desktop Version 3.0.0 Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants