-
Notifications
You must be signed in to change notification settings - Fork 881
feat: Add templates page #1510
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
feat: Add templates page #1510
Conversation
15637bd
to
6e2e734
Compare
</div> | ||
</TableCell> | ||
</TableRow> | ||
)} |
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.
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.
Added!
<TableCell>Name</TableCell> | ||
<TableCell>Used By</TableCell> | ||
<TableCell>Last Updated</TableCell> |
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.
Suggestion: Language for these as well
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.
I'm happy to add it, but I'm curious why do it for small labels like this? Seems like it's most valuable for testing, and I don't think we'd want to test that each column appears.
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.
I think we can do some improvements in the templates machine that could make it simpler for future maintenance but not blockers tho.
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.
nice job!!
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.
Looks great! ✔️
* feat: Add template page * Create xService * Update column names * Show create template conditionally * Add template description * Route to templates * Add empty states * Add tests * Add loading indicator * Requested changes
All of the states are added in Storybook, so feel free to poke around and provide feedback!
This is pretty basic for now, but I'm thinking we should add a little resource preview column that displays operating systems and architectures 🤓