-
Notifications
You must be signed in to change notification settings - Fork 0
feat: modules page #1
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
base: main
Are you sure you want to change the base?
Conversation
fullykubed
left a comment
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.
Only use typescript or bash for scripting. no js
fullykubed
left a comment
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 cant tell if the new markdown content is just placeholder or not but it has tons of errors so I am just assuming it was for testing purposes. I'd like to confirm though.
| <label for="module-search" class="block text-sm font-medium text-primary"> | ||
| Search Modules | ||
| </label> | ||
| <input |
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.
interactive elements must use kobalte. see styleguide
|
|
||
| // Filter modules based on search and filters | ||
| const filteredModules = createMemo(() => { | ||
| return props.modules.filter(module => { |
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.
needs to do fuzzy and relevancy search
| return type.charAt(0).toUpperCase() + type.slice(1); | ||
| } | ||
|
|
||
| function formatGroupTitle(group: string): string { |
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.
this isnt correct logic
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.
same as above. would rather have a static mapping with a fallback.
this fails for aws
| })); | ||
| } | ||
|
|
||
| function formatTypeTitle(type: string): string { |
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.
id rather just have a static mapping with this as a fallback
Current State:
aws_vpcas an example. Has some example docs with both flat and nested folder structuresStill TODO:
Questions: