Selfhosted cloud solution based on Rust and postgresql. uses flutter for the web interface
Go to file
Mercurio 2cf335c5ef feat: Add file preview functionality and enhance file handling
- Added `FilePreviewer` component to handle different file types (images, markdown, PDFs, and text).
- Integrated `react-easy-crop` for image cropping in `ImagePreview`.
- Implemented PDF viewing with pagination using `react-pdf`.
- Updated `FilesComponent` to support file previews and downloads.
- Refactored API calls to use a centralized `apiCall` function for better token management.
- Enhanced `Login` and `Register` components to utilize the new API client.
- Removed unused theme toggle functionality from `SettingsComponent`.
- Improved shared files display in `ShareComponent` with a table layout.
- Added error handling and loading states for file operations.
- Updated dependencies in `package.json` for new features.
2025-06-07 23:36:20 +02:00
api feat: Add file preview functionality and enhance file handling 2025-06-07 23:36:20 +02:00
frontend feat: Add file preview functionality and enhance file handling 2025-06-07 23:36:20 +02:00
.gitignore feat: Add file preview functionality and enhance file handling 2025-06-07 23:36:20 +02:00
docker-compose.yml refactor: update docker-compose configuration and remove unused .env file 2025-06-02 15:51:49 +02:00
Dockerfile Update Dockerfile 2025-06-02 15:40:52 +02:00
LICENSE Initial commit 2025-05-28 22:31:39 +02:00
README.md Initial commit 2025-05-28 22:31:39 +02:00

litecloud

Selfhosted cloud solution based on Rust and postgresql. uses flutter for the web interface