Merge branch 'main' into feat/new-workflow-templates

This commit is contained in:
Johnpaul
2025-08-27 22:30:57 +01:00
149 changed files with 7125 additions and 815 deletions

View File

@@ -1,9 +0,0 @@
import type { InjectionKey, Ref } from 'vue'
export interface SelectionOverlayState {
visible: Readonly<Ref<boolean>>
updateCount: Readonly<Ref<number>>
}
export const SelectionOverlayInjectionKey: InjectionKey<SelectionOverlayState> =
Symbol('selectionOverlayState')