summaryrefslogtreecommitdiff
path: root/frontend/components
Commit message (Expand)AuthorAgeFilesLines
* feat: add footer with contact informationHEADmaindiogo4642025-08-241-0/+14
* feat: add authentication checks for upload and create folder buttonsdiogo4642025-08-242-3/+34
* frontend: improvementsdiogo4642025-08-144-74/+39
* feat: add hover tooltips to History Path columndiogo4642025-08-141-2/+5
* feat: implement file/directory move functionalitydiogo4642025-08-141-12/+80
* feat: make auth buttons full-width on mobilediogo4642025-08-141-8/+8
* feat: improve DriveLogEntry types with discriminated unionsdiogo4642025-08-141-5/+9
* feat: optimize mobile navigation and storage displaydiogo4642025-08-141-25/+25
* feat: enhance auth buttons mobile layout and make History publicdiogo4642025-08-141-19/+29
* feat: improve mobile responsiveness of drive headerdiogo4642025-08-141-3/+4
* feat: move History button next to user email in headerdiogo4642025-08-142-13/+10
* feat: make file paths clickable for create_file actions in historydiogo4642025-08-141-1/+10
* feat: add paginated history page with activity logdiogo4642025-08-142-2/+150
* fix: simplify storage UI to show only disk usagediogo4642025-08-141-25/+13
* feat: display user email next to logout buttondiogo4642025-08-141-7/+10
* fix: update logout form action to use /logout endpointdiogo4642025-08-131-5/+5
* refactor: move auth components to server-side renderingdiogo4642025-08-134-42/+64
* refactor: split auth module into separate files and fix importsdiogo4642025-08-131-1/+1
* frontend: fixed login button redirect uridiogo4642025-08-131-2/+3
* Fix checkbox TypeScript error for production builddiogo4642025-08-131-2/+3
* Update components to use shared StorageData typediogo4642025-08-133-19/+3
* Update page title from "Drive" to "FCT Drive"diogo4642025-08-131-1/+1
* Implement real-time storage usage UI with two-color progress bardiogo4642025-08-133-20/+99
* Implement path-based downloads with blob redirect systemdiogo4642025-08-131-4/+14
* Implement rename functionality using fctdrive CLIdiogo4642025-08-131-10/+41
* Add filename truncation to prevent table overflowdiogo4642025-08-131-21/+27
* Add Create Folder functionality with dialog interfacediogo4642025-08-131-0/+83
* Implement authenticated file/directory deletiondiogo4642025-08-121-10/+31
* Replace complex /api/fs with simple /api/upload endpointdiogo4642025-08-121-10/+3
* Clean up old UI code and rename V2 to Drivediogo4642025-08-123-15/+15
* Convert V2 UI to server-side data loadingdiogo4642025-08-122-681/+633
* Implement /v2 prototype UI with page-based navigationdiogo4642025-08-123-0/+911
* basic v0 ui workingdiogo4642025-08-1114-472/+908
* snapshotdiogo4642025-08-111-0/+179
* basic file uploaddiogo4642025-08-111-0/+262
* snapshotdiogo4642025-08-111-0/+31