-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Example of Flyout System in Kibana Example #233806
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
Draft
tsullivan
wants to merge
98
commits into
elastic:main
Choose a base branch
from
tsullivan:kbn-flyout-system/example-iii
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+2,316
−126
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
97a10d0 to
e4810c5
Compare
e4810c5 to
83cdc5b
Compare
10 tasks
83cdc5b to
21d0b56
Compare
9 tasks
332a9bf to
208f9e2
Compare
599a999 to
fb0a62a
Compare
…nsistent UI - Add shared utilities in utils/ directory for flyout components - Create FlyoutTypeSwitch component for consistent push/overlay toggles - Add description list utilities for consistent flyout information display - Update all flyout examples to use shared utilities and consistent styling - Add EuiCode styling to flyout titles for better visual distinction - Implement onActive/onClose callbacks for state synchronization - Add URL-based routing for tab persistence on page refresh - Standardize session naming: A-G (with isOpen), J-L (without isOpen), X-Z (overlays) - Remove global flyout type controls in favor of per-session controls - Improve code organization and reduce duplication across examples
- EUI updated the type and the query might be null for text searches
…o "combobox" in DataView list component
…atus --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/saved_objects/_import --include-path /api/saved_objects/_export --include-path /api/maintenance_window --include-path /api/agent_builder --update
…ally, or add an exception to src/dev/yarn_deduplicate/index.ts and then commit the changes and push to your branch
…kibana into kbn-flyout-system/example-iii
Contributor
💔 Build Failed
Failed CI StepsHistory
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DRAFT ONLY: DO NOT MERGE
New example plugin for the Flyout System in EUI.
This PR includes
core.overlays.openSystemFlyoutservice needed for https://github.com/elastic/kibana-team/issues/2219The developer README for the Flyout System is here.
Depends on elastic/eui#8982Depends on elastic/eui#9202