AeThex-OS/client/src/pages
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
..
hub Stabilize build: add Capacitor deps, TS target, stubs and guards 2025-12-27 19:37:48 +00:00
os new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
achievements.tsx modified: client/src/App.tsx 2025-12-23 03:52:48 +00:00
admin-achievements.tsx Secure all admin routes and fix achievement icon display 2025-12-16 01:02:07 +00:00
admin-activity.tsx Secure all admin routes and fix achievement icon display 2025-12-16 01:02:07 +00:00
admin-aegis.tsx Secure all admin routes and fix achievement icon display 2025-12-16 01:02:07 +00:00
admin-applications.tsx Secure all admin routes and fix achievement icon display 2025-12-16 01:02:07 +00:00
admin-architects.tsx Add administrator tools for managing architects and enhance OS widget functionality 2025-12-21 21:55:24 +00:00
admin-credentials.tsx Secure all admin routes and fix achievement icon display 2025-12-16 01:02:07 +00:00
admin-logs.tsx Add a virtual desktop environment with app management 2025-12-16 06:30:51 +00:00
admin-notifications.tsx Secure all admin routes and fix achievement icon display 2025-12-16 01:02:07 +00:00
admin-projects.tsx Secure all admin routes and fix achievement icon display 2025-12-16 01:02:07 +00:00
admin-sites.tsx modified: .env 2025-12-22 22:33:48 +00:00
admin.tsx Secure all admin routes and fix achievement icon display 2025-12-16 01:02:07 +00:00
curriculum.tsx Add new pages for dashboard and curriculum to the application 2025-12-15 21:02:32 +00:00
dashboard.tsx Add login, admin panel, and user management features 2025-12-15 22:15:36 +00:00
events.tsx modified: client/src/App.tsx 2025-12-23 03:52:48 +00:00
home.tsx Add a network directory for viewing architects and their profiles 2025-12-21 02:37:14 +00:00
lab.tsx new file: EXPANSION_COMPLETE.md 2025-12-24 00:24:40 +00:00
login.tsx Add logging to track login attempts and errors 2025-12-17 02:51:34 +00:00
network-profile.tsx Add a network directory for viewing architects and their profiles 2025-12-21 02:37:14 +00:00
network.tsx Add a network directory for viewing architects and their profiles 2025-12-21 02:37:14 +00:00
not-found.tsx Extracted stack files 2025-12-15 20:52:49 +00:00
opportunities.tsx modified: client/src/App.tsx 2025-12-23 03:52:48 +00:00
os.tsx fix: Memory leak in battery API event listeners 2026-01-04 06:48:21 +00:00
passport.tsx Fix Vercel deployment errors: add .js extension to storage import in websocket.ts and fix missing ternary closing paren in passport.tsx 2025-12-23 04:30:10 +00:00
pitch.tsx Add an admin page to manage applications and resolve alerts 2025-12-15 23:31:22 +00:00
terminal.tsx new file: script/seed.ts 2025-12-24 17:45:22 +00:00