mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-30 08:15:55 +00:00
Sale Djenic
7c812c0961
refactor(@desktop/general): move Qt logic out of src/status library
Since `src/status` was Qt dependant part because of the following foundation files: - /src/status/tasks/marathon/mailserver/controller.nim - /src/status/signals/core.nim - /src/status/tasks/marathon/mailserver/events.nim - /src/status/tasks/qt.nim and because logic related classes like: - /src/status/chat.nim this commit made that part Qt independant. New layer `src/app_service` is introduced and above mentioned foundation files are moved there. As well as corresponding logic for requested services. Communication between logical parts on the high level is as follows: - `src/app` => `src/app_service` => `src/status` => `src/app` - `src/app` => `src/status` => `src/app` Fixes: #3376
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
39.1%
JavaScript
29.7%
Nim
18.5%
Python
5.7%
C++
5.2%
Other
1.7%