goadesign / model

Create your software architecture models and diagrams in Go.
MIT License
332 stars 19 forks source link

Groups in editor #666

Closed dvictor closed 3 months ago

dvictor commented 3 months ago

this fixes a bug: user needs to reload browser page after switching to another view using the dropdown

we were using https://github.com/mjibson/esc to embed the static files of the editor into the go webserver

upgraded to use go embed (available from go 1.16+)

dist-static is only used to run the node dev webserver, without go. it should not be on git

For example, nodes in Software System should be grouped so external nodes don't overlap with the Software System.

raphael commented 3 months ago

This is great!! I was wondering why the refresh wouldn't work after a while, makes sense that changing view would be what was breaking it.

dvictor commented 3 months ago

666 interesting number