-
Notifications
You must be signed in to change notification settings - Fork 99
Match the 'emergency' bar to the new greeter design #418
Conversation
Do you have a screenshot with the changes ^_^? *by the way, the bar used to match the OSK background color, not the input ;) ** raised palette is used for «floating» elements like handles for sliders and switches |
The labels now are white text. So we need to make sure we have them readable on bright screens. I just tested with a screenshot of system settings (quick and bright). |
Saying that, I need to add that I like this new design introduced here. 👍 |
should be enough, if not we can revisit |
True, agreed. |
Thanks! I thought the idea was to match the additional bar with the OSK background color |
yes that was the original intention but since the osk color is now configurable it is much more involved to read that background color now. additionally if we want to enable keyboard transparency in the future i think it will make it more complicated to match that as well. |
Well, the idea would be match the OSK background, not only ambiance, but the current OSK background color so the bar fits as part as the keyboard as originally intended :) |
guess that's a "no" then :( |
What about make then «proper» buttons? Would that be too bulky? |
Not sure you have in mind for "proper" buttons Honestly if you insist those buttons should look like a part of the osk then we'll need to figure out how to read the actual background color of the osk The most i've found is that this is how the keyboard loads its theme: https://gitlab.com/ubports/core/lomiri-keyboard/-/blob/main/qml/theme_loader.js |
with all the customization of the keyboard by user - it quickly gets very different from any user keybard. if we treat this as part of the greeter and not the keyboard it gets way simpler and will always match |
Mhm, I see. |
I do quite like that transparent keyboard background. If the two-button-bar and the keyboard both are transparent, the button-bar does match the keyboard color, doesn't it? ;-) The swipe to show the emergency details will almost never work since you need the keyboard to input the password/pin. I would keep the keyboard raised as default, because that is the most common action. We don't want to have to tap into the field first, wait for the keyboard animation to finish before we can input our password/pin. But maybe the button-bar can have three sections/buttons? cancel | emergency details | emergency call Or do we need the cancel? We can just press power again, right? |
Oh, is that not ready to be merged? |
I was actually suggesting to put it before the user swipes the cover away on the initial screen
Putting emergency call behind emergency details will help to prevent pocket calling, that was the main reason to not to put it directly there.
Totally agree, swipe to get back would be very intuitive. Also power off the screen is good, I've never used the cancel button. |
@Flohack74 I think this will conflict with the greeter rotation MR because this file will be deleted and contents moved to GreeterView instead of NarrowView and WideView. I can add these changes to that MR too. |
Oh, now I understand your screenshots. Thanks. I wonder why I missed that detail.
Does make sense. Although the other way would be "one swipe away", so at least no too high a risk for pocket calling. But possible it is. One swipe is easily done. |
@capsia37 would prefer to have 2 PRs on 2 different topics. But you create 1 issue where we can attribute both PRs to, and make it "Greeter optimization" or so as topic, and then list both issues. |
oh narrowview and wideview will be merged into greeterview? would a rebase resolve the conflict? for osk transparency we just need to remove this part: unity8/qml/Greeter/NarrowView.qml Lines 260 to 271 in 7346147
i think that should a separate pr as well as soon we can agree what we do with the bar transparency/color. guess we need a new companion issue now..... |
oh if caspia is adding it that would be great. so to summerize:
|
uhhh now i'm not sure how to proceed with this |
related to #419 |
Hello! I've rebased the greeter orientation on top of this, I think it can be merged. |
No complaints so far 😋 |
I can confirm that. All works good and no issues |
Actually I wonder if the top margin above the last row of keys should be a bit higher. On the second screenshot here the top and bottom margins seem to be equal. Our current design has bottom bigger, and left/right/top equal. |
@Danfro if you feel that this is worth fixing then plz create a new issue, I will leave this closed and approved for OTA-22 - no blocker. |
The bottombar used to the same color as the inputbox, let's keep that consistency~