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

Remove overhang logo and user when viewing media #1514

Merged
merged 8 commits into from
Feb 8, 2024

Conversation

cewert
Copy link
Member

@cewert cewert commented Nov 18, 2023

Why remove the logo?

Branding is good but too much branding is bad. At the very minimum, the user will still see the logo on the home screen of the app as well as the server and user select screens. This just removes the logo from screens that display media (the home screen shows media too but is more of a dashboard) to allow the focus to be on the media itself. The user knows what app they are using at this point.

Why remove the user?

As mentioned above, the home screen is basically the dashboard for the app and this is the one screen where the currently logged in user is shown. If the user ever isn't sure who is the logged in user, then can navigate to the home screen. This also allows more focus to be on the media itself while viewing it.

Before:
unstable-logo

After:
remove-logo

Changes

  • Crop logo images to remove wasted space around the image
  • Add overhang logo to "left group"
  • Hide overhang logo and user when navigating away from the home screen

@cewert cewert added the general-improvement Quality of life improvements that don't add new functionality. label Nov 18, 2023
@cewert cewert requested a review from a team as a code owner November 18, 2023 20:00
@cewert
Copy link
Member Author

cewert commented Nov 18, 2023

It looks like the image quality went down a bit when I cropped these in paint 😢 We should recreate the images from the SVG sources.

@sevenrats
Copy link
Member

this is also more in line with web, which is nice.
do you mind attaching a screenshot of the home screen with the modified logo?

@cewert cewert changed the base branch from unstable to master December 14, 2023 15:09
@jellyfin-bot
Copy link
Contributor

This pull request has been inactive for 21 days and will be automatically closed in 7 days if there is no further activity.

@jellyfin-bot jellyfin-bot added the stale This issue/PR has gone stale. label Jan 7, 2024
source/utils/misc.bs Outdated Show resolved Hide resolved
components/JFOverhang.xml Outdated Show resolved Hide resolved
components/config/SetServerScreen.bs Outdated Show resolved Hide resolved
components/home/Home.bs Outdated Show resolved Hide resolved
components/home/Home.bs Show resolved Hide resolved
components/login/UserSelect.bs Show resolved Hide resolved
@jellyfin-bot jellyfin-bot removed the stale This issue/PR has gone stale. label Jan 9, 2024
Copy link
Member

@1hitsong 1hitsong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functionality looks good now. 1 small code style change.

components/home/HomeRows.bs Outdated Show resolved Hide resolved
@cewert cewert mentioned this pull request Feb 3, 2024
@cewert cewert requested a review from 1hitsong February 3, 2024 22:43
@cewert cewert merged commit b2ee23e into jellyfin:master Feb 8, 2024
11 checks passed
@cewert cewert deleted the only-show-logo-home branch February 8, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
general-improvement Quality of life improvements that don't add new functionality.
Projects
Development

Successfully merging this pull request may close these issues.

5 participants