From d8b5c9cc17fd6a03320cd42ce3d718b5e30de782 Mon Sep 17 00:00:00 2001 From: Riza Fahmi Date: Thu, 28 Oct 2021 08:31:17 +0700 Subject: [PATCH 1/8] Change CTA. Just too long, can't see. --- doc/source/index.html.md | 46 +++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/doc/source/index.html.md b/doc/source/index.html.md index f11dac0..2eb1148 100755 --- a/doc/source/index.html.md +++ b/doc/source/index.html.md @@ -6,7 +6,7 @@ language_tabs: # must be one of https://git.io/vQNgJ - javascript: JavaScript toc_footers: - - Sign up to get started hacking with Qore + - Sign up to get started. search: true @@ -292,12 +292,14 @@ await operation.fetchMore({ offset: data.nodes.length, limit: 10 }); import qoreContext from "./qoreContext"; const Component = () => { - const { data: allTasks, status, fetchMore } = qoreContext - .view("allTasks") - .useListRow({ - offset: 10, - limit: 10 - }); + const { + data: allTasks, + status, + fetchMore + } = qoreContext.view("allTasks").useListRow({ + offset: 10, + limit: 10 + }); return (