-
Notifications
You must be signed in to change notification settings - Fork 149
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
#Vulcan-283/Dynamic browser tab titles. #613
#Vulcan-283/Dynamic browser tab titles. #613
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #613 +/- ##
===========================================
+ Coverage 46.26% 46.28% +0.02%
===========================================
Files 166 167 +1
Lines 6591 6594 +3
Branches 2040 2042 +2
===========================================
+ Hits 3049 3052 +3
Misses 3501 3501
Partials 41 41
☔ View full report in Codecov by Sentry. |
Hi @m-o-n-i-s-h ,
Let me know what you think, |
Hi @nielsdejong , Yes it is possible to achieve the same without the dependency as you mentioned in your comments. The reason why I opted react-helmet-async is we have custom favicon to be displayed (Which I have not included in this PR as it won't add any value to neodash in general) and in future for our usecase we may need to add meta description tag with dynamic content for SEO purpose. If you think it will be an overkill. I would be happy to create a new PR with the simple implementation as you mentioned. Kindly let me know. Thank you, |
Problem
Users finds difficult to navigate between browser tabs. If there are many dashboards opened.
Solution
Implemented a component which will dynamically change the browser tab title. For my users use case, we have used dashboard name.
NOTICE
The program was tested solely for our own use cases, which might differ from yours.
Author Info: Monish monish.nandakumaran@mercedes-benz.com on behalf of Mercedes-Benz Research and Development India
/~https://github.com/mercedes-benz/mercedes-benz-foss/blob/master/PROVIDER_INFORMATION.md