Graphite/client/web
Henry Sloan 06c26f44d0
Options bar widgets for tools to control tool behavior (#283)
* Add JSON-backed options widget

* Add initial tool settings messaging to backend

* Add shape side selection with JSON deserialization

* Enforce minimum number of n-gon sides

* Make tool settings JSON errors safer

* Make tool settings JSON errors safer

* Refactor ToolOptions to ToolSettings

* Revert "Refactor ToolOptions to ToolSettings"

This reverts commit 651161fd16.

* Refactor all instances of "settings" to "options"

* Fix names and formatting

* Rearrange ToolOptions data to enforce types
2021-07-21 01:07:48 -04:00
..
assets Rename tool icons 2021-07-15 00:46:32 -07:00
public Standardize icon sizes and folder paths (closes #110) 2021-05-27 00:14:50 -07:00
src Options bar widgets for tools to control tool behavior (#283) 2021-07-21 01:07:48 -04:00
wasm Options bar widgets for tools to control tool behavior (#283) 2021-07-21 01:07:48 -04:00
.eslintrc.js Frontend refactor to move response handler, key input handling, and more into new utilities folder (#260) 2021-07-14 14:31:09 -07:00
.gitignore Fix web code linting to be portable across environments 2021-04-14 13:22:43 -07:00
package-lock.json Downgrade wasm-pack and Vue-related dependencies which are causing issues 2021-07-09 20:29:14 -07:00
package.json Enforce downgraded dependency versions in package.json 2021-07-14 16:51:56 -07:00
tsconfig.json Fix web code linting to be portable across environments 2021-04-14 13:22:43 -07:00
vue.config.js Two improvements to the development workflow (#270) 2021-07-16 01:49:52 -07:00