-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Image embeddable #81345
Labels
Feature:Dashboard
Dashboard related features
Feature:Embedding
Embedding content via iFrame
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
Comments
Pinging @elastic/kibana-app-arch (Team:AppArch) |
Pinging @elastic/kibana-app-services (Team:AppServicesUx) |
Pinging @elastic/kibana-presentation (Team:Presentation) |
Adding the presentation team here since we will be building the actual embeddable once the file service is finished |
Fyi, users will need that images are responsive to different screen sizes so they don't get pixelated or distorted |
This was referenced Nov 18, 2022
Dosant
added a commit
that referenced
this issue
Nov 24, 2022
…146159) ## Summary Follow up to #145347 Needed for #81345 Partially fixes #145567 Two things: - [x] Handle errors related to blurhash loading. Make sure that the original image is loaded if blurhash is failed to generate src or failed to load - [x] Make blurhash appear after the delay. This is needed for better UX when the original image loads fast. Implemented using `css` animation where first part of the animation is a static state with `opacity: 0,` and then the image is revealed in the end. If the original image loads faster, then it appears instantaneously without the delay
Dosant
added a commit
that referenced
this issue
Dec 19, 2022
close #81345 Adds an image embeddable - a new embeddable type that allows to insert images into dashboard using the new file service
Dosant
added a commit
that referenced
this issue
Jan 4, 2023
## Summary Adding user-facing docs about new image panel - #81345 Adding an inline sub-section of the main dashboard doc page similar to text panel - https://www.elastic.co/guide/en/kibana/master/dashboard.html#add-text
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Dashboard
Dashboard related features
Feature:Embedding
Embedding content via iFrame
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
Configuration options:
** For external image use URL allow list service (see URL Drilldown for example)
** External URL allowlist checked.
** Maybe new tab checkbox?
** Maybe disable checkbox?
** This could be added to the current panel or, maybe better, it could be a new “headless” panel type.
The text was updated successfully, but these errors were encountered: