Menu side bar - background effect #2248
-
Background User statement Question How the panel currently works is that is sits on top of the content rather than pushing the content on the page to the side. we would like to explore its impact and interactions with the rest of the screen. We would like to know if there is some kind of overlay or blur to apply to the background content, while the sidebar is being displayed. Stage of design: Define/High-fidelity |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey again @cdpestitschek! The answer here will depend on what the intended usage is. When an agent is viewing their settings panel, should they be able to perform other background actions at the same time? Should agents be able to access the items in the settings panel while on a call with and/or responding to a customer? If the nature of Flex means it should allow for this type of multitasking, you'll want to ensure that all of the existing background content remains active in appearance and usability. Rather than covering any content with the panel, shrink the content so that both can fit on the page. Don't darken or blur the content - doing so would insinuate that the content is disabled while the panel is open. On the other hand, if you truly want to block interaction with the rest of the page while the settings panel is open, you should treat it as a Modal situation. Use the background overlay and interaction pattern used by Modal. Let us know which direction you end up choosing and how we can continue to support you! |
Beta Was this translation helpful? Give feedback.
Hey again @cdpestitschek!
The answer here will depend on what the intended usage is. When an agent is viewing their settings panel, should they be able to perform other background actions at the same time? Should agents be able to access the items in the settings panel while on a call with and/or responding to a customer?
If the nature of Flex means it should allow for this type of multitasking, you'll want to ensure that all of the existing background content remains active in appearance and usability. Rather than covering any content with the panel, shrink the content so that both can fit on the page. Don't darken or blur the content - doing so would insinuate that the content is disabl…