From 754ddeaa8d3e3e4f3efc93d5bb22c68c31bb5c36 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 6 May 2024 08:11:47 +0100 Subject: feat(ui): scroll history infinitely (#1999) * wip, history scrolls right! * wip * virtual scroll fucking worksssss * paging works :) * scroll search results now too --- ui/src/global.d.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 ui/src/global.d.ts (limited to 'ui/src/global.d.ts') diff --git a/ui/src/global.d.ts b/ui/src/global.d.ts new file mode 100644 index 00000000..d97caa3a --- /dev/null +++ b/ui/src/global.d.ts @@ -0,0 +1 @@ +type Option = T | null; -- cgit v1.3.1