https://bugs.kde.org/show_bug.cgi?id=497697
--- Comment #2 from Joshua Goins <j...@redstrate.com> --- Git commit c695be31b1f42be8dae7b426ad43067ed4dc8511 by Joshua Goins. Committed on 20/01/2025 at 01:07. Pushed by redstrate into branch 'master'. Don't reload the current page when clicking on it in the navigation Previously if you clicked on a page in the navigation - e.g "Home" - then Tokodon would load the *whole* page again. Not only is this super wasteful, but it's also a performance drain and bad UX. Instead, don't allow reloading to the *same* page you were already on. And start making a repeated tap do something better. Right now for example tapping on Home again will just return you to the top. M +58 -19 src/content/ui/Main.qml M +4 -0 src/content/ui/TimelinePage.qml https://invent.kde.org/network/tokodon/-/commit/c695be31b1f42be8dae7b426ad43067ed4dc8511 -- You are receiving this mail because: You are watching all bug changes.