Skip to content

Update Sidebar UI #9749

Update Sidebar UI

Update Sidebar UI #9749

Triggered via pull request September 20, 2024 06:29
Status Cancelled
Total duration 1m 6s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
typecheck
Canceling since a higher priority waiting request for 'Test-3457' exists
typecheck
The operation was canceled.
lint
Canceling since a higher priority waiting request for 'Test-3457' exists
lint
The operation was canceled.
test
Canceling since a higher priority waiting request for 'Test-3457' exists
test
The operation was canceled.
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L8
All imports in the declaration are only used as types. Use `import type`
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L12
There should be no empty line within import group
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L14
`../spreadsheet` import should occur after import of `../common/View`
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L15
There should be no empty line within import group
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L15
`../sort` import should occur after import of `../common/View`
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L18
There should be at least one empty line between import groups
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L40
'isDragging' is assigned a value but never used. Allowed unused vars must match /^(_|React)/u
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L54
'c' is never reassigned. Use 'const' instead
lint: packages/desktop-client/src/components/sidebar/AccountGroup.tsx#L54
Replace `(collapsed·?·{·...collapsed·}·:·{})` with `collapsed·?·{·...collapsed·}·:·{}`