Guide: add platform.frontend-template — how to start a new SPA + which page to copy #14

Open
opened 2026-07-09 00:13:29 -04:00 by hiveiq · 0 comments
Owner

The Guide has 119 modules and none covers hiveops-template, so Claude falls back to the repo CLAUDE.md — which is stale in two places (port table says next app = 5180, but 5180 is adoons and the real next free port is 5191; .page-right documented as padding: 1rem; gap: 0.75rem but the code uses 0.65rem/0.5rem).

Add platform.frontend-template (audience dev, order 55) covering:

  • COPY, do not rewrite — the physical cp of the canonical page
  • Which page to copy: badges → TemplatePage.svelte; plain list/table → TablePage.svelte; ask the user when the request does not make it obvious
  • What may be changed vs what must never be rewritten
  • Verified assigned dev ports (from the actual vite configs, not CLAUDE.md)
  • Dark-mode verify checklist
  • Pointer to design-system.html

Also fold in the drift found while fixing TablePage (filter header dark-mode divergence, sidebar collapsed default).

The Guide has 119 modules and none covers `hiveops-template`, so Claude falls back to the repo CLAUDE.md — which is stale in two places (port table says next app = 5180, but 5180 is adoons and the real next free port is 5191; `.page-right` documented as `padding: 1rem; gap: 0.75rem` but the code uses `0.65rem`/`0.5rem`). Add `platform.frontend-template` (audience `dev`, order 55) covering: - COPY, do not rewrite — the physical `cp` of the canonical page - **Which page to copy:** badges → `TemplatePage.svelte`; plain list/table → `TablePage.svelte`; **ask the user when the request does not make it obvious** - What may be changed vs what must never be rewritten - Verified assigned dev ports (from the actual vite configs, not CLAUDE.md) - Dark-mode verify checklist - Pointer to `design-system.html` Also fold in the drift found while fixing TablePage (filter header dark-mode divergence, sidebar collapsed default).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hiveiq-src/hiveops-guide#14