Graphite/client/web
T0mstone 70f70b70fc Polish a few things (#81)
* Implement/suppress various compiler/clippy lints

* Change `tool_init` to take `ToolType` by value

* Factor out error conversion into a function

* Consume parameters with `todo`

* Make `workspace` stuff public

Making them public also removes the warnings
without having to suppress them.

Also, this commit removes the unused import of
`EditorError`

* Remove allow(unused_variables), use vars in `todo`

Also implements `Debug` on `DocumentToolData`
2021-05-07 02:47:37 -07:00
..
assets/svg Add RadioPicker; add view mode picker to document options bar 2021-04-11 01:57:30 -07:00
public Populate tool shelf and tool options bar (#66) 2021-04-08 06:10:27 -07:00
src Add colors in Rust (#78) 2021-05-07 02:47:34 -07:00
wasm Polish a few things (#81) 2021-05-07 02:47:37 -07:00
.eslintignore Fix web code linting to be portable across environments 2021-04-14 13:22:43 -07:00
.eslintrc.js Fix web code linting to be portable across environments 2021-04-14 13:22:43 -07:00
.gitignore Fix web code linting to be portable across environments 2021-04-14 13:22:43 -07:00
package-lock.json Add transactions for temporary modifications to the document (#77) 2021-04-21 00:32:36 +02:00
package.json Fix web code linting to be portable across environments 2021-04-14 13:22:43 -07:00
tsconfig.json Fix web code linting to be portable across environments 2021-04-14 13:22:43 -07:00
vue.config.js Fix web code linting to be portable across environments 2021-04-14 13:22:43 -07:00