working feedback, still has requests in wrong order

This commit is contained in:
2026-01-03 19:31:12 -07:00
parent 07e952936a
commit 925fc25d73
8 changed files with 269 additions and 231 deletions

View File

@@ -15,6 +15,7 @@ const PromptDisplay = () => {
});
const [showFeedbackWeighting, setShowFeedbackWeighting] = useState(false);
const [fillPoolLoading, setFillPoolLoading] = useState(false);
const [drawButtonDisabled, setDrawButtonDisabled] = useState(false);
useEffect(() => {
fetchMostRecentPrompt();