User Request
Type: bug
Target: Console Application
Submitted by: @aashu2006
Console Request ID: f579eb14-ea5a-4543-9fc9-31ce5dba644f
Description
What happened:
In web/src/components/shared/DashboardHeader.tsx:128, a hardcoded pixel value is used directly in a className:
className={`... w-[72px] ...`}
Per the project's style rules, pixel values must be named constants and not hardcoded inline.
What I expected:
The pixel value should be extracted to a named constant or a Tailwind config value.
Steps to reproduce:
- Review
web/src/components/shared/DashboardHeader.tsx:128
- Observe
w-[72px] hardcoded inline with no named constant
This issue was automatically created from the KubeStellar Console.
User Request
Type: bug
Target: Console Application
Submitted by: @aashu2006
Console Request ID: f579eb14-ea5a-4543-9fc9-31ce5dba644f
Description
What happened:
In
web/src/components/shared/DashboardHeader.tsx:128, a hardcoded pixel value is used directly in a className:Per the project's style rules, pixel values must be named constants and not hardcoded inline.
What I expected:
The pixel value should be extracted to a named constant or a Tailwind config value.
Steps to reproduce:
web/src/components/shared/DashboardHeader.tsx:128w-[72px]hardcoded inline with no named constantThis issue was automatically created from the KubeStellar Console.