Windows Menu Support #50
Annotations
10 errors and 3 warnings
|
ci:
app/components/Menu/MenuDropdown.tsx#L48
Inline style: { zIndex: 'isSubmenu ? 10001 : 10000' }
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L48
Replace `········{·left:·position.x,·top:·position.y,·zIndex:·isSubmenu·?·10001·:·10000·}` with `··········{·left:·position.x,·top:·position.y,·zIndex:·isSubmenu·?·10001·:·10000·},`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L47
Insert `··`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L46
Insert `··`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L45
Replace `····` with `······`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L44
Insert `⏎····`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L41
Replace `items.find(item·=>·!isSeparator(item)·&&·item.label·===·openSubmenu)·as·DropdownMenuItem·|·undefined` with `(items.find((item)·=>·!isSeparator(item)·&&·item.label·===·openSubmenu)·as⏎········|·DropdownMenuItem⏎········|·undefined)`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L30
Replace `⏎····`${isSubmenu·?·'submenu'·:·'dropdown'}-${getUUID()}`⏎··` with ``${isSubmenu·?·"submenu"·:·"dropdown"}-${getUUID()}``
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L24
Replace `⏎··items,⏎··position,⏎··onItemPress,⏎··isSubmenu,⏎` with `·items,·position,·onItemPress,·isSubmenu·`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L1
'TextStyle' is defined but never used
|
|
ci:
app/utils/useMenuItem.tsx#L97
'windowsMenuItems' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
ci:
app/components/Menu/useMenuPositioning.ts#L24
'screenSize' is defined but never used. Allowed unused args must match /^_/u
|
|
ci:
app/components/Menu/useMenuPositioning.ts#L24
'menuSize' is defined but never used. Allowed unused args must match /^_/u
|