-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add a UI element to cycle through nick completions on mobile #708
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me regardless of my only comment!
I would have preferred this on the left to avoid accidentally tapping the submit button, but it would also probably look like shit. So I'll probably just CSS it out to my liking on my own instance.
@@ -1731,6 +1740,11 @@ button { | |||
#viewport.menu-open { | |||
transition: none; | |||
} | |||
|
|||
/* Nick cycler should only be displayed on mobile */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I don't really see any harm into having it available on desktop as well. Makes it easy to discover for people that are not used to the tab mechanic.
This was heavily inspired by maxpoulin64@a877e46. Clearly not a definitive solution but a good start to have and to improve upon.
81302a5
to
ddaf7ff
Compare
@maxpoulin64, made some changes regarding your comment:
Mind confirming/updating your review? |
Loses input focus on mobile. Perhaps bypass the mobile detection and just |
Same issue than #483. |
Reverts thelounge#708. Fixes thelounge#869. Fixes thelounge#1023.
Add a UI element to cycle through nick completions on mobile
Reverts thelounge#708. Fixes thelounge#869. Fixes thelounge#1023.
This solves #339.
This was heavily inspired by maxpoulin64@a877e46.
Clearly not a definitive solution but a good easy start to have and to improve later on.
Result