9 Commits

Author SHA1 Message Date
Jonathan Atta
748e589159 feat: implement web mode for process detail fetching and management, enhance server routing for SPA 2026-03-12 09:29:37 +01:00
Jonathan Atta
3ad8bf68a4 feat: add network connections and SM utilization to process metrics 2026-03-11 18:46:36 +01:00
Jonathan Atta
d58003feb7 feat: enhance metrics collection with disk and network I/O rates, and update frontend to display new data 2026-03-11 18:10:28 +01:00
Jonathan Atta
29e8f9b887 feat: implement headless server mode with API endpoints for metrics and process management 2026-03-11 17:51:12 +01:00
Jonathan Atta
e7c8e66889 feat: add PID column to GPU processes table for better identification 2026-03-11 17:31:44 +01:00
Jonathan Atta
9ec6b4763c feat: add search functionality for processes and improve pagination controls 2026-03-11 17:28:42 +01:00
Jonathan Atta
c2aecae867 feat: add GetManPage function and integrate parent process name in ProcessDetail 2026-03-11 17:26:51 +01:00
Jonathan Atta
9ba9b80b8b feat: add Card and Progress components, utility functions, and improve styles
- Introduced Card component with CardHeader, CardTitle, and CardContent subcomponents for better UI structure.
- Added Progress component to visually represent progress with customizable thresholds.
- Created utility function `cn` for conditional class names using clsx and tailwind-merge.
- Updated styles to integrate Tailwind CSS and improved base styles for better consistency.
- Configured Tailwind CSS for dark mode and extended theme with custom fonts and animations.
- Added TypeScript configuration for better type safety and module resolution.
- Enhanced Vite configuration with path aliasing for cleaner imports.
- Updated Wails backend definitions to include new process detail and GPU process info structures.
2026-03-11 17:09:25 +01:00
Jonathan Atta
17beab746e feat: add Wails runtime library and initial application setup
- Created package.json for Wails JavaScript runtime library.
- Added TypeScript definitions for runtime functions.
- Implemented runtime.js with event handling and logging functions.
- Initialized Go module with dependencies for Wails and other libraries.
- Added main.go for application entry point and asset embedding.
- Configured wails.json for application settings and build commands.
2026-03-11 17:06:52 +01:00