Jing Lee

Results 7 issues of 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 ![image](https://github.com/user-attachments/assets/83b3d91b-89a0-405d-a2c6-8e2b588871da) After ![image](https://github.com/user-attachments/assets/82854d49-0cc6-4a77-a27a-3e8705ca8e31)

Component: UI

### 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...

Component: UI

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...