{{ allocationByCharacter[data.item.Character]?.[scene.id] }}
+
@@ -156,11 +158,13 @@ import { diff } from 'deep-object-diff';
import { useShowStore } from '@/stores/show';
import { useSystemStore } from '@/stores/system';
import { useStatsTable } from '@/composables/useStatsTable';
+import { useHoverTooltip } from '@/composables/useHoverTooltip';
import MicAutoPopulateModal from './MicAutoPopulateModal.vue';
import type { MicConflict } from '@/js/micConflictUtils';
const showStore = useShowStore();
const systemStore = useSystemStore();
+const { tooltipTarget, tooltipText, tooltipVisible, showTooltip, hideTooltip } = useHoverTooltip();
const { sortedActs, sortedScenes, numScenesPerAct, getHeaderName, getCellName } = useStatsTable();
const selectedMic = ref(null);
diff --git a/client-v3/src/components/show/config/mics/ResourceAvailability.vue b/client-v3/src/components/show/config/mics/ResourceAvailability.vue
index 0c0188b9..7f14a3ba 100644
--- a/client-v3/src/components/show/config/mics/ResourceAvailability.vue
+++ b/client-v3/src/components/show/config/mics/ResourceAvailability.vue
@@ -67,9 +67,10 @@
{{ micStatus.mic.name ?? `Mic ${micStatus.mic.id}` }}
@@ -81,11 +82,13 @@
+