-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
storage: Action redesign #19882
base: main
Are you sure you want to change the base?
storage: Action redesign #19882
Commits on Sep 11, 2024
-
storage: Move all actions into the menu, except primary ones
And make "Mount" and "Create new logical volume" primary actions.
Configuration menu - View commit details
-
Copy full SHA for 2618d8f - Browse repository at this point
Copy the full SHA 2618d8fView commit details -
storage: Move "Format" action one card up
Offer it on the "Partition" card instead of the "Filesystem" card, for example. This makes more sense. One formats a partition, but mounts the filesystem.
Configuration menu - View commit details
-
Copy full SHA for 804b79b - Browse repository at this point
Copy the full SHA 804b79bView commit details -
storage: Move "Lock" and "Unlock" actions to "Encryption" card
That's where they belong. Filesystems are still automatically locked and unlocked when mounting and unmounting them.
Configuration menu - View commit details
-
Copy full SHA for 4dfcf04 - Browse repository at this point
Copy the full SHA 4dfcf04View commit details -
storage: Remove "Unrmatted Data" and "Locked Data" cards
They have no actions anymore.
Configuration menu - View commit details
-
Copy full SHA for 37602fc - Browse repository at this point
Copy the full SHA 37602fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b188d9 - Browse repository at this point
Copy the full SHA 1b188d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71603fc - Browse repository at this point
Copy the full SHA 71603fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02854f7 - Browse repository at this point
Copy the full SHA 02854f7View commit details -
storage: Split "Erase" out from "Format" dialogs
This allows us to make the format dialogs non-dangerous and primary, and give them more descriptive names. The "Create partition" version of the "Format" dialog now defaults to "empty", and "empty" can not be encrypted. This makes it a very simple dialog.
Configuration menu - View commit details
-
Copy full SHA for cec67e7 - Browse repository at this point
Copy the full SHA cec67e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f54e3 - Browse repository at this point
Copy the full SHA c7f54e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 138a1e7 - Browse repository at this point
Copy the full SHA 138a1e7View commit details -
storage: Remove "Overwrite" option in Erase dialog
It's not a secure erase by any means.
Configuration menu - View commit details
-
Copy full SHA for 0f5983c - Browse repository at this point
Copy the full SHA 0f5983cView commit details -
storage: Simplify "Initialize disk" dialog
Use radio buttons, and only offer MBR when it will work.
Configuration menu - View commit details
-
Copy full SHA for 7d35f12 - Browse repository at this point
Copy the full SHA 7d35f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 441df7c - Browse repository at this point
Copy the full SHA 441df7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5875fe9 - Browse repository at this point
Copy the full SHA 5875fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e372e56 - Browse repository at this point
Copy the full SHA e372e56View commit details