Aakansha Doshi
ff29780760
Refactor: convert initializeApp to func component and use JSX transform in the codebase ( #4056 )
2021-10-14 22:56:51 +05:30
Jakub Koralewski
ee64a7e264
fix: ensure s
and g
shortcuts work on no selection ( #3800 )
...
Co-authored-by: dwelle <luzar.david@gmail.com>
2021-07-04 22:27:33 +02:00
Steve Ruiz
49c6bdd520
feat: improved freedraw ( #3512 )
...
Co-authored-by: dwelle <luzar.david@gmail.com>
2021-05-09 17:42:10 +02:00
Lipis
014097a97e
refactor: Stop using the deprecated keyCode ( #2426 )
...
Co-authored-by: Lipis <lipiridis@gmail.com>
Co-authored-by: David Luzar <luzar.david@gmail.com>
2020-12-01 22:36:06 +01:00
Michal Srb
c0dd870c6e
Dark mode ( #2006 )
...
Co-authored-by: dwelle <luzar.david@gmail.com>
2020-08-13 13:35:31 +02:00
David Luzar
dc1f6c4d4c
change selection/line/draw shortcut defaults ( #1953 )
2020-07-24 15:47:46 +02:00
Lipis
c427aa3cce
Prefer arrow functions and callbacks ( #1210 )
2020-05-20 15:21:37 +02:00
Kostas Bariotis
9ec43d2626
Add free draw mode ( #1570 )
2020-05-12 21:10:11 +02:00
Esteban
7522c48453
Make tools shortcuts case insensitive ( #1532 ) ( #1533 )
2020-05-02 19:55:59 -07:00
dependabot-preview[bot]
7df16c1b1d
Bump prettier from 2.0.3 to 2.0.4 ( #1412 )
...
* Bump prettier from 2.0.3 to 2.0.4
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.0.3...2.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* format
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Panayiotis Lipiridis <lipiridis@gmail.com>
2020-04-14 12:30:58 +03:00
Jed Fox
f7e3ee2064
Use open-color directly ( #1371 )
2020-04-11 01:09:29 +03:00
dependabot-preview[bot]
18f0b76231
Bump prettier from 2.0.2 to 2.0.3 ( #1263 )
...
* Bump prettier from 2.0.2 to 2.0.3
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.0.2...2.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Format
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Panayiotis Lipiridis <lipiridis@gmail.com>
2020-04-06 14:21:07 +03:00
Jed Fox
663526129a
Proper RTL support ( #1154 )
...
* Add RTL styles. Most of the work is done by the browser 💖
* Refactor getLanguage
* Additional fixes
* Mirror the mouse pointer icon
* Move the vertical scrollbar to the left on RTL
* Revert "Mirror the mouse pointer icon"
This reverts commit f69b132538038d231b1b1acc0d6f4a28c91130bb.
2020-04-02 12:21:19 -04:00
David Luzar
88eacc9da7
Improve pasting ( #723 )
...
* switch to selection tool on paste
* align pasting via contextMenu with pasting from event
* ensure only plaintext can be pasted
* fix findShapeByKey regression
* simplify wysiwyg pasting
* improve wysiwyg blurriness
2020-02-07 18:42:24 +01:00
Lipis
53994e71e5
Add more ESLint rules and change the formatting scripts ( #626 )
...
* Add curly rule in ESLint for consistency
* Fix rules
* More rules
* REturn
* Push
* no else return
* prefer const
* destructing
2020-02-02 18:04:35 +00:00
Lipis
ee68af0fd3
Set Trailing Cmma to ( #525 )
2020-01-24 12:04:54 +02:00
Lipis
61d5615a81
Change order of Text and Line ( #435 )
2020-01-17 15:55:13 -08:00
Lipis
8154ccd907
No named colors and lowercase hex ( #395 )
...
* No named colors and lowercase hex
* consistent
2020-01-16 10:16:08 -08:00
Jilles Soeters
2a8e562e98
Add numeric hotkeys ( #380 )
...
* Add numeric hotkeys
* Nit: add space after comma
2020-01-15 18:39:15 -08:00
Bakhtiiar Muzakparov
8db8827c6f
feat: add line shape ( #371 )
...
* feat: add line shape
* fix: align line tool
* fix: hitbox bug sw to ne
* fix: add stroke width n sloppiness for line
* fix: center line inside a panel box
* fix: use color as a unique key
2020-01-16 00:07:19 +05:00
Gasim Gasimzada
054669cfef
Extract components and shapes into their respective modules ( #212 )
2020-01-06 21:29:44 +04:00