ProxmoxVE/frontend/src
Scott Callaway 4cad868175
feat: use HTML button element for copying to clipboard (#2720)
It's much more semantic to use the `<button />` HTML component rather
than trying to build the same functionality out of a `<div />` so that's
what is updated here.

This also updates some of the classes that were on the button as they're
no longer required and removes some commented out code that doesn't need
to be left around.

There was also a `<span />` with the contents "Copy" that I couldn't
work out when it was meant to be displayed, so I swapped that over to an
HTML tooltip on the `<button />`.
2025-02-27 19:04:03 +01:00
..
__tests__ Add vitest, add json validation tests, fix broken json files (#566) 2024-11-28 15:50:40 +01:00
app Add basic pagination (#2715) 2025-02-27 15:56:56 +01:00
components feat: use HTML button element for copying to clipboard (#2720) 2025-02-27 19:04:03 +01:00
config Refactor ScriptInfoBlocks and siteConfig to properly show the most populair scripts (#1697) 2025-01-23 17:36:57 +01:00
lib Add vitest, add json validation tests, fix broken json files (#566) 2024-11-28 15:50:40 +01:00
styles fix: note component in json-editor getting out of focus when typing and revert theme switch animation (#706) 2024-12-06 21:12:35 +01:00