Skip to content
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

fix(settings): Provide visual feedback 4 encryption toggle #49200

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nfebe
Copy link
Contributor

@nfebe nfebe commented Nov 11, 2024

Show visual feedback if user clicks on encryption toggle when it cannot be activated.

Demo

feedback-no-encryption-module.webm

Other improvement

  • Object.entries([]) would return an empty array, that leads to the find
  • return undefined.
  • encryptionReady and encryptionEnabled also returns undefined when no encryption module is available or functional (I guess).

Resolves : #48829

@nfebe nfebe force-pushed the fix/48829/visual-feedback-4-encryption-toggle branch from 35222b8 to 2a2f629 Compare November 11, 2024 14:32
@nfebe nfebe marked this pull request as ready for review November 11, 2024 14:58
`Object.entries([])` would return an empty array, that leads to the `find`
return undefined.

`encryptionReady` and `encryptionEnabled` also returns undefined when no
encryption module is available or functional (I guess).

Signed-off-by: nfebe <[email protected]>
Show visual feedback if user clicks on encryption toggle when it cannot be activated.

Signed-off-by: nfebe <[email protected]>
@nfebe nfebe force-pushed the fix/48829/visual-feedback-4-encryption-toggle branch from 2731f3d to 016738f Compare November 11, 2024 14:59
Copy link
Member

@skjnldsv skjnldsv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we just disable the checkbox-switch and show a warning note?

@nfebe
Copy link
Contributor Author

nfebe commented Nov 11, 2024

Can't we just disable the checkbox-switch and show a warning note?

That is one option, I am just did this around the feedback from a user.... cc: @marcoambrosini @jancborchardt

Plus that has the limitation that we have to display the warning at all times somewhere on the page as disabled components do not respond to events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗️ In progress
Development

Successfully merging this pull request may close these issues.

enh(Settings): Provide visual feedback to user when encryption app not installed.
2 participants