David Luzar
20cf1078fc
add top error boundary & reset localStorage on error ( #493 )
...
* add top error boundary & reset localStorage on error
* add issue tracker details and link
* add pointer cursor to buttons
* Update src/bug-issue-template.js
Co-Authored-By: Lipis <lipiridis@gmail.com>
* Update src/styles.scss
Co-Authored-By: Lipis <lipiridis@gmail.com>
* Update src/bug-issue-template.js
Co-Authored-By: Lipis <lipiridis@gmail.com>
* use open-color colors
* use Cascadia font
Co-authored-by: Lipis <lipiridis@gmail.com>
2020-01-21 15:50:25 +01:00
Jilles Soeters
a72a143c84
Introduce Shapelock ( #480 )
...
* Introduce shape lock
* Format code with prettier
* Do not reset elementLocked on selection change
* Don't set isSelected to true if element is locked
* Don't reset the cursor
* Move reset cursor call to better spot
* Run prettier + lint
2020-01-20 15:52:19 -08:00
David Luzar
2340dddaad
Sync panel props to editing element ( #470 )
...
* ensure panel props are sync to editing elem
* ensure we don't create empty-text elements (fixes #468 )
* remove dead code
Co-authored-by: Christopher Chedeau <vjeuxx@gmail.com>
2020-01-20 15:16:22 -08:00
Fernando Alava Zambrano
ff7a340d2f
Internationalization support ( #477 )
...
* add i18next lib
add some translations
* add translations
* fix font-family
* fix pin versions
2020-01-20 15:14:10 -08:00
Guillermo Peralta Scura
1a03a29025
Use relative CSS units ( #484 )
2020-01-20 14:59:00 -08:00
Panayiotis Lipiridis
183a62627c
id
2020-01-20 21:38:51 +02:00
Panayiotis Lipiridis
703d1e42e3
id instead of json
2020-01-20 21:30:07 +02:00
Lipis
a210f442f4
Store background color in backend ( #475 )
...
* Store background color in backend
* Background
2020-01-20 19:47:27 +01:00
Lipis
4487e9af8a
Switch hashes to smaller IDs for the backend ( #474 )
...
* Update backend
* log
2020-01-20 20:11:03 +02:00
David Luzar
d44c4ca2d8
flush autosave on unload ( #473 )
2020-01-20 09:37:42 -08:00
wei
37e082fcdc
feat: Add Cascadia font ( #465 )
...
* adding cascadia font
* adding font file
2020-01-20 07:12:12 -08:00
Brady Madden
6ad596e9f1
Share excalidrawings as links! ( #356 )
...
* shareable links
* fix
* review comments
* json-excaliber (#464 )
* draw
* Boom
* backend
* Remove local
Co-authored-by: Lipis <lipiridis@gmail.com>
2020-01-19 21:56:19 -08:00
Lipis
13e14b4d64
Change the font family names ( #462 )
2020-01-19 15:49:10 -08:00
David Luzar
0097652b79
disallow shape selection during creation ( #449 )
2020-01-20 01:27:00 +02:00
Faustino Kialungila
61be0f7b61
Render text actions panel on double click ( #450 )
...
* Render text actions panel on double click
* cleanup wysiwyg on click
* use `state.editingElement` instead of global to determine whether t ext panel is shown
* clarify comment
Co-authored-by: David Luzar <luzar.david@gmail.com>
2020-01-19 23:32:24 +01:00
Guillermo Peralta Scura
3715da9966
Remove not needed nesting for resize ( #460 )
2020-01-19 18:43:51 -03:00
Guillermo Peralta Scura
7ae52f1164
Add ColorInput component ( #455 )
...
* Add ColorInput component
* Use valid color on input blur
* Darken input text and add labels
2020-01-19 18:27:36 -03:00
Christopher Chedeau
7f6e1f420e
Pure node rendering ( #443 )
2020-01-19 13:21:33 -08:00
Mike Lewis
5ce5e5ac1e
Adjust type of data URI when saving ( #452 )
...
Previously the type used for the data URI when saving was text/plain.
On iPad, this caused the file to automatically have a .txt extension
added (so files ended up with names like "drawing-xyz.json.txt"). This
meant that the files couldn't be loaded by the tool, which expects only
files with a .json extension.
Now, the type used is application/json, which means that the files get
saved with the correct extension and can be successfully loaded on iPad.
2020-01-19 23:15:40 +02:00
Günay Mert Karadoğan
d505c6615d
Fix reversed cursor issues on resize with bi-directional cursors ( #451 )
2020-01-19 23:11:46 +02:00
Faustino Kialungila
86cb228df4
Trim wysiwyg text to avoid misalignment on Firefox ( #454 )
2020-01-19 20:52:19 +01:00
Faustino Kialungila
bbabf33d78
Render shape action on tool selected ( #448 )
2020-01-18 15:45:35 -08:00
Sosuke Suzuki
5563dd30d7
Modify to ignore enter-key in IME composing ( #446 )
2020-01-18 14:13:44 -08:00
Sosuke Suzuki
4180485eef
Disable shortcuts for shapes while dragging the selection ( #447 )
2020-01-18 14:12:49 -08:00
Lipis
67aed07b72
Subtle border around the color picker ( #442 )
...
* Subtle border around the color picker
* Rename
2020-01-18 11:56:47 +01:00
Lipis
61d5615a81
Change order of Text and Line ( #435 )
2020-01-17 15:55:13 -08:00
Lipis
70b88a6a53
Force lowercase for the color inputs ( #423 )
2020-01-17 21:01:36 +02:00
Abhishek Kulshrestha
31403ab373
Bug 389 ( #428 )
...
* paste inside the viewport
* Buttons in top left panel aren't horizontally centered
2020-01-17 20:23:41 +02:00
JavaScript Joe
b2d3d6eca3
fix: replace Draftsman with Architect ( #427 )
2020-01-17 09:00:25 -08:00
David Luzar
6892348c3d
Revert 400 and 420 ( #422 )
...
* revert #400 font file
* Revert "Revert "Set scale for export images (#416 )" (#420 )"
This reverts commit d603921234b9ae1483f9f0e0f79fb1c3d0878370.
2020-01-17 16:43:24 +02:00
Timur Khazamov
d603921234
Revert "Set scale for export images ( #416 )" ( #420 )
...
This reverts commit 82f559f826f4ab0504981a281335e0a25d332a6a.
2020-01-17 15:55:17 +03:00
Timur Khazamov
82f559f826
Set scale for export images ( #416 )
2020-01-17 15:19:56 +03:00
Thomas Steiner
7ddc206b8c
Add Native File System API saving/exporting and opening ( #388 )
...
* Add Native File System API saving/exporting
* Add Native File System API opening
* Add origin trial token placeholder
* Reuse an opened file handle for better saving experience
* Fix file handle reuse to only kick in for Excalidraw files
* Remove reference
2020-01-17 11:25:05 +01:00
Lipis
f4d4b323e1
Update colors from open colors ( #406 )
...
* Update to open colors
* Update more
* More colors
* Dahh
* More
* Border none
* More
* Update
2020-01-16 16:54:21 -08:00
Günay Mert Karadoğan
8bc049a0b9
Remove resized element if it is invisibly small ( #405 )
2020-01-16 23:16:11 +01:00
JavaScript Joe
e5e0e37f23
feat: update font file and add meta tags ( #400 )
...
* fix: add new, smaller FG_Virgil file
* fix: update with new codesandbox font file link
* feat: add og-image and meta tags
* feat: add pr template
* fix: update pr template
* fix: remove pr template
* refactor: remove twitter meta in favor of og:image
* fix: add og:image:width
* refactor: update image
* refactor: use image in readme
2020-01-16 21:32:40 +01: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
JavaScript Joe
1ae3c64860
fix(font): modify exclamation point in font ( #394 )
...
* fix: add new modified FG_Virgil font
* fix: update codesandbox links to use modified virgil font
* fix: typo in Contributing
2020-01-16 09:59:43 -08:00
Lipis
cb8d866c33
Open colors ( #378 )
...
* Add open colors
* More colors
* Update colors
* Shade 0
2020-01-16 18:14:00 +01:00
Günay Mert Karadoğan
4ecc734659
Fix #360 prevent creating invisibly small elements ( #387 )
2020-01-16 08:27:18 -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
Brady Madden
a3aa57d98b
Add AppState to export json to fix various import bugs ( #358 )
...
* export background, app state
* review comments
2020-01-15 21:08:52 -05:00
David Luzar
0e56cd4f56
pan canvas on wheel button drag ( #375 )
...
* pan canvas on wheel button drag
* make mousemove passive
2020-01-15 15:21:39 -08:00
Shane O'Sullivan
80cee4d3c0
Add a title for the Export button as it was missing one ( #376 )
2020-01-15 15:16:43 -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
David Luzar
42968ef44d
enable curveFitting & bump roughjs ( #373 )
2020-01-15 20:01:50 +01:00
Faustino Kialungila
657014466c
Active styles bg color ( #372 )
...
* Active styles bg color
* fix whitespace
Co-authored-by: David Luzar <luzar.david@gmail.com>
2020-01-15 19:57:58 +01:00
Timur Khazamov
79aee53ff6
Redesign idea ( #343 )
...
* Redisign idea
* Code cleanup
* Fixed to right container
* Reoredered layout
* Reordering panels
* Export dialog
* Removed redunant code
* Fixed not removing temp canvas
* Fixed preview not using only selected elements
* Returned file name on export
* Toggle export selected/all elements
* Hide copy to clipboard button if no support of clipboard
* Added border to swatches
* Fixed modal flickering
2020-01-15 07:42:02 -08:00
David Luzar
8104c8525d
ensure contextMenu doesn't overflow viewport ( #364 )
2020-01-14 09:44:18 +01:00
Preet
8dbd1b80df
Update to rough.js 4.0.1 ( #363 )
...
* upgrade to latest rough.js
* remove random.ts because roughjs now supports seeding.
2020-01-13 11:04:28 -08:00