Commit Graph

4 Commits

Author SHA1 Message Date
xiaomai
9394792242 feat(bidding): add initial auction control and display pages
This commit introduces a lightweight, browser-based auction system.

It consists of two main components that communicate in real-time using the `BroadcastChannel` API, enabling a serverless
front-end experience:

- `display.html`: The public-facing screen for attendees. It shows the current item, price with smooth animation, and
deal announcements. It automatically generates a unique session ID.
- `control.html`: The auctioneer's control panel. It uses the session ID from the display page to connect. It allows for
managing the auction flow, including loading items from a CSV, starting bids, updating prices, and finalizing sales.
2025-09-15 20:53:12 +08:00
xiaomai
ac56b6d574 Refactor index.html: tidy up stylesheet link and comment out unused stats section 2025-09-15 19:51:12 +08:00
xiaomai
14bd00230e Update seats and sponsors data; enhance index.html and script.js for improved display and sorting 2025-09-15 19:49:20 +08:00
xiaomai
ae8d3ce510 first commit 2025-09-15 00:28:27 +08:00