-
Notifications
You must be signed in to change notification settings - Fork 841
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
Dimmer feature missing. #3005
Comments
Hi @walter-ind , I'm still not following what it is you are proposing. Do you have any examples with screenshots? Also, is there are a particular use-case/need for this component? We don't usually add features/components just to align with other UI systems in the wild, but wait for a specific need identified by a consumer. At the same time, if you want to build something like this, we encourage you to come up with a fully detailed spec including use-cases that describes exactly what it is and what it's intended for. Here is an example of a starter-spec: #1689 |
DescriptionGuiding PrinciplesWe work on variety of apps and execute many actions while going through our work. Sometimes, we work on some really important and confidential tasks that needs confirmation from the application side that it has got completed and no other remaining action has been left to be taken. In all those cases, our whole attention should be on the fact that whether the task has been executed properly or not. Thus, we need something to popup as soon as our task reaches it's destination so that our whole attention is diverted to that popup message and we get confirmed that our work has got completed. The above purpose is served by "Dimmer" Component. Features
Types of Dimmer
GIF(s)
In page dimmer, this dimmer is present on the whole page. In all the above cases, when + button is clicked, then dimmer is triggered whereas when - button is clicked, then dimmer goes away. |
@cchaos have a look at above. |
Thanks @walter-ind for the in-depth description. Now that I see what you are talking about, we actually do have this feature. It's called EuiOverlayMask. Consumers can use this in conjunction with simple text, toast, or modals to provide the exact experience you are talking about. We've discussed this as a group and decided that it already exists we are just missing the documentation. So I'm going to close this one in favor of documenting that component. |
Description
Feature => A dimmer hides distractions to focus attention on particular content. A dimmer will automatically be created when a dimming behavior is triggered on an element.
Types of Dimmer
The text was updated successfully, but these errors were encountered: