makeopensource / devU

Autograder version 4
10 stars 13 forks source link

Added breadcrumbs navbar #100

Closed keiferms3 closed 4 months ago

keiferms3 commented 4 months ago

Proposed changes


Implemented a breadcrumbs navbar for convenient navigation. Currently only tracks the homepage, users, courses, assignments, and the gradebook. Also modified a few frontend routes to make them play better with the navbar. Made some tweaks according to Saiwang's review on PR #92

Resolves #99

Types of changes


What types of changes does your code introduce? Put an x in the boxes that apply

Checklist


Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. This is simply a reminder of what we are going to look for before merging your code.

Further comments


Currently the navbar takes a brief moment to load user name, course name, and assignment names when a page is loaded. This should definitely be fixed, but I'm unsure how to delay the rendering of the page until it finishes. Should we tweak setLoading to support multiple components loading simultaneously? Unsure how to proceed so I left this bug in the PR.