Graphite/client/web
AJ Weeks 10a2282145 Support rearranging layers with hotkeys (#271)
* Support moving single layers

* Fix "Move layer to top/bottom" keybinds

* Rename things named "move" to "reorder"

Fix formatting

* Combine sorted layer helper functions

* Use integer consts for moving layers to front/back

* Fix merge mistake

* Fix some clippy lints

* Fix panic

* Remove "get" prefix from functions

* Bring layer menu items out to sub-menu

* Support moving multiple layers at a time

* Add comment explaining odd keybinding

* Add reordering tests

* Add negative test

* Add new error type

* Add layer position helper, clean up tests

* Make position helper return Result

* Clean up slice iteration

* Simplify source_layer_ids computation

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
2021-07-21 10:36:51 +01: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 Support rearranging layers with hotkeys (#271) 2021-07-21 10:36:51 +01:00
wasm Support rearranging layers with hotkeys (#271) 2021-07-21 10:36:51 +01: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 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 11:44:09 -07:00
vue.config.js Two improvements to the development workflow (#270) 2021-07-16 10:49:52 +02:00