diff --git a/frontend-modern/src/components/Backups/BackupsFilter.tsx b/frontend-modern/src/components/Backups/BackupsFilter.tsx index fa6dc2a46..00421d3d7 100644 --- a/frontend-modern/src/components/Backups/BackupsFilter.tsx +++ b/frontend-modern/src/components/Backups/BackupsFilter.tsx @@ -114,7 +114,7 @@ export const BackupsFilter: Component = (props) => { - - {/* Active Indicator */} - - - Active - - diff --git a/frontend-modern/src/components/Dashboard/DashboardFilter.tsx b/frontend-modern/src/components/Dashboard/DashboardFilter.tsx index 1c08a46c2..b363e5885 100644 --- a/frontend-modern/src/components/Dashboard/DashboardFilter.tsx +++ b/frontend-modern/src/components/Dashboard/DashboardFilter.tsx @@ -1,5 +1,6 @@ import { Component, Show } from 'solid-js'; import { Card } from '@/components/shared/Card'; +import { showTooltip, hideTooltip } from '@/components/shared/Tooltip'; interface DashboardFilterProps { search: () => string; @@ -21,18 +22,17 @@ export const DashboardFilter: Component = (props) => {
{/* Search Bar */} -
+
props.setSearch(e.currentTarget.value)} - class={`w-full pl-9 pr-9 py-1.5 text-sm border border-gray-300 dark:border-gray-600 rounded-lg + class={`w-full pl-9 pr-9 py-1.5 text-sm border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-900 text-gray-800 dark:text-gray-200 placeholder-gray-400 dark:placeholder-gray-500 focus:ring-2 focus:ring-blue-500/20 focus:border-blue-500 dark:focus:border-blue-400 outline-none transition-all`} - title="Search guests or use filters like cpu>80" /> = (props) => {
+ + {/* Help Icon with Tooltip */} +
{/* Filters */} diff --git a/frontend-modern/src/components/Storage/StorageFilter.tsx b/frontend-modern/src/components/Storage/StorageFilter.tsx index d4a7b0109..7b3ce9bc3 100644 --- a/frontend-modern/src/components/Storage/StorageFilter.tsx +++ b/frontend-modern/src/components/Storage/StorageFilter.tsx @@ -107,7 +107,7 @@ export const StorageFilter: Component = (props) => { - - {/* Active Indicator */} - - - Active - -