initial attempt with pwa

This commit is contained in:
Chris Kruining 2024-10-29 13:33:01 +01:00
parent ddf4519f41
commit b27abe928d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
16 changed files with 382 additions and 220 deletions

View file

@ -11,7 +11,7 @@ interface ContextMenuType {
const ContextMenu = createContext<ContextMenuType>()
const Root: ParentComponent<{ commands: CommandType[] }> = (props) => {
const Root: ParentComponent<{ commands: CommandType<any[]>[] }> = (props) => {
const [target, setTarget] = createSignal<HTMLElement>();
const context = {