sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.15k stars 209 forks source link

on the landing page where there is a button "Your CoCalc Projects..." it should actually show a list of your projects #7492

Open williamstein opened 3 months ago

williamstein commented 3 months ago

Instead of just a button to launch the app and browse projects, we could also show a searchable dropdown with the user's projects. When they click, it then opens that project as usual:

image

Basically, this nextjs frontend for a signed in user actually can fully work with and see the user's data/state/etc., and we should surface that much more across the frontend in little ways like this.