Project-Reclass / toynet-react

The frontend service for ToyNet emulator and learning platform.
https://toynet.projectreclass.org
GNU General Public License v3.0
8 stars 20 forks source link

Update the curriculum dashboard to be easier to navigate #281

Closed misakimichy closed 2 years ago

misakimichy commented 2 years ago

Checkout the Contribution Doc to make sure you're contributing correctly! :)

Follow this checklist for submitting a pull request (PR):

Description

Resolves Issue: closes #278.

scottjr632 commented 2 years ago

Its looks good so far! Do you think you could also make the descriptions of the submodules be open by default as well?

misakimichy commented 2 years ago

Oh, all of the descriptions?

scottjr632 commented 2 years ago

Oh, all of the descriptions?

Yes 😄 If that's ok? We can always move that to another ticket. But it should be as easy as changing the default value in SubModule.tsx to true on line 52.

misakimichy commented 2 years ago

I’ll update the part! No need to create a new ticket, Scott :)

misakimichy commented 2 years ago

@scottjr632 I made an update for the descriptions of the submodules be open by default and added some stylings for the description. Please review!