Improving UI/UX of the Explorer page Fixes #1451 #1738
+216
−90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this change?
Fixes the issue #1451
This PR aims to solve the bland UI of the Explorer page, as mentioned in this issue. I have done this by restyling the page without using any extra dependencies or imports. I have added a few colors to the theme, which go well with the overall application color palette. Please let me know if they need to be changed. I am attaching an image of the new UI vs. the old UI of the explorer page below to give an idea of what the improvements look like -
New UI
Old UI -
How was this tested?
How have you tested your changes?
I have tested the UI via running a dev server.
And mobile and tablet responsiveness by testing on those devices. The new UI is responsive, smooth and works well even in low network speed.
Accessibility
If applicable to your changes, have you:
Lastly, this is my first contribution to any codebase of this size; please let me know of any mistakes I made. I want to learn more from the fantastic people.