AeThex-OS/client/src
Claude 879abba10b
fix: Memory leak in battery API event listeners
The battery level and charging event listeners were added but never
cleaned up when the component unmounts. This caused memory leaks as
anonymous functions couldn't be removed.

Fix:
- Store handler references in variables
- Properly cleanup event listeners in useEffect return function
- Prevents memory leaks on component unmount/remount cycles
2026-01-04 06:48:21 +00:00
..
components modified: android/.idea/misc.xml 2025-12-27 05:58:03 -07:00
hooks Fix TS: add Capacitor deps, icons, Mode/Realm enums, type guards 2025-12-27 19:47:54 +00:00
lib new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
pages fix: Memory leak in battery API event listeners 2026-01-04 06:48:21 +00:00
shared docs: Add comprehensive flow tracking and mark unfinished flows 2026-01-04 06:39:45 +00:00
App.tsx new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
index.css Add AI chatbot and theme toggle functionality for improved user experience 2025-12-16 00:00:42 +00:00
main.tsx Extracted stack files 2025-12-15 20:52:49 +00:00