Closed AlbertoSamele closed 2 years ago
It looks great so far! There are just a few things to fix.
The first thing is that the dropdown style looks a little funny (the first separator should be the full width i think):
The sliders are both continuous, whereas the render distance slider should be discrete (clicks to the closest integer).
The value of each slider should also be displayed next to the slider label. And the field of view slider should click to 90 degrees when within a few degrees, because that's a common value (the default). I think if you look at the original code for that slider you'll be able to see the logic that i used for that.
Also, the min and max labels of the sliders seem to be affecting the position and width of the slider. I think it would look neater if the sliders were a fixed width and the min/max labels are just offset outwards.
When clicking a button in the controls menu to bind a key, the label and button seem to shift a few pixels to the right.
Rename the title to Accounts
and rename the edit button to add
, originally it was edit because it allowed reordering the list and everything, but if it's just for adding accounts it should be add
.
Just the usual, no empty line at the start/end of a struct, no double new lines.
The overall styles look great and intuitive, there are just a few layout and usability issues mainly.
I can't see why the keymap editor isn't working, have you tried making it a button instead of a tap gesture temporarily to see if it makes any difference? That's the only change you made that seems relevant to the issue
Oh, I also just realised that the dropdown should close when the user clicks outside of it
@stackotter remember the default FOV is 70 not 90
@stackotter remember the default FOV is 70 not 90
Oh, really? Open an issue for that to be fixed so that I don't forget
Hmm but doesn’t everyone increase the fov to around 90 anyway? I think it’s fine having the default as 90 on delta
@stackotter I already told you about it once, look at your Snapshot 6 release
Oh right yeah, I fixed that ages ago, and 70 is currently still the default, why did you bring it up then?
Oh right yeah, I fixed that ages ago, and 70 is currently still the default, why did you bring it up then?
Because in your message to Alberto you said the fov slider should click to 90 degreees
And the field of view slider should click to 90 degrees when within a few degrees, because that's a common value (the default).
Oh right yeah my bad, I meant 70
Hi , Welcome all thanks for Delta Client
What?
Description
Added Video, Controls and account settings screens.
Fixes #97
Type of change
Checklist: