Graphite/client/web
Henry Sloan 1055a0a05f Add alignment of selected layers (#296)
* Add alignment of selected layers

* Refactor alignment to a document message

* Condense align messages into a tuple variant

* Rename dimension to axis and fix redundant math

* Add correct Center alignment

* Add TODO comment for nested transforms

* Add TODO for merging bounding boxes

* Move align enums to document_message_handler

* Run cargo clippy

* Clean up unwraps with filter_map
2021-07-24 19:35:48 -04:00
..
assets Rename align operations and icons (#295) 2021-07-24 00:42:48 -04:00
public Standardize icon sizes and folder paths (closes #110) 2021-05-27 00:14:50 -07:00
src Add alignment of selected layers (#296) 2021-07-24 19:35:48 -04:00
wasm Various small fixes and cleanups (#299) 2021-07-24 17:59:01 +02: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 11:44:09 -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 Fix inconsistent whitespace 2021-07-23 17:48:39 -07:00
tsconfig.json Fix web code linting to be portable across environments 2021-04-14 11:44:09 -07:00
vue.config.js Two improvements to the development workflow (#270) 2021-07-16 10:49:52 +02:00