ProxmoxVE-CommunityScripts/frontend/src/components/ui
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
..
accordion.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
alert.tsx Add JSON Generator page for easier configuring of new metadata (#230) 2024-11-14 09:08:45 +01:00
animated-gradient-text.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
badge.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
button.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
calendar.tsx Add JSON Generator page for easier configuring of new metadata (#230) 2024-11-14 09:08:45 +01:00
card.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
code-copy-button.tsx feat: use HTML button element for copying to clipboard (#2720) 2025-02-27 19:04:03 +01:00
codeblock.tsx Use static assets instead of fetching from github (#156) 2024-11-09 20:06:54 +01:00
command.tsx fix: remove rounded styles from command primitive (#1840) 2025-01-30 08:35:10 +01:00
dialog.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
dropdown-menu.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
input.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
label.tsx Add JSON Generator page for easier configuring of new metadata (#230) 2024-11-14 09:08:45 +01:00
navigation-menu.tsx Use static assets instead of fetching from github (#156) 2024-11-09 20:06:54 +01:00
number-ticker.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
particles.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
popover.tsx Add JSON Generator page for easier configuring of new metadata (#230) 2024-11-14 09:08:45 +01:00
select.tsx Add JSON Generator page for easier configuring of new metadata (#230) 2024-11-14 09:08:45 +01:00
separator.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
sheet.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
sonner.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
star-on-github-button.tsx Use static assets instead of fetching from github (#156) 2024-11-09 20:06:54 +01:00
switch.tsx Add JSON Generator page for easier configuring of new metadata (#230) 2024-11-14 09:08:45 +01:00
table.tsx feat: enhance DataFetcher with better UI components and add reactive data fetching intervals (#1901) (#1902) 2025-01-31 14:09:28 +01:00
tabs.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00
textarea.tsx Add JSON Generator page for easier configuring of new metadata (#230) 2024-11-14 09:08:45 +01:00
theme-toggle.tsx Use static assets instead of fetching from github (#156) 2024-11-09 20:06:54 +01:00
tooltip.tsx merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00