summaryrefslogtreecommitdiff
path: root/frontend/lib/storage.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix: check disk usage of blobs directory instead of rootdiogo4642025-08-141-2/+2
| | | | | | | | | - Change df command to target FCTDRIVE_PATH/blobs for more accurate disk usage - This provides better storage metrics for the actual blob storage location 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* frontend: require FCTDRIVE_PATH env vardiogo4642025-08-131-1/+2
|
* Create shared storage utility functiondiogo4642025-08-131-0/+66
- Extract storage data fetching logic into reusable lib/storage.ts - Export StorageData interface and fetchStorageData function - Maintain 10-second caching behavior - Enable direct function calls instead of HTTP requests during SSR 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>