Feature Description
Currently, when clicking a documentation link that redirects to another section within the same Markdown file, the page jumps abruptly. We noticed that users in our environment reported feeling confused by this, as the sudden transition sometimes makes them think they were redirected to a different file rather than just navigating the same document. I tested applying the scroll-behavior: smooth CSS property via browser DevTools (F12) and it worked perfectly to provide a smooth visual transition, keeping the user's context intact and improving the UX. I searched the existing issues and couldn't find anything related to this enhancement. Implementing this would significantly enhance the reading flow and make navigating extensive documentation in Gitea much more intuitive.
Screenshots
No response
Feature Description
Currently, when clicking a documentation link that redirects to another section within the same Markdown file, the page jumps abruptly. We noticed that users in our environment reported feeling confused by this, as the sudden transition sometimes makes them think they were redirected to a different file rather than just navigating the same document. I tested applying the
scroll-behavior: smoothCSS property via browser DevTools (F12) and it worked perfectly to provide a smooth visual transition, keeping the user's context intact and improving the UX. I searched the existing issues and couldn't find anything related to this enhancement. Implementing this would significantly enhance the reading flow and make navigating extensive documentation in Gitea much more intuitive.Screenshots
No response