Signed-off-by: dusk y.bera003.06@protonmail.com
Monorepo for Tangled โ https://tangled.org
appview: implement pagination for pipelines index #521
closed
opened by
expand 1 commit
hide 1 commit
appview: implement pagination for pipelines index
Signed-off-by: dusk <y.bera003.06@protonmail.com>
expand 1 commit
hide 1 commit
appview: implement pagination for pipelines index
Signed-off-by: dusk <y.bera003.06@protonmail.com>
expand 1 commit
hide 1 commit
appview: implement pagination for pipelines index
Signed-off-by: dusk <y.bera003.06@protonmail.com>
expand 1 commit
hide 1 commit
appview: implement pagination for pipelines index
Signed-off-by: dusk <y.bera003.06@protonmail.com>
on the whole this looks good,
FilterBetween("row_num"...)is a bit magic because it is not possible to tell at a glance thatrow_numis a column ofpipelines, but until we land on a good mechanism for a generic interface for paginating db responses, this is perfect.thanks for working on this!