-
-
Notifications
You must be signed in to change notification settings - Fork 463
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
feat(usersettings): add ability to hide tags on details page #3810
base: develop
Are you sure you want to change the base?
feat(usersettings): add ability to hide tags on details page #3810
Conversation
What about instead of just hiding it entirely, we add an option to auto collapse the tags? That way users could still see them if they want to? |
Yeah I like that idea, I can implement that. |
I updated it, I am probably going to pull out UI into it's own component so it is in one spot, but that is a tomorrow problem. Functionality and UI is there right now. |
@sct Updated to use a shared component. The only configurable thing besides the tags is the type of |
@@ -55,6 +55,8 @@ const messages = defineMessages({ | |||
plexwatchlistsyncseries: 'Auto-Request Series', | |||
plexwatchlistsyncseriestip: | |||
'Automatically request series on your <PlexWatchlistSupportLink>Plex Watchlist</PlexWatchlistSupportLink>', | |||
collapsetags: 'Collapse Tags', | |||
collapsetagstip: 'Collapse tags by default in Movie/Series detail page', |
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.
Think this sounds slightly better: Collapse tags by default on the Movie/Series details page
fix #3350
Description
Add ability for a user to collapse tags on the movie/tv detail page from a checkbox. I made the text the same size as the season text, maybe it should be smaller? Up to do whatever there.
[question] This is at the user level right now, because that is where the other PR had it, should it be a server level setting?
Screenshot (if UI-related)
Collapse Tags checkbox in user settings page
Collapse Tags checkbox unchecked (default)
Collapse Tags checkbox checked
To-Dos
yarn build
yarn i18n:extract
Issues Fixed or Closed