feat(ql3): add bounded panel bootstrap

This commit is contained in:
whyour
2026-09-02 11:30:42 +08:00
parent 83966a1287
commit 882ce07d7e
20 changed files with 1095 additions and 134 deletions
@@ -230,6 +230,18 @@ test('fails closed for detached pins, unsupported triggers, invalid budgets and
},
},
});
assert.deepEqual(
await route.handle({
projectId: 'default',
page: 4,
size: 20,
maximumRows: 64,
}),
{
statusCode: 200,
body: { code: 200, data: { data: [], total: 0 } },
},
);
assert.equal(
(
await route.handle({