jamtools / section-view

Section view component for the Jam Tools Composition App
1 stars 0 forks source link

Read Material UI docs and take notes #10

Open mickmister opened 4 months ago

mickmister commented 4 months ago

https://mui.com/material-ui/all-components https://mui.com/material-ui

Go through components in this library - Take notes on things you find:

For example, I’m a big fan of the UI component “Card” https://mui.com/material-ui/react-card. It’s a square/rectangular island that looks like it’s made of paper. This can be used for rendering a “file” summary, i.e. the “file name and number of comments” we currently have, but implemented with the Card component

aelishRollo commented 4 months ago

I think that the customization menu will be useful for actions like 'Edit project' which could possibly be the text that displays before you click the menu, 'Add a Chord Progression', 'Create a Revision', 'Rename Project' that kind of high level thing about the editing of the metadata / settings of the project

mickmister commented 4 months ago

@aelishRollo Yeah the customization menu looks straight ballin 🏀⛹️

How many of these do you want to see on the section view page, and where would it/they be located?