excalidraw/src/components
Gasim Gasimzada 36ce6a26e6 Make panels collapsible (#239)
* Make panels collapsible

- Add Panel component with collapse logic
- Use the component in all the necessary panel groups

* Remove unnecessary container from PanelCanvas

* Add "hide property" to Pane component to hide Panel contents using a prop

- Instead of doing conditional rendering, pass the condition to Panel as props

* Change collapse icon rotation for closed

- Use one icon and use CSS transforms to rotate it

* Remove unnecessary imports from PanelSelection
2020-01-08 13:06:36 -08:00
..
panels Make panels collapsible (#239) 2020-01-08 13:06:36 -08:00
ButtonSelect.tsx Extract components and shapes into their respective modules (#212) 2020-01-06 21:29:44 +04:00
ColorPicker.tsx Async loading of TwitterPicker (#246) 2020-01-07 10:37:22 -08:00
ContextMenu.css Context menu with some commands (#217) 2020-01-06 18:50:59 -08:00
ContextMenu.tsx Context menu with some commands (#217) 2020-01-06 18:50:59 -08:00
EditableText.tsx Extract components and shapes into their respective modules (#212) 2020-01-06 21:29:44 +04:00
Panel.tsx Make panels collapsible (#239) 2020-01-08 13:06:36 -08:00
Popover.tsx Context menu with some commands (#217) 2020-01-06 18:50:59 -08:00