Skip to content

fix(ui): add pointer cursors to interactive controls (#3028) #13067

fix(ui): add pointer cursors to interactive controls (#3028)

fix(ui): add pointer cursors to interactive controls (#3028) #13067

Triggered via push July 11, 2026 17:40
Status Success
Total duration 4m 16s
Artifacts

ci.yml

on: push
🔠 Lint project
37s
🔠 Lint project
💪 Type check
1m 42s
💪 Type check
🧪 Unit tests
1m 11s
🧪 Unit tests
🧪 Component tests
2m 26s
🧪 Component tests
🖥️ Browser tests
4m 8s
🖥️ Browser tests
🧹 Unused code check
1m 9s
🧹 Unused code check
🌐 i18n validation
33s
🌐 i18n validation
Matrix: ♿ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): modules/blog.ts#L162
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): cli/src/mock-app.ts#L19
Unexpected dangling '_' in '`_endpointCheck`'.
eslint(no-underscore-dangle): cli/src/server.ts#L15
Unexpected dangling '_' in '`_endpointCheck`'.
eslint(no-underscore-dangle): server/utils/docs/client.ts#L107
Unexpected dangling '_' in '`_data`'.
eslint(no-underscore-dangle): uno-preset-rtl.ts#L81
Unexpected dangling '_' in '`_v`'.
eslint(no-underscore-dangle): scripts/generate-fixtures.ts#L216
Unexpected dangling '_' in '`_rev`'.
eslint(no-underscore-dangle): scripts/generate-fixtures.ts#L215
Unexpected dangling '_' in '`_id`'.
unicorn(consistent-function-scoping): test/nuxt/components/Header/MobileMenu.spec.ts#L27
Function `mountMenu` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): test/nuxt/components/Package/LikeCard.spec.ts#L13
Function `mountLikeCard` does not capture any variables from its parent scope
oxc(no-map-spread): shared/utils/download-chart-last-label.ts#L99
Spreading to modify object properties in `map` calls is inefficient