glaserL / viasp

A visualization tool for clingo
MIT License
3 stars 3 forks source link

Make frontend a dash component #5

Closed glaserL closed 2 years ago

glaserL commented 2 years ago

It was decided that there should be no standalone frontend but a dash component written in react.

This should move almost everything that is in the webpack/electron frontend into a standalone dash component.

differentiating between the different components (search/filter/graph/detail) is not taken care of in this change