-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Shw::Outliner
component to GTS
#2437
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@zamoore you also have to update the template registry and add an |
@didoo - thanks, let me know if that change looks right |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
import Component from '@glimmer/component'; | ||
|
||
export interface ShwOutlinerSignature { | ||
Blocks: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just FYI: not having even empty Args
block here might break types in the context of an other .gts
component, but it's fine for now
📌 Summary
If merged, this PR converts the
Shw::Outliner
component to GTS.🔗 External links
Jira ticket: HDS-3836
👀 Component checklist
💬 Please consider using conventional comments when reviewing this PR.