Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve RSS feed icons #28368

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Improve RSS feed icons #28368

merged 2 commits into from
Dec 6, 2023

Commits on Dec 6, 2023

  1. Improve RSS feed icons

    - The RSS Feed icons were placed in a proper button, so that it does
      not look "inconsistent". This also makes the problem of the button
      being improperly aligned go away.
    - The icon that shows on user profiles has not been modified because
      of a lack of better implementation ideas.
    - Where applicable, the RSS Feed icon was put directly next to the
      Follow button (right menu), as both functionalities effectively
      share the same purpose.
    - Despite the attempt at achieving less inconsistency, a conscious
      decision to not add any text to those buttons was made, opting for
      tooltips instead. "Make it present, but not too annoying."
    - A special exception was made for the Releases pages (which contains
      text, not a tooltip), where an RSS feed would be particularly
      beneficial to users.
    
    The fact that the RSS functionality is explicitly optional was taken
    into account, and these improvements were made with public-facing
    instances (where the feature works best) in mind.
    n0toose committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    65aacec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68df4e1 View commit details
    Browse the repository at this point in the history