Graphite/frontend
mfish33 a3bb9160a2 Change responses to use classes instead of interfaces (#394)
* ability to mark an open document as unsaved

* unsaved detection now being triggered based on layer tree height

* Changed responses to use classes instead of interfaces

* - rust implementation of unsaved markers
- upgraded eslint

* updated eslint in package.json

* - Renamed GetOpenDocumentsList -> UpdateOpenDocumentsList
- is not -> was not

* changed hash to current identifier to better reflect its meaning

* resolve some merge conflicts

* removed console.log statement leftover from debuging

* - changed Response to jsMessage
- split files
- Array<> -> []

* -remove path from UpdateLayer

* - remove unused if statements

* - comment for reflect-metadata
- registerJsMessageHandler -> subscribeJsMessage
- readonly message properties
- fixed binding filename and comment
- toRgb -> toRgba

* - newOpacity -> transformer
- added comments

* MessageMaker -> messageMaker
2021-12-05 19:14:16 -08:00
..
assets Add folders to frontend and folder creation to backend (#315) 2021-08-29 08:27:49 -07:00
public CSS editor layout fixes and scrolling 2021-12-04 22:30:07 -08:00
src Change responses to use classes instead of interfaces (#394) 2021-12-05 19:14:16 -08:00
wasm Change responses to use classes instead of interfaces (#394) 2021-12-05 19:14:16 -08:00
.eslintrc.js Switch to Node.js 16 LTS, upgrade TypeScript, ESLint, and other dependencies (#395) 2021-11-29 03:32:09 -08:00
.gitignore Auto-generate third-party license notices (#370) 2021-09-06 06:57:35 -07:00
package-lock.json Change responses to use classes instead of interfaces (#394) 2021-12-05 19:14:16 -08:00
package.json Change responses to use classes instead of interfaces (#394) 2021-12-05 19:14:16 -08:00
tsconfig.json Improve web infrastructure 2021-08-26 19:20:38 -07:00
vue-svg-loader.js Replace vue-svg-loader dependency with simple JS file (fixes a security alert) (#389) 2021-11-01 00:14:31 -07:00
vue.config.js Change responses to use classes instead of interfaces (#394) 2021-12-05 19:14:16 -08:00