Conversation
# Conflicts: # packages/web/src/features/terminal-panel/views/shared/xterm-host.tsx
- Add comprehensive error handling and user feedback for paste operation - Display toast notifications for clipboard errors, permission issues, and empty clipboard - Reduce spacing in mobile terminal input bar to prevent overflow - Adjust gap, padding values to fit all buttons within screen width
- Add hidden textarea as fallback when Clipboard API unavailable - Improve error handling: throw exceptions instead of silent failures - Show user-friendly toast prompts guiding manual paste operation - Add translations for paste error/fallback messages (en/zh) - Automatically send pasted text to terminal from textarea input - Handle non-HTTPS, older browsers, and permission restrictions gracefully
- Replace hidden textarea with visible modal dialog - Show clear paste dialog when Clipboard API unavailable - Add textarea input with placeholder text for manual paste - Provide Cancel and Send buttons for user control - Add comprehensive CSS styling for paste dialog overlay - Update translations with dialog title and placeholder (en/zh) - Remove confusing "paste in text area" toast notification - Improve user experience with explicit visual feedback
# Conflicts: # packages/web/src/features/notifications/toast-container.tsx # packages/web/src/features/workspace/views/mobile/mobile-workspace-drawer.test.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification