litecloud/.gitignore
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

32 lines
660 B
Plaintext

# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
Cargo.lock
**/*.rs.bk
*.pdb
# ---> Dart
# See https://www.dartlang.org/guides/libraries/private-files
# Files and directories created by pub
frontend/node_modules/
# Ignora file e cartelle Node.js nella sottocartella frontend
/frontend/node_modules/
/frontend/dist/
/frontend/build/
/frontend/.next/
/frontend/.turbo/
/frontend/.cache/
/frontend/.eslintcache
/frontend/npm-debug.log*
/frontend/yarn-debug.log*
/frontend/yarn-error.log*
/frontend/pnpm-debug.log*
/frontend/package-lock.json
/frontend/yarn.lock
/frontend/pnpm-lock.yaml
/frontend/.env
/frontend/.env.*