Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Tooltip Feature added #192

Merged
merged 6 commits into from
Jun 15, 2024
Merged

New Tooltip Feature added #192

merged 6 commits into from
Jun 15, 2024

Conversation

amansoni7477030
Copy link
Contributor

@amansoni7477030 amansoni7477030 commented Jun 13, 2024

  1. Added tooltip feature to enhance user interaction:
    Users can now control tooltip visibility using the showTooltip parameter (true for visible, false for hidden). Additionally, they can customize the tooltip's background and text colors, as well as the message itself with the following parameters:
showTooltip: true,
tooltipMessage: 'Hi There 馃憢!',
tooltipBackgroundColor: 'black',
tooltipTextColor: 'white',

Screenshot from 2024-06-13 12-34-31

Note: This feature request was previously mentioned in enhancement #76 and discussed at FlowiseAI/Flowise#1453

  1. Fixed issue where the send button would go below the text window when the text input was long:

Screenshot from 2024-06-13 10-42-09

  1. Updated the title of the new chat and added the title to the close button.

@HenryHengZJ
Copy link
Contributor

hmm very strange, my tool tip emoji not showing:
image

@HenryHengZJ
Copy link
Contributor

can we also allow user to specify the font size? if not we will take the default 16 font size

@amansoni7477030
Copy link
Contributor Author

can we also allow user to specify the font size? if not we will take the default 16 font size

Hii @HenryHengZJ tooltip fontsize parameter added now check latest update.

@amansoni7477030
Copy link
Contributor Author

hmm very strange, my tool tip emoji not showing: image

@HenryHengZJ its perfectly working fine and i am not facing any issue.
check attached image

Screenshot from 2024-06-14 17-43-06

@toi500
Copy link

toi500 commented Jun 14, 2024

Just tested and it works with emojis for me.

image

@toi500
Copy link

toi500 commented Jun 14, 2024

Can you guys incorporate this simple fix into this PR (misconfiguration with the left and right top borders on mobile)?

via rounded-lg

image

or

@media (max-width: 640px) {
    div[part=bot] {
        border-radius: 0;
    }
}

@amansoni7477030
Copy link
Contributor Author

Can you guys incorporate this simple fix into this PR (misconfiguration with the left and right top borders on mobile)?

via rounded-lg

image or
@media (max-width: 640px) {
    div[part=bot] {
        border-radius: 0;
    }
}

@toi500 sure

Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some conflict on the dist/web.js, otherwise looks good! thank you!!

@amansoni7477030
Copy link
Contributor Author

Hii @HenryHengZJ i resolved the conflict can you please review and merge it to main

@HenryHengZJ HenryHengZJ merged commit 84f3f13 into FlowiseAI:main Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants