Skip to content

Commit

Permalink
Add Activities page with lastacts tables
Browse files Browse the repository at this point in the history
  • Loading branch information
cptKNJO committed Oct 31, 2024
1 parent b77c7a9 commit 17ccce6
Show file tree
Hide file tree
Showing 8 changed files with 694 additions and 4 deletions.
8 changes: 5 additions & 3 deletions urbackupserver/www2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "tsc && vite build",
"preview": "vite preview",
"messages:extract": "lingui extract",
"format": "pnpm exec prettier . --write"
"format": "pnpm exec prettier . --write",
"test": "vitest"
},
"dependencies": {
"@fluentui/react-components": "^9.49.2",
Expand Down Expand Up @@ -41,6 +42,7 @@
"prettier": "3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"vite": "^5.2.11"
"vite": "^5.2.11",
"vitest": "^2.1.4"
}
}
}
Loading

0 comments on commit 17ccce6

Please sign in to comment.