Windows Menu Support #123
Annotations
10 errors and 3 warnings
|
ci:
app/components/Menu/MenuDropdown.tsx#L43
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#L42
Insert `··`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L41
Insert `··`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L40
Replace `····` with `······`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L39
Insert `⏎····`
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L36
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#L25
Replace `⏎····`${isSubmenu·?·'submenu'·:·'dropdown'}-${getUUID()}`⏎··` with ``${isSubmenu·?·"submenu"·:·"dropdown"}-${getUUID()}``
|
|
ci:
app/components/Menu/MenuDropdown.tsx#L19
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/app.tsx#L27
Delete `⏎⏎⏎⏎`
|
|
ci:
app/utils/useSystemMenu/useSystemMenu.windows.ts#L76
'unregisterShortcut' 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
|