HelperScripts-for-ProxmoxVE/frontend/src/components
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
..
ui feat: use HTML button element for copying to clipboard (#2720) 2025-02-27 19:04:03 +01:00
ApplicationChart.tsx Add basic pagination (#2715) 2025-02-27 15:56:56 +01:00
CommandMenu.tsx Change MISC from red to green (#815) 2024-12-13 22:52:37 +01:00
Footer.tsx Website: Refactor Footer for improved layout and styling consistency (#2107) 2025-02-06 19:10:57 +01:00
handleCopy.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
Modal.tsx fix breaking ui 2025-01-30 13:48:36 +01:00
Navbar.tsx Refactor various components and configuration for mobile responsiveness. (#1679) 2025-01-22 20:36:51 +01:00
TextCopyBlock.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
theme-provider.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00