@ -33,6 +33,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . createWorkspace ( )
props . createWorkspace ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' , 'desktop' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "clone"
kind = "clone"
@ -42,6 +43,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . cloneGitRepository ( )
props . cloneGitRepository ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' , 'desktop' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "rename"
kind = "rename"
@ -51,6 +53,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . renameCurrentWorkspace ( )
props . renameCurrentWorkspace ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "download"
kind = "download"
@ -60,6 +63,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . downloadCurrentWorkspace ( )
props . downloadCurrentWorkspace ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "delete"
kind = "delete"
@ -69,6 +73,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . deleteCurrentWorkspace ( )
props . deleteCurrentWorkspace ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< Dropdown.Divider className = "border mb-0 mt-0 remixui_menuhr" style = { { pointerEvents : 'none' } } / >
< Dropdown.Divider className = "border mb-0 mt-0 remixui_menuhr" style = { { pointerEvents : 'none' } } / >
< HamburgerMenuItem
< HamburgerMenuItem
@ -79,6 +84,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . deleteAllWorkspaces ( )
props . deleteAllWorkspaces ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "backup"
kind = "backup"
@ -88,6 +94,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . downloadWorkspaces ( )
props . downloadWorkspaces ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "restore"
kind = "restore"
@ -97,6 +104,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . restoreBackup ( )
props . restoreBackup ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< Dropdown.Divider className = "border mt-0 mb-0 remixui_menuhr" style = { { pointerEvents : 'none' } } / >
< Dropdown.Divider className = "border mt-0 mb-0 remixui_menuhr" style = { { pointerEvents : 'none' } } / >
< HamburgerMenuItem
< HamburgerMenuItem
@ -107,6 +115,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . addGithubAction ( )
props . addGithubAction ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' , 'desktop' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "tssoltestghaction"
kind = "tssoltestghaction"
@ -116,6 +125,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . addTsSolTestGithubAction ( )
props . addTsSolTestGithubAction ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' , 'desktop' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "slitherghaction"
kind = "slitherghaction"
@ -125,6 +135,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . addSlitherGithubAction ( )
props . addSlitherGithubAction ( )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' , 'desktop' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< Dropdown.Divider className = "border mb-0 mt-0 remixui_menuhr" style = { { pointerEvents : 'none' } } / >
< Dropdown.Divider className = "border mb-0 mt-0 remixui_menuhr" style = { { pointerEvents : 'none' } } / >
< HamburgerMenuItem
< HamburgerMenuItem
@ -135,6 +146,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . addHelperScripts ( 'etherscan' )
props . addHelperScripts ( 'etherscan' )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' , 'desktop' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< HamburgerMenuItem
< HamburgerMenuItem
kind = "addscriptdeployer"
kind = "addscriptdeployer"
@ -144,6 +156,7 @@ export function HamburgerMenu(props: HamburgerMenuProps) {
props . addHelperScripts ( 'deployer' )
props . addHelperScripts ( 'deployer' )
props . hideIconsMenu ( ! showIconsMenu )
props . hideIconsMenu ( ! showIconsMenu )
} }
} }
platforms = { [ 'web' , 'desktop' ] }
> < / HamburgerMenuItem >
> < / HamburgerMenuItem >
< / >
< / >
)
)