Devon Thomson
Devon Thomson
The Presentation team is building a tabs system for Dashboard. This will involve allowing dashboard authors to create, edit, and delete a collection of tabs. One feature which is missing...
I'm attempting to use this shader to create screenspace decals with a custom Isometric camera I created by shifting one of the elements of the camera's projection matrix. I have...
## Portable Dashboard Container Part 1 Overview The first piece of the Portable Dashboard initiative involves separating the Dashboard App from the Dashboard Container. This means that all of the...
## Problem Currently, using a snapshot URL serializes **all** dashboard state into the URL. This causes a number of problems: - Migrations are not run on by value panels in...
## Summary Major WIP: Fixes https://github.com/elastic/kibana/issues/137200 Fixes https://github.com/elastic/kibana/issues/136767 This PR will require **extremely thorough testing**
## Summary In progress Adds an example new Embeddable which shows data fetching, and communication with parent and siblings. ### Checklist Delete any items that are not applicable to this...
### Problem Dashboard authors place and size panels with the understanding that they will maintain an aspect ratio on the page. Changing the size of the window resizes everything accordingly,...
## Summary Certain elements of the new embeddable framework have been built with clientside migration in mind. Unfortunately, the future addition of a versioned Dashboards API will make informal clientside...
Slight aesthetic changes to the example embeddables: - The grouping now has an icon - The search example has a nicer UI
# Summary This PR adds a new markdown editor to Kibana: ## In place The new editor is completely in-place. This allows text content to be added to Dashboards without...