Commit Graph
10 Commits
Author SHA1 Message Date
Braks ffd41fb679 refactor: Refactor some jsx files to vue files
feat: add global hooks to emulate sort of an event bus between components
* global hooks are not exposed to user but emit events upward from Revue-flow component, just more convenient
2021-08-08 19:28:45 +02:00
Braks 61ab006e94 fix: node selection rect not properly rendering on key press and mousemove
* issue came from some reactivity problems; a component shouldn't return null, else it'll basically do nothing ever again if it's not completely remounted
* some type fixes, removed some any's
2021-07-17 19:34:32 +02:00
Braks c7fda830a6 update: use store injection in UserSelection component
fix: keypress not displaying working properly
2021-07-14 23:48:19 +02:00
Braks d50d74598b update: no vue-2 compatability (doesn't work with current build)
* README.md
2021-07-10 16:42:39 +02:00
Braks 6f39ae6de8 update: more changes to bundle config... 2021-07-10 12:31:09 +02:00
Braks 082d460e12 update: more changes to bundle config... 2021-07-10 12:21:45 +02:00
Braks 92caccfd6e update: use vue-demi again to add compatability to vue2
* add vite.config.app.ts for demo generation
2021-07-10 11:51:12 +02:00
Braks 59b6af384c update: remove vue-demi 2021-07-10 00:45:46 +02:00
Braks 99548a0dba fix: try to deploy as package... 2021-07-09 21:54:05 +02:00
Braks 52e1188d04 feat: Transform react-flow to vue-jsx 2021-07-08 23:37:11 +02:00