excalidraw/src
Gasim Gasimzada d0365933a9
Extract history (#213)
* Extract History into its own module

* Encapsulate undo and redo actions within history

* Encapsulate clearing redo stack within History

* Add private access modifiers to scene history class member variables

* Remove duplicate files
2020-01-06 21:58:48 +04:00
..
components Extract components and shapes into their respective modules (#212) 2020-01-06 21:29:44 +04:00
element Extract element functions into modules (#207) 2020-01-06 19:34:22 +04:00
scene Extract scene functions to their respective modules (#208) 2020-01-06 20:24:54 +04:00
history.ts Extract history (#213) 2020-01-06 21:58:48 +04:00
index.tsx Extract history (#213) 2020-01-06 21:58:48 +04: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 Improve Color Picker *2 (#195) 2020-01-05 19:57:50 -08:00
types.ts Extract scene functions to their respective modules (#208) 2020-01-06 20:24:54 +04:00
utils.ts Extract scene functions to their respective modules (#208) 2020-01-06 20:24:54 +04: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