From b8be23ee99f47c89d9c9f4ce508b940efc88b1ca Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 18 Jun 2024 17:11:24 +0100 Subject: feat(gui): add activity calendar to the homepage (#2160) * feat(gui): add activity calendar to the homepage * localise week start --- ui/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/package.json') 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", -- cgit v1.3.1