Move Kaidan GUI elements to a library for use by other KDE apps
Hello Kaidan team!
I am Simon from KDE Connect. Lately I have been working on a desktop SMS app for KDE Connect which allows the user to read and write SMS and MMS from the desktop, sent and received by the paired phone.
In the sense of being a chat app, this app shares lots of GUI similarities with Kaidan. Actually, I am already using some of your GUI elements! See, for example, https://invent.kde.org/kde/kdeconnect-kde/blob/76424c157b43c720522dae3751f1ede0a39c884f/smsapp/qml/ChatMessage.qml
It is very good for me to be able to re-use Kaidan GUI elements for kdeconnect-sms since it is mostly just me working on that I don't have much QML experience. From that point of view, it would be very helpful for me Kaidan GUI elements were abstracted up a level into some kind of library which we could share.
Essentially, I am already going to be making this library since making a library will not be much additional effort beyond updating my "borrowed" GUI elements to their latest versions from Kaidan. Are you interested in using such a library and working with me on it?