Cassidy James Blaede
Cassidy James Blaede
Instead of a LUKS "The volume was decrypted" popover, we should probably just show an unlock emblem on the bottom-right of the partition, and not show a popover. Longer term...
This solves some awkward views like the CheckView and the proposed SuccessView. It'll work well in the downstream as well.
From https://github.com/elementary/installer/pull/269#issuecomment-375710464 Currently we have two different navigation schemes: between views, and within views. For language and keyboard, we keep the within-view navigation separate, using the row selection and the...
Since we have AbstractInstallerView and are using a side-by-side layout in the vast majority of views, we should probably pull some of that layout logic up to the abstract view...
We discussed this today as a potential method of debugging; we could create an error log somewhere that is accessible by the live session. Then if we or another distributor...
We can probably default to something safe/sane for elementary OS but we need to provide an override for other OSes as a build flag.
This has become pretty commonplace in password entries and can help it be more accessible to those who might have issues typing. I don't think this is a native GTK...
## Problem Brought up in @techdev5521's edw talk. There's currently no equivalent to the zoom function in Gala which can be critical for users of impaired/low vision. ## Proposal Implement...
Fixes #303 Right now this only scales the wallpaper on the card to be a quarter of the display size (which is roughly what the original mockup had). Notes: -...
I kinda brought this up on Slack but wanted to write up some longer-form thoughts here for posterity. This may well also be a bad idea, but I want to...