| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: check disk usage of blobs directory instead of root | diogo464 | 2025-08-14 | 1 | -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 var | diogo464 | 2025-08-13 | 1 | -1/+2 |
| | | |||||
| * | Create shared storage utility function | diogo464 | 2025-08-13 | 1 | -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]> | |||||
