-
-
Notifications
You must be signed in to change notification settings - Fork 3
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: pretty search engine names #189
Conversation
k4lizen
commented
Jan 26, 2024
•
edited
Loading
edited
- added pretty names array
- using pretty names in climode search results output
- where else should these be used? engines.Info?
This can be used when returning the JSON results via API, so that pretty names get rendered on the frontend. |
} | ||
} | ||
|
||
func init() { |
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 is a runtime error, we must check for it before building our images otherwise it could result in broken version being released. I managed to do this in my PR that tries to add pretty names.
This should be closed in favor of #257 |