JezerM / nody-greeter

LightDM greeter that allows to create wonderful themes with web technologies. Made in Node.js
https://web-greeter-page.vercel.app
GNU General Public License v3.0
125 stars 8 forks source link

Move themes to web-greeter-themes #27

Closed JezerM closed 2 years ago

JezerM commented 2 years ago

Changes

Why?

Doing so, I wouldn't need to update all the themes in all of my web based greeters one by one. This change could make easier to publish theme changes and adopt them in all web based greeters.

Also, before this change, I needed to make all breaking/advanced/major changes in nody-greeter to update nody-greeter-types, and then update web-greeter ts-types submodule and, consequently, update the themes. See the diagram below:

Old Diagram

Adopting these changes would limit the breaking changes (which is great), which also makes it easier to maintain. See the new diagram:

New Diagram