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

Fix stuck page titles on admin dashboard #5735

Merged
merged 3 commits into from
Jul 19, 2024

Conversation

venkat-karasani
Copy link
Contributor

Changes
The page title is being updated at setTitle method inside libraryMenu.js. Inside it we are listening to pageshow event and then getting the data-title attribute value and updating it as the page title. But, the admin views except some are missing these. I added these data-title attributes for the respective div and title prop for the respective Page components.

Issues
Fixes #5686

@venkat-karasani venkat-karasani requested a review from a team as a code owner June 26, 2024 04:18
@thornbill thornbill added bug Something isn't working regression We broke something labels Jul 10, 2024
@thornbill thornbill changed the title Fixed stuck page titles on admin dashboard. Fix stuck page titles on admin dashboard. Jul 12, 2024
@thornbill thornbill changed the title Fix stuck page titles on admin dashboard. Fix stuck page titles on admin dashboard Jul 12, 2024
@thornbill thornbill added this to the v10.10.0 milestone Jul 19, 2024
@thornbill thornbill merged commit 3d9a119 into jellyfin:master Jul 19, 2024
10 checks passed
thornbill pushed a commit to thornbill/jellyfin-web that referenced this pull request Jul 19, 2024
* Fixed stuck page titles on admin dashboard.

* Updating contributors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression We broke something
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Stuck page titles on admin Dashboard
2 participants