feat: add resource management dashboard with charts and tables

- Implemented ResourcesView component to display Docker resource usage.
- Integrated recharts for visual representation of reclaimable resources.
- Added functionality to fetch and manage Docker images, volumes, networks, and orphan containers.
- Created reusable table components for displaying resource data.
- Included confirmation dialogs for prune and delete actions.
- Enhanced UI with Tailwind CSS for better user experience.
This commit is contained in:
SaelixCode
2026-03-04 12:48:39 -05:00
parent b3521a078b
commit eb47fe7c2e
4 changed files with 1017 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^3.7.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",