feat: Update app and windows

- Move setAttributesAccordingToPosition to HippieTaskbar
- Use TimeDisplay inside HippieTaskbar
- Add readJsonFile and loadJson to app
- Initialize taskbar with config from data/windows.json
- Update jshint globals
This commit is contained in:
sthag 2026-04-05 14:20:14 +02:00
parent b67a8a893a
commit 0c16b43ec7
5 changed files with 102 additions and 48 deletions

View file

@ -14,20 +14,20 @@
"unused": false,
"browser": true,
"globals": {
"HIPPIE": false,
"hippie": true,
"viewHover": true,
"basicEase": true,
"debugOn": true,
"TimeDisplay": true,
"DateDisplay": true,
"HIPPIE": false,
"HippieTaskBar": true,
"TimeDisplay": true,
"basicEase": true,
"centerElementUnderCursor": false,
"checkButtonAndTarget": false,
"debugOn": true,
"getClosestEdgeToElement": false,
"getClosestEdgeToMouse": false,
"centerElementUnderCursor": false,
"setAttributesAccordingToPosition": false,
"hippie": true,
"randomIntFrom": false,
"readJsonFile": false,
"replaceLineBreaks": false,
"HippieTaskBar": true
"viewHover": true
}
}