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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Embed Image' button is missing in the toolbar #345

Closed
bootnihil opened this issue Dec 19, 2024 · 3 comments
Closed

'Embed Image' button is missing in the toolbar #345

bootnihil opened this issue Dec 19, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@bootnihil
Copy link

Describe the bug
'Embed Image' button is missing in the toolbar.

Image from the docs:
image

Image from Docker deployment, app version 0.27.6:
image

Copy link

dosubot bot commented Dec 19, 2024

Hey @bootnihil! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together!

The 'Embed Image' button's absence in the toolbar might be due to differences in configuration or deployment settings between the documentation and the Docker deployment. The toolbar UI is defined in the src/components/Common/Editor/EditorToolbar/index.ts file and rendered in the Editor component within the src/components/Common/Editor/index.tsx file [1][2].

To troubleshoot, you might want to check if there are any specific conditions, configurations, or feature flags that control the visibility of the 'Embed Image' button, as these details were not found in the available information. Additionally, reviewing recent changes or commits related to the toolbar might provide insights if there have been modifications affecting this functionality.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the bug Something isn't working label Dec 19, 2024
@bootnihil
Copy link
Author

The toolbar in my deployment matches the one in the current demo instance, and both differ from the toolbar screenshot in the documentation and lack the 'embed image' button.

Screenshot from the demo instance:

image

@blinko-space
Copy link
Owner

blinko-space commented Dec 24, 2024

updated the documentation https://blinko.mintlify.app/how-to-use/toolbar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants