Applicant View Cleanup #215
Merged
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.
ℹ️ Issue
Cleaned up a large portion of the applicant view's frontend UI. Originally, most of the applicants' view was messed up, given the disproportionate sizing of the boxes and inconsistent padding and style of the UI and background.
📝 Description
I cleaned up most of the applicant dashboard page that was wonky for the user.tsx file. Most of the boxes were sticking out and overlapping due to the weird sizes of each section. I had re-adjusted the container and sizes to fit within the whole box and shrunk the upload box enough to still maintain responsiveness and size integrity. Lastly, I put in some code brackets {} and closing tags < /> as a faint touch-up design of the background.
✔️ Verification
🏕️ (Optional) Future Work / Notes
It should be clearer on which part of the applicant view we're fixing, since I fixed the admin side, where they can view the applications first.