Summary: | Ignore repeated clicks in the sidebar | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Ilya Bizyaev <bizyaev> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, josh |
Priority: | NOR | ||
Version First Reported In: | 24.12.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 25.08 | |
Sentry Crash Report: |
Description
Ilya Bizyaev
2024-12-19 22:06:53 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/tokodon/-/merge_requests/694 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 This is fixed now as of 25.08 |