refactor(ui): rename admin Templates tab to Prompts #28

Closed
opened 2026-04-16 13:45:21 +00:00 by casper-stevens · 0 comments
Member

Context

The admin tab labelled "Templates" contains prompt-instruction overrides — the files seeded into each deck's prompts/ directory. This name collides with the layout blueprints landing in lhumina_code/hero_slides#27. Renaming now frees the "Templates" label for that feature and removes the ambiguity for users.

Goals

  • Rename tab label "Templates" → "Prompts" in index.html and dashboard.js
  • Update any inline help text or user-facing strings that reference the old name
  • No changes to underlying file paths, RPC method names, or data structures

Feasibility

Trivial. Search-and-replace across two files (index.html, dashboard.js). Zero risk of functional regression — no data structures, RPC methods, or file paths change. Can be done and merged independently of all other issues; recommended to land first to free the "Templates" name before layout blueprint work begins.

## Context The admin tab labelled "Templates" contains prompt-instruction overrides — the files seeded into each deck's `prompts/` directory. This name collides with the layout blueprints landing in lhumina_code/hero_slides#27. Renaming now frees the "Templates" label for that feature and removes the ambiguity for users. ## Goals - Rename tab label "Templates" → "Prompts" in `index.html` and `dashboard.js` - Update any inline help text or user-facing strings that reference the old name - No changes to underlying file paths, RPC method names, or data structures ## Feasibility Trivial. Search-and-replace across two files (`index.html`, `dashboard.js`). Zero risk of functional regression — no data structures, RPC methods, or file paths change. Can be done and merged independently of all other issues; recommended to land first to free the "Templates" name before layout blueprint work begins.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_slides#28
No description provided.