Commit Graph

7 Commits

Author SHA1 Message Date
ce0b83b67f fix: unify tracking page layout with home page
- same width formula + tab-nav directly on page (drop pub-card wrapper)
- content in standard card, identical visual style to home forms
2026-08-23 18:11:56 +08:00
26bdf00f02 fix: tracking page tab nav + wide layout
- add 举报/建议/申诉 tab nav so anonymous users can switch back to forms
- override pub-card width (CSS fixes 460px) with min(1100px,96vw)
2026-08-23 18:02:13 +08:00
1979cab5ec feat: anonymous ticket tracking as standalone public page
- tracking: promoted to public route (before auth gate) with full single-ticket view
- backend: GET /tickets/tracking/:id validates cookie tracking_token, returns responses/attachments/transfers
- tracking.js: rewrite - token list + chat-flow detail (player/staff bubbles) + processing log + anon reply
- ticket-create: anon submit now lands on #/tracking instead of home
- home: tracking tab navigates to standalone page
2026-08-23 17:50:42 +08:00
8c5ce78fd0 chore: add AGPLv3 copyright header to all source files
- 52 JS files (backend + public/js): header with
  Copyright (C) 2026 Sea Network Technology Studio
  Author: CangLan <admin@sea-studio.top>
  + AGPLv3 notice
- idempotent (skips if header present), all syntax-checked
2026-08-19 20:27:05 +08:00
021351d898 fix: restore from regex corruption, JS-bind modal close, data-action delegation 2026-07-15 03:53:16 +08:00
f0e891b17c fix: data-action delegation + convert onclick to event listeners, sidebar+logout+modals 2026-07-15 02:44:18 +08:00
247a4e851d feat: MC Report System - MySQL + Express + Vanilla JS SPA 2026-07-12 01:23:19 +08:00