mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-30 19:33:30 -04:00
- Introduced a `format_bytes` function in the CLI to improve byte size formatting for better readability in output. - Updated the `run_client_command` function to display library sizes using the new formatting function, enhancing user experience. - Added a new test target in `Package.swift` for improved testing capabilities of the Spacedrive macOS app. - Refactored various SwiftUI components to improve code clarity and maintainability, including adjustments to view modifiers and layout. - Enhanced the `ConnectivityCard` and `JobRowView` components with better state management and UI improvements for a more cohesive user experience. - Improved logging and error handling in the `DaemonConnector` and `InspectorViewModel` for better traceability and debugging.