Graphite/frontend/src
mfish33 91e4201cb1 Implement the Properties panel with a transform section for layers (#527)
* initial layout system with tool options

* cargo fmt

* cargo fmt again

* document bar defined on the backend

* cargo fmt

* removed RC<RefCell>

* cargo fmt

* - fix increment behavior
- removed hashmap from layout message handler
- removed no op message from layoutMessage

* cargo fmt

* only send documentBar when zoom or rotation is updated

* ctrl-0 changes zoom properly

* unfinished layer hook in

* fix layerData name

* layer panel options bar

* basic x/y movment

* working transform section

* changed messages from tuples to structs

* hook up text input

* - fixed number input to be more clear
- fixed actions for properties message handler

* Add styling

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2022-02-12 08:22:57 -08:00
..
components Implement the Properties panel with a transform section for layers (#527) 2022-02-12 08:22:57 -08:00
dispatcher Implement the Properties panel with a transform section for layers (#527) 2022-02-12 08:22:57 -08:00
lifetime Clean up text input (#506) 2022-02-04 04:26:44 +00:00
state Properly show document bar on initialization (#535) 2022-02-11 11:32:10 -08:00
utilities Layout system implementation and applied to tool options bar (#499) 2022-01-30 17:53:37 -08:00
App.vue Polishing: standardize binding JS resize event (fixes non-integer AA rendering); remove "X" to delete; cleanup 2022-02-10 02:29:45 -08:00
TwoViewTest.vue Rework wasm initialization and reduce global state (#379) 2021-12-20 07:37:19 +01:00
main.ts Major frontend code cleanup (#452) 2022-01-02 06:00:02 -08:00
types.d.ts Improve web infrastructure 2021-08-26 19:20:38 -07:00