-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add option to hide widget outside working hours #85
Comments
@reichert621, I like to work on this |
sure @tharun208! let me know if you need any help getting set up 👍 |
@reichert621, The test account added in the repo is removed I think so |
@tharun208 the easiest way to test for you would probably be to do the following:
|
@reichert621, should we need to show the chat widget icon or we need to show nothing to the user if this prop is set ? |
show nothing if this prop is set 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's add a new prop:
hideOutsideWorkingHours
.If this is
true
, we'll check the widget settingssettings.account?.is_outside_working_hours
and completely hide the widget if this value istrue
.The text was updated successfully, but these errors were encountered: