Skip to content

Conversation

@shleewhite
Copy link
Contributor

@shleewhite shleewhite commented Dec 10, 2025

📌 Summary

If merged, this PR would convert the first two Helios components to the .gts format: Badge and Icon. Changes include:

  • merged the hbs and ts files into a gts file
  • update the export path in the components.ts file

NOTE
I am not sure why there are 4 VRT tests that are consistently failing. Looking at the diff, I can't see why anything is different. It seems to be caused by the Icon component, but it doesnt happen every time the component is used.

I tried adding squishies because maybe it is a whitespace problem? But that doesn't seem to do anything. I can revert that change if we want.


👀 Component checklist

💬 Please consider using conventional comments when reviewing this PR.

📋 PCI review checklist
  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
  • If applicable, I've worked with GRC to document the impact of any changes to security controls.
    Examples of changes to controls include access controls, encryption, logging, etc.
  • If applicable, I've worked with GRC to ensure compliance due to a significant change to the in-scope PCI environment.
    Examples include changes to operating systems, ports, protocols, services, cryptography-related components, PII processing code, etc.

@vercel
Copy link

vercel bot commented Dec 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
hds-showcase Ready Ready Preview Dec 18, 2025 8:55pm
hds-website Ready Ready Preview Dec 18, 2025 8:55pm

// temporary fix until the prettier plugin works with `.gts/gjs` files
// https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/issues/268
{
files: ['**/*.{gjs,gts}'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this part can be removed once all hbs files are removed

@shleewhite
Copy link
Contributor Author

I broke out the infra changes into their own PR: #3443

Ill simplify this PR to just be the component changes when that has merged.

@shleewhite
Copy link
Contributor Author

shleewhite commented Dec 18, 2025

Broke out the Icon changes to a separate PR: #3444

Also have a separate PR for Badge and BadgeCount: #3445

@shleewhite shleewhite closed this Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants