momentumfrc / attendance-manager

Keep track of the attendence of our team members by allowing mentors to check students in and out.
0 stars 0 forks source link

Add loading spinner to student details page #72

Open lost1227 opened 4 months ago

lost1227 commented 4 months ago

Currently, when loading the student details page, the page shows as if there is no data for a few seconds, then populates the data. Instead, we should show a loading spinner while we're waiting on the data from the server. We already do this on several other pages in the application, so we just need to implement that same paradigm here.