summaryrefslogtreecommitdiff
path: root/frontend/lib/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement history page with real data from Drive_log APIdiogo4642025-08-111-0/+8
| | | | | | | | | | | | | | | - Removed v0 generated HistoryEntry type and mock data - Updated HistoryView to use DriveLogEntry from our Drive_log API - Added proper loading and error states - Reversed log output to show latest entries first (as requested) - Added formatFileSize utility function to utils.ts and used it for file sizes - Updated action types and badges to match actual drive log actions - Convert Unix timestamps to proper date formatting - Show real user emails, file paths, and file sizes from actual drive log 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* basic v0 ui workingdiogo4642025-08-111-25/+4
|
* snapshotdiogo4642025-08-111-1/+2
|
* snapshotdiogo4642025-08-111-0/+26