Files
WebUITest-RealProjecT/FrontEnd
arDTDev 3bd35ad852 feat: Add real-time IO/interlock updates, HW status display, and history page
- Implement real-time IO value updates via IOValueChanged event
- Add interlock toggle and real-time interlock change events
- Fix ToggleLight to check return value of DIO.SetRoomLight
- Add HW status display in Footer matching WinForms HWState
- Implement GetHWStatus API and 250ms broadcast interval
- Create HistoryPage React component for work history viewing
- Add GetHistoryData API for database queries
- Add date range selection, search, filter, and CSV export
- Add History button in Header navigation
- Add PickerMoveDialog component for manage operations
- Fix DataSet column names (idx, PRNATTACH, PRNVALID, qtymax)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 00:18:27 +09:00
..
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1WUaQ4phJ_kZujzyiakV5X8RFgCwgaUDq

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev