Skip to content

Tags: psalias2006/gpu-hot

Tags

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/compact view single server (#63)

* compact view on a single server with multiple gpus

* update the unit tests for frontend

---------

Co-authored-by: Panos <>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/total vram (#62)

* total vram on the overview page

* total vram on the overview page

* minor bugfixes

* test: introduce pytest and Vitest unit tests

- Backend: API, config, handlers, monitor, hub, metrics, NVML utilities
- Frontend: chart config/manager, GPU cards, UI tabs, WebSocket helpers, app.js

* update the version 1.8.0

---------

Co-authored-by: Panos <>

v1.7.3

Toggle v1.7.3's commit message
update png

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(handlers): avoid "Set changed size during iteration" in monitor l…

…oop (#57)

Iterate over list(connections) when broadcasting so the set is not
modified during iteration when a client disconnects.

Co-authored-by: Panos <>

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/UI fixes (#54)

* fix wide screens, update the demo to be more realistic

* update the colors

---------

Co-authored-by: Panos <>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/redesign (#53)

## Summary

- Redesigned the dashboard with a sidebar-based layout, replacing the old flat single-page structure
- Split monolithic `styles.css` into modular CSS: `tokens.css`, `layout.css`, `components.css`
- Added primary/secondary metric hierarchy with visual weight for the detail view
- Added chart drawer for click-to-expand correlation analysis between metrics
- Enhanced single-GPU overview on the All page

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add star prompt. Overengineered a "please star us" popup with live Gi…

…tHub API, progress bars, and graceful degradation because why not (#50)

Co-authored-by: Panos <>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/mobile (#46)

## Enhanced Chart System and Mobile Responsiveness

### Chart System Redesign
- Completely refactored chart architecture (42% code reduction)
- Pre-fill charts with historical data for instant visualization on startup
- Fixed chart glitching during tab switches and page transitions

### Visual Improvements
- Larger graphs with more space for actual data visualization
- Compact stat badges to maximize chart area
- Better spacing between charts for easier scanning
- Cleaner design with refined borders and layout

### Smart Features
- **Auto unit conversion**: PCIe stats automatically display as MB/s for values over 1000 KB/s
- **Version checker**: Shows current version and notifies about updates
- **Auto-reconnect**: WebSocket automatically reconnects after mobile lock/unlock
- **Desktop zoom**: Default 75% zoom for better overview

### Mobile Fixes
- Fixed charts not rendering on mobile devices
- Fixed GPU utilization percentage not displaying correctly
- Improved touch interactions and responsive layout

### Reliability
- Better error handling and input validation
- Improved memory management for long-running sessions
- More robust chart rendering

**Breaking Changes:** None

---

Co-authored-by: Panos <>

v1.5.6

Toggle v1.5.6's commit message
add github link

v1.5.5

Toggle v1.5.5's commit message
Add live interactive demo