Graphite/frontend
0HyperCube 121a68ad3c Implement the Text Tool and text layer MVP (#492)
* Add text tool

* Double click with the select tool to edit text

* Fix (I think?) transitioning to select tool

* Commit and abort text editing

* Transition to a contenteditable div and autosize

* Fix right click blocking

* Cleanup hints

* Ctrl + enter leaves text edit mode

* Render indervidual bounding boxes for text

* Re-format space indents

* Reflect font size in the textarea

* Fix change tool behaviour

* Remove starting text

* Populate the cache (caused doc load bug)

* Remove console log

* Chrome display the flashing text entry cursor

* Update overlay on input

* Cleanup input.ts

* Fix bounding boxes

* Apply review feedback

* Remove manual test

* Remove svg from gitignore

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2022-01-30 15:10:10 +00:00
..
assets Implement input hints based on the active tool state (#388) 2021-12-24 01:46:03 -08:00
public Rework wasm initialization and reduce global state (#379) 2021-12-20 07:37:19 +01:00
src Implement the Text Tool and text layer MVP (#492) 2022-01-30 15:10:10 +00:00
wasm Implement the Text Tool and text layer MVP (#492) 2022-01-30 15:10:10 +00:00
.eslintrc.js Major frontend code cleanup (#452) 2022-01-02 06:00:02 -08:00
.gitignore Auto-generate third-party license notices (#370) 2021-09-06 06:57:35 -07:00
package-lock.json Upgrade node packages (#413) 2021-12-20 13:09:24 -08:00
package.json Add npm start script alias for npm run serve 2022-01-12 06:14:32 -08:00
tsconfig.json Add the Help > About Graphite dialog with build info 2021-12-16 02:31:41 -08:00
vue-svg-loader.js Replace vue-svg-loader dependency with simple JS file (fixes a security alert) (#389) 2021-11-01 00:14:31 -07:00
vue.config.js Remove Charcoal references from the code for now 2022-01-12 03:56:28 -08:00