Commit Graph

530 Commits (cd61f3111684244133ae02d42109e8f29eaf6cc9)

Author SHA1 Message Date
Christopher Chedeau 7f6e1f420e
Pure node rendering ()
Lipis 8e526384b9 Sort package.json ()
* Sort package.json

* Keywords
Lipis 1923607112
Remove www from URLs ()
* Remove www from URLs

* typo

* slash
Lipis 4b692da01d
Test only the app.. lint is separate ()
Lipis aa9e98e52b Update the name in package.json ()
Lipis 86eadf379d
Update Prettier scripts and supported files ()
David Luzar 42968ef44d enable curveFitting & bump roughjs ()
Preet d2a3ed7931 Bump roughjs version to fix ellipse fills ()
Preet 8dbd1b80df Update to rough.js 4.0.1 ()
* upgrade to latest rough.js

* remove random.ts because roughjs now supports seeding.
Christopher Chedeau 8785bef523
Support transparent background + inline picker ()
Unfortunately, react-color has a bug where transparent color doesn't trigger onChange. I've been annoyed by the huge dependency anyway so decided to take the generated html (which is awesome) and reimplement a specific component for it.

I also made sure that we don't actually render anything when the background is transparent on rough (I looked at the generated path and made sure it didn't have the commands for the background)
David Luzar 068dca604f
prevent commit on eslint warnings & fix lint ()
Gasim Gasimzada 4b7eb2f04a
Add IDs to elements ()
* Add IDs to elements

- Move round rect function within the renderer

* Generate IDs using nanoid

* If element ID does not exist, add the ID during restoration
Gasim Gasimzada 85365e5bcb
Extract Sidebar panels into separate components ()
* Extract Sidebar panels into separate components

* Add Jest TS types
Jared Palmer b5c67260d7 Improved color picker ()
* Add react-color

* Prettier

* Better styles

* Use enum for color pickers instead of strings

* Run prettier on .scss file
Timur Khazamov 79959cab34 Removed lodash ()
Christopher Chedeau 3172109050
Inline font-awesome icons ()
dwelle a1bcfb401c move css to scss
Paulo Menezes b1a90c0020 Side panel ()
* Side panel

* Update arrow icon
Giovanni Giordano 585967ff8e Remove gh-pages
Giovanni Giordano 7bcce8bb1b Fixes package-lock
Giovanni Giordano d920b34af1 Fix package.json
Giovanni Giordano f5c923ab01
Merge branch 'master' into issue-68
Giovanni Giordano 493f06e6ba Add --passWithNoTests to test script
This is mandatory to pass the step currently, because we don't have tests.
Giovanni Giordano a7516f6cb8 Remove lint
We have to investigate on this, because after the Typescript integration is not working anymore, so I have to deepen how we can configure the usage with TypesScript.
hazam b36110ef03 Build and deploy via yarn deploy
hazam 7d9cc2ac56 Deploy static to gh-pages
Giovanni Giordano 499035c267 Add lint script
Giovanni Giordano 36b36e8dc3 Add github workflow
Timur Khazamov 1383758aa7 TS, Prettier, Eslint ()
* TS, Prettier, Eslint

* Used rough ts definitions
Christopher Chedeau 6278cd9366 Initial commit