I could really use a setting to make the logo redirect to the Dashboard instead of the home page.
In the meantime, if anyone is interested:
Using the extension Tampermonkey you can make the Logo button redirect to the dashboard instead using this script:
// ==UserScript==
// @name Traktv - Logo to dashboard
// @namespace http://tampermonkey.net/
// @version 2024-09-18
// @description try to take over the world!
// @author You
// @match https://trakt.tv/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=trakt.tv
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.querySelectorAll("a[href='/home']").forEach(e => e.href = "/dashboard")
})();
Have to add my voice to it, this one definitely shouldnāt be a keeper, in my opinion. What reason does anyone have to regularly return to /home as opposed to the dashboard whereā¦ yāknow, everything we use is??? Idk who thought of this, but Iām really curious about the thought process here.
Put a link to /home in the header if you must, but please revert this change that turned something convenient weāve gotten used to over the years into something thatās just pointless.
Trakt logo links to the home page, since there is now a dedicated Dashboard link.
I do not like this on Mobile devices. The mobile devices have the hamburger menu and I feel like this adds too many click-throughs to easily get back to my dashboard. I liked how the old logo was centered on mobile devices and always quickly took me back to my dashboard.
Suggestion, if you are logged in and possibly a VIP option in settings, to have the logo take you back to Dashboard instead of always Home page.
Well dang, I searched so that I didnāt create a duplicate postā¦but thanks for the info. I have hard-refreshed everything and I still get sent to Home page. Iāll give it a few more days to see if itās just still propagating around.
Not really sure on that, the logo just goes to https://trakt.tv and that decides to load the home page or dashboard based on being signed in or not. Are you sure youāre signed in?
Yep, I use the website almost every single day. Most of the time while working during the day on my desktop, but when I check in to shows or movies in the evenings I use my phone (website). I havenāt had good eperiences with the iOS app so I just stick to the website on all my devices.