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

Commits on Nov 11, 2024

  1. fix(settings): Prevent undefined related errors for encryption

    `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]>
    nfebe committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    038deb4 View commit details
    Browse the repository at this point in the history
  2. fix(settings): Show feedback 4 server-sde encryption toggle

    Show visual feedback if user clicks on encryption toggle when it cannot be activated.
    
    Signed-off-by: nfebe <[email protected]>
    nfebe committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    016738f View commit details
    Browse the repository at this point in the history