* Refactor ScriptItem and Buttons components to enhance layout and integrate dropdown for links. Update InterFaces component for improved styling and structure.
* Add React Query integration and enhance component structure
- Introduced `@tanstack/react-query` for data fetching and state management.
- Added `QueryProvider` component to wrap the application with QueryClient.
- Refactored `ScriptItem` to utilize `useVersions` hook for fetching versions.
- Created `ResourceDisplay` and `VersionBadge` components for better resource representation.
- Improved layout and styling across various components, including `Alerts`, `Buttons`, and `DefaultPassword`.
- Updated `layout.tsx` to include the new `QueryProvider` for global state management.
* Remove bun.lock file to streamline dependency management and prevent potential conflicts.
* Update dependencies in package.json and package-lock.json
- Removed `@vercel/analytics` from dependencies.
- Upgraded `vitest` and related packages to version `3.1.1`.
- Updated various packages to their latest versions for improved performance and compatibility.
- Adjusted Node.js engine requirements to support newer versions.
* Update dependencies in package.json and package-lock.json
- Upgraded various Radix UI components to their latest versions for improved functionality and performance.
- Updated `chart.js`, `class-variance-authority`, `cmdk`, `framer-motion`, `fuse.js`, `nuqs`, `pocketbase`, and other packages to their latest versions.
- Enhanced TypeScript and ESLint packages for better type checking and linting capabilities.
- Updated Tailwind CSS and related plugins for improved styling and utility classes.
- Adjusted Node.js engine requirements in several packages to support newer versions.
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 />`.
* [Frontend] Add /data to show API results
* [Frontend] Add /data to show API results
* update page.tsx
* update page.tsx
* update page.tsx
* update page.tsx
* Enhance Tooltip component by adding CircleHelp icon and adjusting layout. Updated TooltipContent max width for better display.
* Refactor ScriptItem and InstallCommand components to improve conditional rendering based on item type. Updated text to clarify usage instructions for 'misc' type scripts.
* Refactor Buttons component to use a ButtonLink for cleaner code, simplifying the source URL generation and layout
* Refactor DefaultPassword component to simplify credential handling and enhance code readability with map function
* Refactor DefaultSettings component to improve resource display logic and enhance readability using a new ResourceDisplay subcomponent
* Fix AlertColors info style in site config for consistent dark mode appearance
* Enhance alert icon display in Alerts component for improved clarity with new icons
* Remove unused icon import in Alerts component to streamline icon usage and improve code clarity
* Update mariadb.json
* Update vaultwarden.json
* Update vaultwarden.json
* Update keycloak.json
* Update json/keycloak.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Update mariadb.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Add canonical link to layout for improved SEO and page indexing
* Fix image source fallback for script logos to use a consistent relative path
* Fix image source for script logos across components to consistently use the "/ProxmoxVE/logo.png" path
* Update image source for script logos to use basePath for consistent paths across all components
* Fix image source for script logos to ensure leading slash is consistent for all components' paths
* Add JSON generator component with validation and UI elements for managing scripts, categories, and installation methods
* Add calendar and label components; enhance JSON generator with date selection and script path updates for installation methods
* Enhance Alerts component with dynamic colored notes using AlertColors from config for better visibility and consistency
* Remove MultiSelect component
* Update JSON generator: streamline install methods, enhance note type selection, and refine button behavior for better UX
* Refactor AlertColors: unify warning and danger styles for consistency and improved visual hierarchy in alerts
* Enhance JSONGenerator: improve SelectItem layout with color indicators for better visual representation of alert types
* Refactor JSON schema definitions in JSONGenerator: separate InstallMethod and Note schemas for better structure and readability
* Fix JSONGenerator: streamline SelectItem markup and enhance JSON display layout for improved readability and user experience
* Refactor JSON schema handling: move schema definitions to separate file
* Enhance error handling in JSONGenerator: display Zod validation errors on user input for better feedback and debugging
* Export InstallMethodSchema and integrate into JSONGenerator for better validation of install method data input
* Add Categories and Note components to JSONGenerator for better organization and modularity in the JSON editing interface
* Remove unused imports
* Add JSON Editor route to sitemap for improved SEO and navigation
* Refactor JSON Editor components to improve performance with memoization and streamline state updates with useCallback
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Update mariadb.json
* Update vaultwarden.json
* Update vaultwarden.json
* Update keycloak.json
* Update json/keycloak.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Update mariadb.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Add canonical link to layout for improved SEO and page indexing
* Fix image source fallback for script logos to use a consistent relative path
* Fix image source for script logos across components to consistently use the "/ProxmoxVE/logo.png" path
* Update image source for script logos to use basePath for consistent paths across all components
* Fix image source for script logos to ensure leading slash is consistent for all components' paths
* Add JSON generator component with validation and UI elements for managing scripts, categories, and installation methods
* Add calendar and label components; enhance JSON generator with date selection and script path updates for installation methods
* Enhance Alerts component with dynamic colored notes using AlertColors from config for better visibility and consistency
* Remove MultiSelect component
* Update JSON generator: streamline install methods, enhance note type selection, and refine button behavior for better UX
* Refactor AlertColors: unify warning and danger styles for consistency and improved visual hierarchy in alerts
* Enhance JSONGenerator: improve SelectItem layout with color indicators for better visual representation of alert types
* Refactor JSON schema definitions in JSONGenerator: separate InstallMethod and Note schemas for better structure and readability
* Fix JSONGenerator: streamline SelectItem markup and enhance JSON display layout for improved readability and user experience
* Refactor JSON schema handling: move schema definitions to separate file
* Enhance error handling in JSONGenerator: display Zod validation errors on user input for better feedback and debugging
* Export InstallMethodSchema and integrate into JSONGenerator for better validation of install method data input
* Add Categories and Note components to JSONGenerator for better organization and modularity in the JSON editing interface
* Remove unused imports
* Add JSON Editor route to sitemap for improved SEO and navigation
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Update mariadb.json
* Update vaultwarden.json
* Update vaultwarden.json
* Update keycloak.json
* Update json/keycloak.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Update mariadb.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Add canonical link to layout for improved SEO and page indexing
* Fix image source fallback for script logos to use a consistent relative path
* Fix image source for script logos across components to consistently use the "/ProxmoxVE/logo.png" path
* Update image source for script logos to use basePath for consistent paths across all components
* Fix image source for script logos to ensure leading slash is consistent for all components' paths
* Add JSON generator component with validation and UI elements for managing scripts, categories, and installation methods
* Add calendar and label components; enhance JSON generator with date selection and script path updates for installation methods
* Enhance Alerts component with dynamic colored notes using AlertColors from config for better visibility and consistency
* Remove MultiSelect component
* Update JSON generator: streamline install methods, enhance note type selection, and refine button behavior for better UX
* Refactor AlertColors: unify warning and danger styles for consistency and improved visual hierarchy in alerts
* Enhance JSONGenerator: improve SelectItem layout with color indicators for better visual representation of alert types
* Refactor JSON schema definitions in JSONGenerator: separate InstallMethod and Note schemas for better structure and readability
* Fix JSONGenerator: streamline SelectItem markup and enhance JSON display layout for improved readability and user experience
* Refactor JSON schema handling: move schema definitions to separate file
* Enhance error handling in JSONGenerator: display Zod validation errors on user input for better feedback and debugging
* Export InstallMethodSchema and integrate into JSONGenerator for better validation of install method data input
* Add Categories and Note components to JSONGenerator for better organization and modularity in the JSON editing interface
* Remove unused imports
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>