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

Enhance the code structure and UI of the network information #333

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

26Jon
Copy link

@26Jon 26Jon commented Nov 17, 2024

Addressed Issue:
The user interface of network information lacked clear visual hierarchy, making it difficult for users to scan information quickly when wanting to know more about the network.

What has been reengineered
I have enhanced the visual hierarchy with better typography, consistent spacing, and section dividers. Every section has their own information, so I decided to use table to separate the information for better readability. To improve the responsiveness of the tables, I have introduced alternating row colors and hover effects for tables to improve scanability. Also, I have adjusted layout and spacing of the network information for better responsiveness.

Reengineering Strategy or Approach
I have used partial reengineering in enhancing the user interface of the network information, improving the readability of network information without affecting its functionalities.

The Impact of Change
Clearer visual hierarchy improves readability and makes the panel more user-friendly, making user easy to differentiate between different sections of the network information. Also, improved table design and responsive layout ensure a consistent experience on all screen sizes, allowing user to quickly get the information they want about the network.

Below is the image of the network information before and after reengineering:

Before
WhatsApp Image 2024-11-17 at 02 31 34_8e12387b

After
1
2

Copy link

netlify bot commented Nov 17, 2024

Deploy Preview for voluble-rugelach-5a3809 ready!

Name Link
🔨 Latest commit 12143af
🔍 Latest deploy log https://app.netlify.com/sites/voluble-rugelach-5a3809/deploys/6739e8607538e40008a62521
😎 Deploy Preview https://deploy-preview-333--voluble-rugelach-5a3809.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@d2fong d2fong left a comment

Choose a reason for hiding this comment

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

Hi @26Jon. Thank you for your contribution. These UI changes look good. I did have a question about the changes in package.json could you elaborate on why these changes are needed?

"build:netlify": "BUILD=netlify REACT_APP_GIT_COMMIT=$(git rev-parse HEAD) REACT_APP_BUILD_TIMESTAMP=$(git show -s --format=%cI HEAD) webpack --mode production",
"dev": "REACT_APP_GIT_COMMIT=$(git rev-parse --short HEAD) REACT_APP_BUILD_TIMESTAMP=$(git show -s --format=%cI HEAD) webpack serve --open --mode development",
"dev": "set \"REACT_APP_GIT_COMMIT=%COMMIT_HASH%\" && set \"REACT_APP_BUILD_TIMESTAMP=%BUILD_TIMESTAMP%\" && webpack serve --open --mode development",
Copy link
Member

Choose a reason for hiding this comment

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

Could you explain the reasoning for changing these scripts?

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.

2 participants