Skip to content

Commit

Permalink
Merge pull request #12 from oslabs-beta/feature/MUI-comps-state
Browse files Browse the repository at this point in the history
added state to iframe; fixed rendering for Modal, Popover, Popper, Tr…
  • Loading branch information
HM-Pfeiffer authored May 3, 2024
2 parents e175cb4 + 5767d4e commit 902905e
Show file tree
Hide file tree
Showing 4 changed files with 925 additions and 460 deletions.
27 changes: 0 additions & 27 deletions app/src/components/left/DragDropPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,33 +101,6 @@ const DragDropPanel = (props): JSX.Element => {
</AccordionDetails>
</Accordion>

{/* MUI Components */}
{/* <Accordion className={classes.accordion}>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}
aria-controls="panel2a-content"
id="panel2a-header"
className={classes.accordionSummary}
>
<h3>MUI Components</h3>
</AccordionSummary>
<AccordionDetails>
<Grid container justifyContent="center">
{muiTypesToRender.map((option) => {
return (
<MUIItem
name={option.name}
key={`mui-${option.name}`}
id={option.id}
icon={option.icon}
handleDelete={handleDelete}
/>
);
})}
</Grid>
</AccordionDetails>
</Accordion> */}

{/* React Router */}
<Accordion className={classes.accordion}>
<AccordionSummary
Expand Down
Loading

0 comments on commit 902905e

Please sign in to comment.