OSU-MC / MyClassroom

📋Open-Source Classroom Polling Application
https://osu-mc.github.io
GNU General Public License v3.0
5 stars 2 forks source link

Redesign courses phase 1 #220

Closed Durbin-Elijah closed 5 months ago

Durbin-Elijah commented 6 months ago

Cumulative changes from the past 2 weeks in the old redesign-course branch, fixed commit loop from basing off main.

Adds a component for displaying a page as a modal and uses it in the teacher landing for creating a new course

Screenshots

image

Description

Adds a component for displaying a page as a modal and uses it in the teacher landing for creating a new course. Component is react and activated with a Button that acts as a normal HTML button with special properties.

Fixes # (issue)

Additional Information

I had to move the changes over from the old branch, I think I got everything right but please let me know any issues that may have been caused from this.

Feel free to comment if there is a better way to do this so we don't run into issues later after implementing the button in other pages.

If you notice something that should be commented let me know as well. I will continue to work in this branch for design changes getting ready for the expo presentation.

Checklist:

Before you submit your Pull Request, please make sure you have completed the following tasks:

*I don't think we have a testing system for frontend changes