-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support custom knowledge base #83
Conversation
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.
- Please address type errors and warnings.
- I don't see redirects. I think we either need to store custom redirects, or make www.example.com and example.com point to each other automatically (do the same build-in knowledge base)
- we should think about how people can use the settings others share. Maybe add a view that allows freeform JSON editing (of course we'll need to validate before save)
…pe to avoid conflict
18c7a2a
to
fe54283
Compare
990e3c9
to
6d11ff9
Compare
@@ -158,6 +158,7 @@ const Settings = ({ setInSettingsView }: SettingsProps) => { | |||
<FormLabel mb="0">Turn On Voice Mode</FormLabel> | |||
<Spacer /> | |||
<Switch | |||
id="voiceModeSwitch" |
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 added an id here because without this, clicking any formLabel in settings would trigger switch even though there's no htmlFor
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.
Great job! Approved, just some small things
TODO in the future. not in scope of this pr
<FastField />
when the new knowledge form gets very complicated (30+ fields)solve #57