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

feat(ledger-browser): refactor home page #3340

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

outSH
Copy link
Contributor

@outSH outSH commented Jun 20, 2024

  • Remove status apps, its functionality has been moved to the home page.
  • Add status components for persistence apps.
  • Add home page that contains cards for each configured app. Clicking on it
    naviagtes to specific app, clicking on Status button shows status component.
  • Remove app drawer, replace it with a button that navigates to root path
    (i.e. the home app, navigation between apps is handled here).
  • Remove all the remaining dead and legacy code, apply small structure upgrades.
  • Since this PR removes all old code, and all the current code was written by
    me and Tomasz, I've also removed previous inactive package contributors.

Depends on #3320

Signed-off-by: Michal Bajer [email protected]

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

outSH added a commit to outSH/cactus that referenced this pull request Jun 21, 2024
- Move all database entities relating to ethereum persistence plugin to
  a seprate schema. Adjust all the files the test to work as expected after
  that change.
- Remove sample SQL data from GUI package, one from persistence packages should
  be used instead.
- Add `sample-persistence-plugin-setup` script for performing end-to-end tests
  of the persistence ethereum plugin.
- Upgrade web3-utils in persistence-ethereum to fix a bug when running the
  standalone script.

Depends on hyperledger#3340

Signed-off-by: Michal Bajer <[email protected]>
Copy link
Member

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@outSH LGTM but please throw the ball back for another review once the parent PRs hve been merged and the conflicts resolved!

Copy link

This PR/issue depends on:

outSH added a commit to outSH/cactus that referenced this pull request Jul 30, 2024
- Move all database entities relating to ethereum persistence plugin to
  a seprate schema. Adjust all the files the test to work as expected after
  that change.
- Remove sample SQL data from GUI package, one from persistence packages should
  be used instead.
- Add `sample-persistence-plugin-setup` script for performing end-to-end tests
  of the persistence ethereum plugin.
- Upgrade web3-utils in persistence-ethereum to fix a bug when running the
  standalone script.

Depends on hyperledger#3340

Signed-off-by: Michal Bajer <[email protected]>
Copy link
Contributor

@izuru0 izuru0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

- Remove status apps, its functionality has been moved to the home page.
- Add status components for persistence apps.
- Add home page that contains cards for each configured app. Clicking on it
  naviagtes to specific app, clicking on Status button shows status component.
- Remove app drawer, replace it with a button that navigates to root path
  (i.e. the home app, navigation between apps is handled here).
- Remove all the remaining dead and legacy code, apply small structure upgrades.
- Since this PR removes all old code, and all the current code was written by
  me and Tomasz, I've also removed previous inactive package contributors.

Depends on hyperledger#3320

Signed-off-by: Michal Bajer <[email protected]>
@outSH outSH merged commit 500ac9b into hyperledger:main Aug 7, 2024
143 of 144 checks passed
outSH added a commit to outSH/cactus that referenced this pull request Aug 8, 2024
- Move all database entities relating to ethereum persistence plugin to
  a seprate schema. Adjust all the files the test to work as expected after
  that change.
- Remove sample SQL data from GUI package, one from persistence packages should
  be used instead.
- Upgrade web3-utils in persistence-ethereum to fix a bug when running the
  standalone script.

Depends on hyperledger#3340

Signed-off-by: Michal Bajer <[email protected]>
petermetz pushed a commit to outSH/cactus that referenced this pull request Aug 9, 2024
- Move all database entities relating to ethereum persistence plugin to
  a seprate schema. Adjust all the files the test to work as expected after
  that change.
- Remove sample SQL data from GUI package, one from persistence packages should
  be used instead.
- Upgrade web3-utils in persistence-ethereum to fix a bug when running the
  standalone script.

Depends on hyperledger#3340

Signed-off-by: Michal Bajer <[email protected]>
outSH added a commit that referenced this pull request Aug 12, 2024
- Move all database entities relating to ethereum persistence plugin to
  a seprate schema. Adjust all the files the test to work as expected after
  that change.
- Remove sample SQL data from GUI package, one from persistence packages should
  be used instead.
- Upgrade web3-utils in persistence-ethereum to fix a bug when running the
  standalone script.

Depends on #3340

Signed-off-by: Michal Bajer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants