Skip to content

Padding for mobile + invert wled and esphomeweb #23

Padding for mobile + invert wled and esphomeweb

Padding for mobile + invert wled and esphomeweb #23

Triggered via push October 2, 2025 07:43
Status Success
Total duration 39s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build: src/components/tool-card.ts#L8
The title attribute is a native global attribute. Using it as a property could have unintended side-effects
build: src/components/details.ts#L399
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
build: src/components/details.ts#L397
Prefer using an optional chain expression instead, as it's more concise and easier to read
build: src/components/details.ts#L377
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build: src/components/details.ts#L347
Prefer using an optional chain expression instead, as it's more concise and easier to read