Skip to content

feat: add terminal output copy to clipboard action component #112#156

Open
prakshithamalla-art wants to merge 2 commits into
siddu-k:mainfrom
prakshithamalla-art:feature-copy-terminal
Open

feat: add terminal output copy to clipboard action component #112#156
prakshithamalla-art wants to merge 2 commits into
siddu-k:mainfrom
prakshithamalla-art:feature-copy-terminal

Conversation

@prakshithamalla-art
Copy link
Copy Markdown
Contributor

Feature Implemented

Integrates a dedicated terminal output clipboard utility component inside the active console management bar, allowing users to clone extensive logging trails straight into system memory with a single click.

Technical Details

  • Injected action controller node #btn-copy-terminal alongside custom page-overlay clipboard inline graphics inside ui/index.html.
  • Attached an asynchronous event handler inside the primary bindEvents() structure to extract .innerText logging sequences dynamically from #terminal-body in ui/app.js.
  • Integrated secure asynchronous system clipboard tracking calls using the navigator.clipboard.writeText() browser channel API.
  • Implemented responsive conditional interface notification confirmation toasts referencing the system's underlying showNotification and notify fallback indicators.

Closes #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Terminal Output "Copy to Clipboard" Action Component

2 participants