[PR #322] [MERGED] UI: allow copying OpenClaw scan summary text #327

Closed
opened 2026-02-15 17:16:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/322
Author: @borisolver
Created: 2/15/2026
Status: Merged
Merged: 2/15/2026
Merged by: @steipete

Base: mainHead: codex/copyable-security-scan-text


📝 Commits (1)

  • 9e33607 UI: allow copying security scan summary text

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/styles.css (+2 -1)

📄 Description

The OpenClaw scan summary (the bordered message above the “Details” dropdown) is currently not copyable because .analysis-detail-header has user-select: none.

This PR makes the summary text selectable/copyable (useful for sharing scan results, reporting issues, and audits) while keeping the “Details” toggle non-selectable.

Change: src/styles.css

Greptile Summary

Changed .analysis-detail-header from user-select: none to user-select: text to allow copying the OpenClaw scan summary text, while adding user-select: none to .analysis-detail-toggle to keep the "Details" button non-selectable.

  • Enables text selection for the summary message (useful for sharing scan results and reporting issues)
  • Prevents accidental selection of the "Details" toggle button
  • Clean, targeted fix that maintains the intended UX

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • The changes are minimal, focused, and correct. The implementation properly addresses the stated goal by making the summary text selectable while keeping the toggle button non-selectable. This is a CSS-only change with no logic modifications.
  • No files require special attention

Last reviewed commit: 9e33607

(2/5) Greptile learns from your feedback when you react with thumbs up/down!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/322 **Author:** [@borisolver](https://github.com/borisolver) **Created:** 2/15/2026 **Status:** ✅ Merged **Merged:** 2/15/2026 **Merged by:** [@steipete](https://github.com/steipete) **Base:** `main` ← **Head:** `codex/copyable-security-scan-text` --- ### 📝 Commits (1) - [`9e33607`](https://github.com/openclaw/clawhub/commit/9e336076295f9d78fb24254f43d6bfee10f1a94c) UI: allow copying security scan summary text ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/styles.css` (+2 -1) </details> ### 📄 Description The OpenClaw scan summary (the bordered message above the “Details” dropdown) is currently not copyable because `.analysis-detail-header` has `user-select: none`. This PR makes the summary text selectable/copyable (useful for sharing scan results, reporting issues, and audits) while keeping the “Details” toggle non-selectable. Change: `src/styles.css` <!-- greptile_comment --> <h3>Greptile Summary</h3> Changed `.analysis-detail-header` from `user-select: none` to `user-select: text` to allow copying the OpenClaw scan summary text, while adding `user-select: none` to `.analysis-detail-toggle` to keep the "Details" button non-selectable. - Enables text selection for the summary message (useful for sharing scan results and reporting issues) - Prevents accidental selection of the "Details" toggle button - Clean, targeted fix that maintains the intended UX <h3>Confidence Score: 5/5</h3> - This PR is safe to merge with minimal risk - The changes are minimal, focused, and correct. The implementation properly addresses the stated goal by making the summary text selectable while keeping the toggle button non-selectable. This is a CSS-only change with no logic modifications. - No files require special attention <sub>Last reviewed commit: 9e33607</sub> <!-- greptile_other_comments_section --> <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> <!-- /greptile_comment --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:56 -05:00
yindo closed this issue 2026-02-15 17:16:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#327