Skip to content

Conversation

@meshy
Copy link
Owner

@meshy meshy commented May 14, 2023

We needed to introduce a new data structure to fix #21. In order to use the new data structure, we needed to re-write a lot of the front-end code.

In the process, the code has been tidied up, and I've added more functionality to the sidebar (including fix #22).

I've had to make some decisions about how the buttons work that might not work for everyone, but I hope will be reasonable defaults.

meshy added 19 commits May 14, 2023 01:32
There's no point in using a list if we're only going to cast it to a set
anyway.
This gives us the option of using other display-values for the groups,
even though I've decided to stick with the app path for now.
This:
- Moves the graphData module over to the new data structure.
- Re-arrange the layout of the graph editor.
This makes the clearly different from normal models.
I can't see what this is adding any more.
This is seemingly unused.
The sidebar has been expanded to accommodate the new buttons.
This change means that we can style the graph differently without
editing the JS. This will come in handy later if we end up making graphs
for other kinds of data.
@meshy meshy merged commit 0d6edf8 into main May 14, 2023
@meshy meshy deleted the integrate-new-data-structure branch May 14, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disabling an app should collapse it Cannot add item: item with id x/y already exists

2 participants