Skip to content

[#70293] [WIP] Introduce Widget Turbo Frame

650bbfe
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

[#70293] [WIP] Introduce Widget Turbo Frame #21569

[#70293] [WIP] Introduce Widget Turbo Frame
650bbfe
Select commit
Loading
Failed to load commit list.
GitHub Actions / eslint failed Jan 14, 2026 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (2)

frontend/src/app/shared/components/grids/widgets/abstract-turbo-widget.component.ts|55 col 11| Strings must use singlequote.
frontend/src/app/shared/components/primer/dynamic-icon-map.ts|34 col 3| Strings must use singlequote.

Filtered Findings (0)

Annotations

Check failure on line 55 in frontend/src/app/shared/components/grids/widgets/abstract-turbo-widget.component.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/grids/widgets/abstract-turbo-widget.component.ts#L55 <@stylistic/quotes>(https://eslint.style/rules/quotes)

Strings must use singlequote.
Raw output
{"ruleId":"@stylistic/quotes","severity":2,"message":"Strings must use singlequote.","line":55,"column":11,"nodeType":"Literal","messageId":"wrongQuotes","endLine":55,"endColumn":28,"fix":{"range":[2208,2225],"text":"'REMOVING WIDGET'"}}

Check failure on line 34 in frontend/src/app/shared/components/primer/dynamic-icon-map.ts

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/app/shared/components/primer/dynamic-icon-map.ts#L34 <@stylistic/quotes>(https://eslint.style/rules/quotes)

Strings must use singlequote.
Raw output
{"ruleId":"@stylistic/quotes","severity":2,"message":"Strings must use singlequote.","line":34,"column":3,"nodeType":"Literal","messageId":"wrongQuotes","endLine":34,"endColumn":17,"fix":{"range":[1426,1440],"text":"'circle-slash'"}}