Skip to content

Updates on details page and filter html in urls #25

Updates on details page and filter html in urls

Updates on details page and filter html in urls #25

Triggered via push October 8, 2025 07:49
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#L7
The title attribute is a native global attribute. Using it as a property could have unintended side-effects
build: src/components/details.ts#L421
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
build: src/components/details.ts#L419
Prefer using an optional chain expression instead, as it's more concise and easier to read
build: src/components/details.ts#L398
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build: src/components/details.ts#L364
Prefer using an optional chain expression instead, as it's more concise and easier to read