-
Notifications
You must be signed in to change notification settings - Fork 14
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
(Release) Refine Disabled Slide Toggles and Action Buttons on 'Reader' mode #2032
(Release) Refine Disabled Slide Toggles and Action Buttons on 'Reader' mode #2032
Conversation
...s/common-details-participant-list-table/common-details-participant-list-table.component.scss
Outdated
Show resolved
Hide resolved
yeesh that looks like it was not easy to figure out |
@danoswaltCL Thank you for your suggestion. I have resolved your comment. It still works the same way, but I have updated the opacity of the action buttons to 1.0, just like in the non-reader mode, because I think it more clearly communicates that those buttons are available but disabled due to user permissions. Also, it's consistent with how the slide toggles are not greyed out. I think it would make it even clearer to display a tooltip saying something like 'Not allowed for users with the "Reader" role' when hovering over these UI elements. Maybe we could implement this for v2. FF.Details.Reader.Role.mov |
* intial 6.0.0 version bump * Decoupling join and paginated query * Apply filterMode (includeAll) to an imported Feature Flag (#2031) * (Release) Refine Disabled Slide Toggles and Action Buttons on 'Reader' mode (#2032) * Refine Disabled Slide Toggles and Action Buttons on 'Reader' mode (Release) * Move common mat-mdc-slide-toggle styles to styles.scss * adding exposures to the feature flag paginated query * Bugfix/handy prerelease version bump script (#2033) * add prerelease version bump/removal script * add prerelease bump script and bump to 1 --------- Co-authored-by: Zack Lee <[email protected]> * v6-pre-release version update * (Release) Fix Not-Allowed Cursor Appearing on Enabled Slide Toggles (#2040) * (Release) Fix the Not-Allowed Cursor Bug on Disabled Slide Toggles * version bump --------- Co-authored-by: danoswaltCL <[email protected]> * add var to turn off migrations for ECS (#2041) * add var to turn off migrations for ECS * add var to CF config file * hardcode IS_ECS to 'true' in CF config --------- Co-authored-by: Vivek Fitkariwala <[email protected]> Co-authored-by: Zack Lee <[email protected]> Co-authored-by: pratik <[email protected]> Co-authored-by: Pratik Prajapati <[email protected]> Co-authored-by: Ben Blanchard <[email protected]>
* intial 6.0.0 version bump * Decoupling join and paginated query * Apply filterMode (includeAll) to an imported Feature Flag (#2031) * (Release) Refine Disabled Slide Toggles and Action Buttons on 'Reader' mode (#2032) * Refine Disabled Slide Toggles and Action Buttons on 'Reader' mode (Release) * Move common mat-mdc-slide-toggle styles to styles.scss * adding exposures to the feature flag paginated query * Bugfix/handy prerelease version bump script (#2033) * add prerelease version bump/removal script * add prerelease bump script and bump to 1 --------- Co-authored-by: Zack Lee <[email protected]> * v6-pre-release version update * (Release) Fix Not-Allowed Cursor Appearing on Enabled Slide Toggles (#2040) * (Release) Fix the Not-Allowed Cursor Bug on Disabled Slide Toggles * version bump --------- Co-authored-by: danoswaltCL <[email protected]> * add var to turn off migrations for ECS (#2041) * add var to turn off migrations for ECS * add var to CF config file * hardcode IS_ECS to 'true' in CF config * use branch to build artifacts and deploy automatically to staging (#2056) uses branch as version. * fix config string replacement (#2054) (#2063) * fix config string replacement * set featureFlagNavToggle to true * add quicktests for the clientlibs (#2081) * add quicktests for the clientlibs * commit correct version * fix log response and java CL log call --------- Co-authored-by: Benjamin Blanchard <[email protected]> * Bugfix for experiment data export storing condition name in condition payload column (#2095) * hotfix for condition payload data eport issue and adding types * return NA for no enrolment start and mark date time * removed disable on context change in experiment edit modal (#2094) * removed disable on context change in experiment edit modal * Remove logging checkbox and enableSave variable; Add warning message for Context/Design Type changes in Overview step --------- Co-authored-by: Zack Lee <[email protected]> Co-authored-by: Zack Lee <[email protected]> * Revert Logging Property in the Overview Form (#2103) * fix up package-locks * hotfix to handle duplicate export data csv rows for marking multiple decision points by same user (cherry picked from commit ca84d0a) --------- Co-authored-by: Vivek Fitkariwala <[email protected]> Co-authored-by: Zack Lee <[email protected]> Co-authored-by: pratik <[email protected]> Co-authored-by: Pratik Prajapati <[email protected]> Co-authored-by: Ben Blanchard <[email protected]> Co-authored-by: shpwe <[email protected]> Co-authored-by: Yagnik Hingrajiya <[email protected]> Co-authored-by: Zack Lee <[email protected]>
* intial 6.0.0 version bump * Decoupling join and paginated query * Apply filterMode (includeAll) to an imported Feature Flag (#2031) * (Release) Refine Disabled Slide Toggles and Action Buttons on 'Reader' mode (#2032) * Refine Disabled Slide Toggles and Action Buttons on 'Reader' mode (Release) * Move common mat-mdc-slide-toggle styles to styles.scss * adding exposures to the feature flag paginated query * Bugfix/handy prerelease version bump script (#2033) * add prerelease version bump/removal script * add prerelease bump script and bump to 1 --------- Co-authored-by: Zack Lee <[email protected]> * v6-pre-release version update * (Release) Fix Not-Allowed Cursor Appearing on Enabled Slide Toggles (#2040) * (Release) Fix the Not-Allowed Cursor Bug on Disabled Slide Toggles * version bump --------- Co-authored-by: danoswaltCL <[email protected]> * add var to turn off migrations for ECS (#2041) * add var to turn off migrations for ECS * add var to CF config file * hardcode IS_ECS to 'true' in CF config * use branch to build artifacts and deploy automatically to staging (#2056) uses branch as version. * fix config string replacement (#2054) (#2063) * fix config string replacement * set featureFlagNavToggle to true * add quicktests for the clientlibs (#2081) * add quicktests for the clientlibs * commit correct version * fix log response and java CL log call --------- Co-authored-by: Benjamin Blanchard <[email protected]> * Bugfix for experiment data export storing condition name in condition payload column (#2095) * hotfix for condition payload data eport issue and adding types * return NA for no enrolment start and mark date time * removed disable on context change in experiment edit modal (#2094) * removed disable on context change in experiment edit modal * Remove logging checkbox and enableSave variable; Add warning message for Context/Design Type changes in Overview step --------- Co-authored-by: Zack Lee <[email protected]> Co-authored-by: Zack Lee <[email protected]> * Revert Logging Property in the Overview Form (#2103) * hotfix to handle duplicate export data csv rows for marking multiple decision points by same user (#2117) * update to 6.0.5, ready for prod (#2118) * get export log data from replica (#2125) * update filter mode when ALL row is removed in include table (#2131) * match package version to build tags (#2138) * Update clientlib readme (#2139) * update typedoc generated readme and other docs * fix quick tests * readme typedocs and quicktest brush-ups * update filelockVersion for two packages * fix up package-locks? * remove nounused var from tsconfig for build? --------- Co-authored-by: Vivek Fitkariwala <[email protected]> Co-authored-by: Zack Lee <[email protected]> Co-authored-by: pratik <[email protected]> Co-authored-by: Pratik Prajapati <[email protected]> Co-authored-by: Ben Blanchard <[email protected]> Co-authored-by: shpwe <[email protected]> Co-authored-by: Yagnik Hingrajiya <[email protected]> Co-authored-by: Zack Lee <[email protected]>
This PR fixes the unresolved comment from PR #2027.
Changes include:
not-allowed
when hovering over disabled elements (slide-toggle, expand button, action buttons)Refine.Disabled.Elements.Reader.mov