summaryrefslogtreecommitdiff
path: root/frontend/app/api/storage
Commit message (Collapse)AuthorAgeFilesLines
* Refactor storage API to use shared utilitydiogo4642025-08-131-66/+1
| | | | | | | | | | - Import fetchStorageData from lib/storage instead of duplicating logic - Simplify API route by removing duplicate implementation - Maintain same API response format 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Implement real-time storage usage UI with two-color progress bardiogo4642025-08-131-0/+80
- Add /api/storage endpoint that fetches live data from fctdrive drive-size and df commands - Implement 10-second caching to avoid excessive system calls - Create StorageUsage component with two-color bar showing active drive usage vs total disk usage - Update drive pages to fetch and pass storage data server-side - Replace hardcoded storage values with real system data - Display active drive usage (blue), other disk usage (gray), and available space 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>