SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

Refactor: move LiveStore from solid-logic to rdflib #109

Closed timea-solid closed 2 years ago

timea-solid commented 2 years ago

This refactoring spans over a lot of repos.

The modules depend on each other so they have to be built in the right order and with the right rdflib commit version ( "rdflib": "^2.2.15-bbf45639")

I hope I got all dependencies that needed the change. Needs testing.

bourgeoa commented 2 years ago

I think chat-pane is missing.

timea-solid commented 2 years ago

I think chat-pane is missing.

@bourgeoa chat-pane only depends on solid-ui and it does not use LiveStore. At least I did not find it. This is the reason I did not change anything in it and it is not in the list. And by the way, this is also true for: folder-pane.

bourgeoa commented 2 years ago

Using published solid-ui@2.4.14-bbf45639 from branch move-logic with :

    "pane-registry": "^2.4.5-bbf45639",
    "rdflib": "^2.2.15-bbf45639",
    "solid-logic": "^1.3.12-bbf45639",

All passes lint, tsc, test, build with all prior packages in.

timea-solid commented 2 years ago

All done, tested and merged to main.