Jing Lee
Jing Lee
PS D:\GPT-vup\src> pip install -r requirements.txt Collecting aiohttp==3.8.4 (from -r requirements.txt (line 1)) Using cached aiohttp-3.8.4-cp311-cp311-win_amd64.whl (317 kB) Collecting edge-tts==6.1.5 (from -r requirements.txt (line 2)) Using cached edge_tts-6.1.5-py3-none-any.whl (27 kB)...
npx tsc --strict: Found 1522 errors in 194 files. ↓ Found 1505 errors in 196 files.
Before  After 
### Description When navigating from the `/user` page back to the `/device/[edgeId]/live` page (e.g., by clicking a back button in the header), the data initially appears for a brief moment,...
The original SOC emergency line relied on the reserveSoc variable from the component's config file, which was fetched only during UI loading. This PR: - Uses the ActualReserveSoc channel to...
# Description ## Problem An intermittent issue was observed on the Overview page. When navigating back from one edge Live/History page, the Overview sometimes displayed unexpected filtered Edge instead of...
This PR replaces attr.fill="{{ fillRef }}" with [attr.fill]="fillRef" in SVG polygon bindings for improved Angular consistency and maintainability. The property binding syntax [attr.fill] is the standard Angular approach for dynamic...