You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add copy-to-clipboard button for table cells
- Add CopyButton component with PatternFly icons (CopyIcon/CheckIcon)
- Automatically detects copyable columns (id, name, url, email, cluster)
- Shows on row hover with smooth animations
- Visual feedback: icon changes and animates on successful copy
- Includes CSS for hover states, transitions, and success animation
- Uses modern Clipboard API with error handling
- Non-intrusive UX: hidden until hover, doesn't interfere with row clicks
Tested in OCM Genie POC with cluster IDs, names, and URLs.
0 commit comments