You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the dashbord, when we click on a page, this adds a filter and the graph show the traffic for that page. The Pages and Referrers tables go "inactive".
It would be nice if the Referrers table got updated to only show referrers leading to the page we filter to. It could be done, with a join table between stats and referrers (to avoid duplicating entries in the referrers table).
If such a feature seems interesting to you, I might give a shot at a PR?