You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is related to Issue #467 and PR #468. The referenced PR did successfully refactor the table on the admin page to use react-table. However, the PR introduced a few discrepancies compared to the original design of the admin table.
Original admin table:
New admin table (after PR 468) :
The goal of this issue is to fix the following discrepancies:
The new admin table is missing a footer where the user can change the number of entries per page
The "UserEmail" column should be titled "Email"
The styling has changed. If possible, use the previous styling where there was no border surrounding the table. There also should be a visible line separating each row.
Steps to recreate the issue:
Make sure you can successfully log in via Github (use the Github sign-in option, not Auth0)
Run "npx prisma studio" in the terminal, navigate to the "Users" table, change the role of your user to "ADMIN"
Make sure you click "Save changes" in prisma studio
Sign out of the Classroom app and then sign back in
Navigate to the /admin page (type this into the browser)
The text was updated successfully, but these errors were encountered:
This issue is related to Issue #467 and PR #468. The referenced PR did successfully refactor the table on the admin page to use react-table. However, the PR introduced a few discrepancies compared to the original design of the admin table.
Original admin table:
New admin table (after PR 468) :
The goal of this issue is to fix the following discrepancies:
Steps to recreate the issue:
The text was updated successfully, but these errors were encountered: