feat(desktop): edit the selection with inline AI #832
ci.yml
on: pull_request
lint
1m 39s
test
1m 12s
typecheck
1m 43s
e2e
1m 7s
security
38s
bundle-size
34s
Annotations
11 warnings
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
apps/desktop/src/renderer/pages/settings/ai/ProviderMark.tsx#L1
`./providers` type import should occur after import of `@lobehub/icons-static-svg/icons/ollama.svg`
|
|
lint:
apps/desktop/src/renderer/main.tsx#L6
There should be no empty line between import groups
|
|
lint:
apps/desktop/src/renderer/components/sync/EnableSyncSteps.tsx#L3
`./SaveToOnePasswordButton` import should occur after import of `../../utils/passphrase`
|
|
lint:
apps/desktop/src/renderer/components/sync/EnableSyncSteps.tsx#L2
`./PassphraseCreateForm` import should occur after import of `../../utils/passphrase`
|
|
lint:
apps/desktop/src/renderer/components/sync/EnableSyncModal.tsx#L15
`../../utils/passphrase` import should occur after import of `@dripnex/product-config`
|
|
lint:
apps/desktop/src/renderer/components/sync/EnableSyncModal.tsx#L14
`./PassphraseCreateForm` import should occur after import of `../../contexts/LicenseContext`
|
|
lint:
apps/desktop/src/renderer/components/auth/AuthGate.tsx#L5
`../../assets/logo.png` import should occur before import of `./LoginBackdrop`
|
|
lint:
apps/desktop/src/main/services/__tests__/tokenStorage.test.ts#L5
There should be no empty line between import groups
|
|
lint:
apps/desktop/src/main/services/__tests__/tokenStorage.test.ts#L1
`vitest` import should occur after import of `fs`
|
|
lint:
apps/desktop/src/main/ai/__tests__/ipc-ai.test.ts#L3
There should be no empty line between import groups
|