openedx / frontend-app-authoring

Front-end for the Open edX Studio experience, implemented in React and Paragon.
GNU Affero General Public License v3.0
13 stars 73 forks source link

Open a collection page from 3-dot menu on a collection card #1310

Open jmakowski1123 opened 1 week ago

jmakowski1123 commented 1 week ago

The 3-dot menu on the collections card should contain one action for the MVP: Open.

When a user clicks on the 3-dot menu, they should see an Open button. When they click the Open button, the Collection Page opens.

bradenmacdonald commented 5 days ago

@jmakowski1123 What happens if they click on the collection card itself? Does that just open the sidebar with collection details, or does that also open the collection?

Edit: answered in #1322. I think we can actually close this issue in favor of that one, which covers both.