Make modals work, if not elegantly #6
Annotations
14 errors and 2 warnings
test (ubuntu-latest):
src/main/main.ts#L12
'ipcMain' is defined but never used
|
test (ubuntu-latest):
src/main/main.ts#L86
Insert `⏎······`
|
test (ubuntu-latest):
src/main/main.ts#L87
Insert `,⏎····`
|
test (ubuntu-latest):
src/renderer/AppConsole.tsx#L5
Replace `(⏎····<div·className="AppConsole">Console</div>⏎··)` with `<div·className="AppConsole">Console</div>`
|
test (ubuntu-latest):
src/renderer/ConnectionConfig.tsx#L11
Missing an explicit type attribute for button
|
test (ubuntu-latest):
src/renderer/ConnectionConfig.tsx#L11
Insert `⏎·······`
|
test (ubuntu-latest):
src/renderer/ConnectionConfig.tsx#L12
Replace `··onClick={()·=>·dispatch(modalActions.setActive(Modals.ConnectionConfig))}` with `onClick={()·=>⏎··········dispatch(modalActions.setActive(Modals.ConnectionConfig))⏎········}⏎······`
|
test (ubuntu-latest):
src/renderer/DeviceInfo.tsx#L7
Replace `(⏎····<div·className="DeviceInfo">Device·info</div>⏎··)` with `<div·className="DeviceInfo">Device·info</div>`
|
|
test (ubuntu-latest):
src/renderer/ResizeBar.tsx#L11
Replace `(state:·State)·=>⏎····(state.editor.layoutInfo.resizeInitialXPos·!==·-1)` with `⏎····(state:·State)·=>·state.editor.layoutInfo.resizeInitialXPos·!==·-1,⏎··`
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
test (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (ubuntu-latest):
src/renderer/store/modalSlice.tsx#L19
Unexpected console statement
|