-
Notifications
You must be signed in to change notification settings - Fork 178
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: command component #568
base: main
Are you sure you want to change the base?
Conversation
apps/app/src/app/pages/(components)/components/(command)/command.page.ts
Outdated
Show resolved
Hide resolved
Looks really awesome your implementation. Do you think this could be used as a base for an autocomplete component too? I tested it locally and when I refresh the page on the command page an error is thrown in the terminal - probably ssr!?
|
apps/app/src/app/pages/(components)/components/(combobox)/combobox.preview.ts
Outdated
Show resolved
Hide resolved
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.
Couple minor things, but love love love this!!! As always, incredible work @ashley-hunter!!! Thanks so much!
This is related to my comment in setActiveStyles! |
f7aaa8b
to
362a63a
Compare
Thank you very much for all the great feedback! Hopefully that should be those issue resloved now! |
LGTM! Do you think this could be used for an autocomplete component too? |
PR Checklist
Please check if your PR fulfills the following requirements:
guidelines: https://github.com/goetzrobin/spartan/blob/main/CONTRIBUTING.md#-commit-message-guidelines
PR Type
What kind of change does this PR introduce?
Which package are you modifying?
What is the current behavior?
Closes #414
What is the new behavior?
Does this PR introduce a breaking change?
Other information
This is our own implementation of the command feature, removing several third party dependencies. Unfortunately this change is too complex to automate with migrations.