Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(clipboard): integrate arboard for clipboard handling #660

Merged
merged 6 commits into from
Dec 15, 2024

Conversation

sarub0b0
Copy link
Owner

@sarub0b0 sarub0b0 commented Dec 1, 2024

No description provided.

- Refactor Clipboard struct to use arboard::Clipboard internally
- Update Clipboard::new to accept arboard::Clipboard instance
- Implement Debug trait for Clipboard
- Modify Render to initialize Clipboard with arboard::Clipboard
- Pass Clipboard instance to WindowInit and use it in tabs_dialogs
@sarub0b0 sarub0b0 linked an issue Dec 1, 2024 that may be closed by this pull request
- Disabled default features for arboard
- Enabled wayland-data-control feature for arboard
- Removed unused dependencies from Cargo.lock
- Added new dependencies to Cargo.lock
- Removed clipboard initialization from render.rs
- Removed clipboard field from WindowInit struct
- Updated tabs_dialogs method to create clipboard instance
- Added error handling for clipboard creation
- Updated arboard dependency to version 3.4.1 in Cargo.toml
- Ensured compatibility with the latest features and fixes
@sarub0b0 sarub0b0 changed the title feat(clipboard): integrate arboard for clipboard handling chore(clipboard): integrate arboard for clipboard handling Dec 15, 2024
@sarub0b0 sarub0b0 enabled auto-merge December 15, 2024 13:44
@sarub0b0 sarub0b0 merged commit a3c2220 into main Dec 15, 2024
1 check passed
@sarub0b0 sarub0b0 deleted the 652-improve-clipboard branch December 15, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improvements for logs
1 participant