excalidraw/src
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
..
components Make panels collapsible (#239) 2020-01-08 13:06:36 -08:00
element Contenteditable wysiwyg (#274) 2020-01-09 02:04:53 +05:00
renderer Creating a text near the center of a shape should put it in the center (#270) 2020-01-09 01:09:09 +05:00
scene Creating a text near the center of a shape should put it in the center (#270) 2020-01-09 01:09:09 +05:00
history.ts Refactor Element Functions (#233) 2020-01-07 19:04:52 +04:00
index.tsx Make panels collapsible (#239) 2020-01-08 13:06:36 -08:00
math.ts Extract element functions into modules (#207) 2020-01-06 19:34:22 +04:00
random.ts Move math and random files into their respective modules (#198) 2020-01-06 10:33:22 +01:00
react-app-env.d.ts TS, Prettier, Eslint (#39) 2020-01-02 11:03:48 -08:00
shapes.tsx Extract components and shapes into their respective modules (#212) 2020-01-06 21:29:44 +04:00
styles.scss Make panels collapsible (#239) 2020-01-08 13:06:36 -08:00
types.ts Wysiwyg text 2.0 (#238) 2020-01-07 09:21:05 -08:00
utils.ts Contenteditable wysiwyg (#274) 2020-01-09 02:04:53 +05:00
zindex.test.ts Add support for forward (#100) 2020-01-03 21:38:48 -08:00
zindex.ts Add support for forward (#100) 2020-01-03 21:38:48 -08:00