Skip to content

feat(ui): replace custom toggle with native input switch polyfill #13171

feat(ui): replace custom toggle with native input switch polyfill

feat(ui): replace custom toggle with native input switch polyfill #13171

Triggered via pull request July 16, 2026 15:12
Status Success
Total duration 5m 7s
Artifacts

ci.yml

on: pull_request
🔠 Lint project
44s
🔠 Lint project
💪 Type check
1m 37s
💪 Type check
🧪 Unit tests
1m 17s
🧪 Unit tests
🧪 Component tests
2m 38s
🧪 Component tests
🖥️ Browser tests
5m 1s
🖥️ Browser tests
🧹 Unused code check
1m 4s
🧹 Unused code check
🌐 i18n validation
39s
🌐 i18n validation
Matrix: ♿ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): server/api/registry/timeline/[...pkg].get.ts#L79
Unexpected dangling '_' in '`_npmUser`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L141
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L135
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): app/utils/charts.ts#L224
Unexpected dangling '_' in '`_sum`'.
oxc(no-map-spread): shared/utils/download-chart-last-label.ts#L99
Spreading to modify object properties in `map` calls is inefficient
unicorn(prefer-add-event-listener): app/utils/svg.ts#L27
Prefer `addEventListener()` over their `on`-function counterparts.
unicorn(prefer-add-event-listener): app/utils/svg.ts#L25
Prefer `addEventListener()` over their `on`-function counterparts.
eslint(no-underscore-dangle): app/utils/colors.ts#L77
Unexpected dangling '_' in '`s_`'.
eslint(no-underscore-dangle): app/utils/colors.ts#L76
Unexpected dangling '_' in '`m_`'.
eslint(no-underscore-dangle): app/utils/colors.ts#L75
Unexpected dangling '_' in '`l_`'.