Skip to content

Modal and select component fixes #13406

Modal and select component fixes

Modal and select component fixes #13406

Triggered via pull request July 6, 2024 21:08
Status Failure
Total duration 1m 23s
Artifacts

push.yaml

on: pull_request
changes
3s
changes
Matrix: check-gitbutler-cli
Matrix: check-gitbutler-core
Matrix: check-gitbutler-git
Matrix: check-gitbutler-tauri
Matrix: check-gitbutler-watcher
rust-lint
0s
rust-lint
check-rust-windows
0s
check-rust-windows
check-rust
2s
check-rust
Fit to window
Zoom out
Zoom in

Annotations

12 errors
check-node
@gitbutler/app#check: command (/home/runner/work/gitbutler/gitbutler/app) /home/runner/setup-pnpm/node_modules/.bin/pnpm run check exited (1)
check-node
Process completed with exit code 1.
lint-node
//#globallint: command (/home/runner/work/gitbutler/gitbutler/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run globallint exited (1)
lint-node: app/src/lib/branch/BranchLaneContextMenu.svelte#L8
`$lib/select/Select.svelte` import should occur after import of `svelte`
lint-node: app/src/lib/branch/BranchLaneContextMenu.svelte#L8
Unable to resolve path to module '$lib/select/Select.svelte'
lint-node: app/src/lib/branch/BranchLaneContextMenu.svelte#L9
`$lib/select/SelectItem.svelte` import should occur after import of `svelte`
lint-node: app/src/lib/branch/BranchLaneContextMenu.svelte#L9
Unable to resolve path to module '$lib/select/SelectItem.svelte'
lint-node: app/src/lib/components/AIPromptSelect.svelte#L4
`$lib/select/Select.svelte` import should occur after type import of `$lib/persisted/persisted`
lint-node: app/src/lib/components/AIPromptSelect.svelte#L4
Unable to resolve path to module '$lib/select/Select.svelte'
lint-node: app/src/lib/components/AIPromptSelect.svelte#L5
`$lib/select/SelectItem.svelte` import should occur after type import of `$lib/persisted/persisted`
lint-node: app/src/lib/components/AIPromptSelect.svelte#L5
Unable to resolve path to module '$lib/select/SelectItem.svelte'
lint-node: app/src/lib/components/BaseBranchSwitch.svelte#L5
`$lib/select/Select.svelte` import should occur after import of `$lib/vbranches/virtualBranch`