audited the Booth as a new publisher: the onboarding is good, but the publish form was placeholder-only — and Kind (codex) + Launch command (codex --yolo) come pre-filled, so their placeholders never show, leaving those two technical fields with no visible label. - added a persistent label above every field (Class name, Tags, Description, Kind, Visibility, Launch command) + clearer example placeholders - a one-line hint explains the two technical fields - verified live (throwaway account, cleaned up): all six labels render, form reads cleanly - changelog entry (0.99) added with the bump
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.99.0-boothform",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|