Show a notification if the user trying to toggle exp and 7 expS are already toggled
I think we can show a notification You can toggle maximum 7 experiments if the user trying to toggle a new exp (we have a max 7). Because I kinda thought that this is a bug.
https://user-images.githubusercontent.com/98249521/175383474-d21f3912-e450-4240-b584-fb840fdbc585.mov
@mattseddon Once a user is aware that they can only select 7 this no longer becomes an issue. Following the UX guidelines diagram I would take this path:
FYI https://code.visualstudio.com/api/ux-guidelines/notifications contains full guidelines on notifications.
Very good, but I actually was aware of the fact that only 7 can be selected and like a fool was trying again and again to select a new one :) We need to make sure to give the correct response to any action of the user I think.
Once a user is aware that they can only select 7
How can we make them aware?
Can there be some very light-weight / non-intrusive reaction (like show a tooltip similar to the one we show on hover) - I don't think it can do any harm
@maxagin any specific reason it was assigned to me? :)
Do not remember now @shcheklein . Probably by mistake.
👍 I find this confusing. It always takes me a minute to remember why clicking another experiment doesn't work and feels like it's broken until I remember this -- how is a new user supposed to know?
FYI https://code.visualstudio.com/api/ux-guidelines/notifications contains full guidelines on notifications.