Add Rank AI-ready prompt copy button

This commit is contained in:
OpenClaw Bot
2026-05-23 22:24:08 +02:00
parent 934a29b8d2
commit d204a76802
3 changed files with 44 additions and 3 deletions
+4 -2
View File
@@ -6,7 +6,7 @@
<meta name="theme-color" content="#061B33" />
<title>Rank — Work your ideas before they work you</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="/styles.css?v=rank-sales-20260523-1" />
<link rel="stylesheet" href="/styles.css?v=rank-sales-20260523-2" />
</head>
<body>
<div class="app-shell">
@@ -142,9 +142,11 @@
}'></textarea>
<div class="feature-set-toolbar">
<label class="file-pick">Upload .json<input id="featureSetFile" type="file" accept="application/json,.json" /></label>
<button type="button" id="copyAiPrompt" class="ai-prompt-button">Copy AI-ready prompt</button>
<button type="button" id="importFeatureSet">Import features</button>
<button type="button" id="exportFeatureSet">Export sorted setup</button>
</div>
<p class="ai-prompt-status" id="aiPromptStatus" aria-live="polite">Copies a prompt that makes another AI return import-ready Rank JSON.</p>
</div>
</section>
@@ -219,6 +221,6 @@
</aside>
<div class="toast" id="toast" hidden></div>
<script src="/app.js?v=rank-sales-20260523-1" type="module"></script>
<script src="/app.js?v=rank-sales-20260523-2" type="module"></script>
</body>
</html>