oskar-anderson / HedgehogDBD

ERD modeling tool for visualizing database diagrams
https://hedgehog-dbd.vercel.app/
MIT License
11 stars 1 forks source link

[EPIC] Rework the application in React Flow #11

Closed oskar-anderson closed 1 year ago

oskar-anderson commented 1 year ago

EPIC

There is a library called React Flow that might solve all sorts of problems (#9, xyflow/react-flow-docs#10, canvas turning blank when left alone for long time, being dependent on font sizes, blurry text). I already played around with React Flow in - http://localhost:8080/internal/demo/react-flow-3 and it looked promising.

Here is the list of ordered tasks needed to be done in order to switch to React Flow:

Tasks individually:

oskar-anderson commented 1 year ago

PNG export does not work for large schemas. Currently it's implemented by using React Flow export example. Made a issue about it here