parseablehq / console

Frontend Client for Parseable. Parseable is a cloud native log storage and management for Kubernetes, containerised workloads
https://parseable.com
GNU Affero General Public License v3.0
25 stars 35 forks source link

Changes to copy button #332

Closed Koustavd18 closed 1 month ago

Koustavd18 commented 1 month ago

Description The copy button is visible when a cell is empty in the logs view. For in-secure context(HTTP) copy button is visible even though the clipboard is not accessible.

FIXES

balaji-jr commented 1 month ago
  1. And we also need to handle the pop-up opening up on the right when selecting text.
  2. The same logic is required and should be implemented everywhere else. (Log info popup, stream info section etc ...)
balaji-jr commented 1 month ago

As previously mentioned in https://github.com/parseablehq/console/pull/332#issuecomment-2382359993,

These 2 things are still not addressed.