diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-18 17:11:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-18 17:11:24 +0100 |
| commit | b8be23ee99f47c89d9c9f4ce508b940efc88b1ca (patch) | |
| tree | ad5ba50590f0cdb11b2ea4540795ced931ee7c30 /ui/package.json | |
| parent | feat(tui): configurable prefix character (#2157) (diff) | |
| download | atuin-b8be23ee99f47c89d9c9f4ce508b940efc88b1ca.zip | |
feat(gui): add activity calendar to the homepage (#2160)
* feat(gui): add activity calendar to the homepage
* localise week start
Diffstat (limited to 'ui/package.json')
| -rw-r--r-- | ui/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json index 11726aa4..bd0b17b9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,8 +32,10 @@ "prism-react-renderer": "^2.3.1", "prismjs": "^1.29.0", "react": "^18.3.1", + "react-activity-calendar": "^2.2.10", "react-dom": "^18.3.1", "react-spinners": "^0.13.8", + "react-tooltip": "^5.27.0", "react-window": "^1.8.10", "react-window-infinite-loader": "^1.0.9", "recharts": "^2.12.7", |
