Move theme picker button to the right and display it on all pages#94607
Closed
GuillaumeGomez wants to merge 3 commits intorust-lang:masterfrom
Closed
Move theme picker button to the right and display it on all pages#94607GuillaumeGomez wants to merge 3 commits intorust-lang:masterfrom
GuillaumeGomez wants to merge 3 commits intorust-lang:masterfrom
Conversation
Contributor
|
Some changes occurred in HTML/CSS/JS. |
6e38299 to
d955a6a
Compare
Urgau
approved these changes
Mar 4, 2022
Member
Does not appear to display the theme picker in mobile. Is this intentional? I would prefer having it in mobile, too. |
Member
Author
|
It's intentional. I'll make it appear on mobile as well and we can talk about it with @jsha then. |
Member
Author
Member
|
Should this maybe be consider for back-porting ? |
Member
Author
|
We already need to discuss it (the mobile part too). |
Collaborator
|
☔ The latest upstream changes (presumably #96566) made this pull request unmergeable. Please resolve the merge conflicts. |
Contributor
|
#96958 makes this PR obsolete, doesn't it? |
Member
Author
|
Absolutely! Thanks for closing it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes #93216.
Kind of linked to #94048.
So more explanations about this: we received a lot of complains about the removal of the theme picker button. The idea behind this change was to reduce the visual distraction. We have a more global plan about settings to have them displayed like the "firefox pocket". To do so, the first step is #93097 (it's blocked on #90630 for the time being). Then once it's fully switched to JS, we can easily change how it's displayed.
So for the moment and as suggested, I move the theme picker button with the other ones one the right. It now looks like this:
You can test it online here.
r? @jsha