From 257bc2f85b71a8564e95a8e6ba39ab0b00e022df Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Fri, 6 Jun 2025 22:40:41 +0700 Subject: Question.active state (clear naming on getInitialQuestion and getNextQuestion). Explicit use of return null as an option for answerSlice. Saving motion. Questions rolling window. Question count badge to sidebar. --- src/Widget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Widget.tsx') diff --git a/src/Widget.tsx b/src/Widget.tsx index 3c7f613..c28b55d 100644 --- a/src/Widget.tsx +++ b/src/Widget.tsx @@ -27,7 +27,7 @@ const Widget = () => { }) .catch(err => console.log(err)); - new ProfilingQuestionsApi().getProfilingQuestionsProductIdProfilingQuestionsGet(app.bpid, app.bpuid, "104.9.125.144", undefined, undefined, 1000 ) + new ProfilingQuestionsApi().getProfilingQuestionsProductIdProfilingQuestionsGet(app.bpid, app.bpuid, "104.9.125.144", undefined, undefined, 2500 ) .then(res => { dispatch(setQuestions(res.data.questions)) }) -- cgit v1.2.3