diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-05-06 08:11:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-06 08:11:47 +0100 |
| commit | 754ddeaa8d3e3e4f3efc93d5bb22c68c31bb5c36 (patch) | |
| tree | f48fb912c2be2d08855e97ff24b6919a115c3c4f /ui/package.json | |
| parent | chore(deps): bump serde_with from 3.7.0 to 3.8.1 (#2002) (diff) | |
| download | atuin-754ddeaa8d3e3e4f3efc93d5bb22c68c31bb5c36.zip | |
feat(ui): scroll history infinitely (#1999)
* wip, history scrolls right!
* wip
* virtual scroll fucking worksssss
* paging works :)
* scroll search results now too
Diffstat (limited to 'ui/package.json')
| -rw-r--r-- | ui/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json index e3025717..98163f01 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,9 @@ "@radix-ui/react-slot": "^1.0.2", "@tailwindcss/forms": "^0.5.7", "@tanstack/react-table": "^8.15.3", + "@tanstack/react-virtual": "^3.5.0", "@tauri-apps/api": "2.0.0-beta.7", + "@tauri-apps/plugin-sql": "2.0.0-beta.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "core": "link:@tauri-apps/api/core", @@ -27,6 +29,8 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-spinners": "^0.13.8", + "react-window": "^1.8.10", + "react-window-infinite-loader": "^1.0.9", "recharts": "^2.12.4", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", |
