SwapStation_WebApp/frontend/js
Kirubakaran 526bc8e8fa feat(app): Implement station removal and refactor to common header
This major update introduces the ability to remove stations and significantly refactors the frontend architecture for better code reuse and maintainability.

### Features
- **Remove Station:** Implemented full-stack station removal functionality.
  - Added `DELETE /api/stations/<id>` endpoint to the backend.
  - The MQTT client for the removed station is now gracefully disconnected.
  - Added a trash can icon button to the station selection card for removal.
- **Enhanced UI:** Improved the UI on several pages.
  - Added icons for Product ID and Location on station cards.
  - Updated card layout to display Product ID directly under the station name.
  - Implemented a fully functional, dynamic header for the dashboard, logs, and analytics pages.
2025-09-14 05:34:57 +05:30
..
analytics.js feat(app): Implement station removal and refactor to common header 2025-09-14 05:34:57 +05:30
auth-guard.js feat: added the auth guard script 2025-09-13 02:08:41 +05:30
auth.js feat: added the auth guard script 2025-09-13 02:08:41 +05:30
common-header.js feat(app): Implement station removal and refactor to common header 2025-09-14 05:34:57 +05:30
dashboard.js feat: added the auth guard script 2025-09-13 02:08:41 +05:30
logs.js feat(app): Implement station removal and refactor to common header 2025-09-14 05:34:57 +05:30
main.js feat(frontend): Finalize dashboard and logs pages with full interactivity 2025-09-04 21:55:05 +05:30
page-header.js feat(app): Implement station removal and refactor to common header 2025-09-14 05:34:57 +05:30
station_selection.js feat(app): Implement station removal and refactor to common header 2025-09-14 05:34:57 +05:30