feat: Added ElectronJS app to display the app

feat: Removed fullscreen dialogs to display them in popup window
This commit is contained in:
2024-06-28 13:42:41 +02:00
parent bdbb75cca8
commit 4b7f1f301e
26 changed files with 7512 additions and 570 deletions

8
.hintrc Normal file
View File

@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"no-inline-styles": "off"
}
}