[PR #27] [MERGED] [core] Fix Vertical Scrolling #33

Closed
opened 2025-10-31 16:56:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/27
Author: @ricoberger
Created: 10/12/2023
Status: Merged
Merged: 10/12/2023
Merged by: @ricoberger

Base: mainHead: core-fix-vertical-scrolling


📝 Commits (1)

  • aee7094 [core] Fix Vertical Scrolling

📊 Changes

2 files changed (+20 additions, -1 deletions)

View changed files

📝 app/ios/Podfile.lock (+1 -1)
📝 app/lib/main.dart (+19 -0)

📄 Description

As reported in #25 the list of sources in a column can not be scrolled vertically when there are a lot of sources which can not all be displayed within the existing space.

This problem only occures when a user has no touch device or trackpad, e.g. on Linux, Windows or the Web.

To fix this we changed the scroll behaviour in the app to allow scrolling via drag gestures. For the reported case this means the list of sources can be dragged to the right or left side to view all the other sources which are hidden.

Fixes #25


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/27 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/12/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-fix-vertical-scrolling` --- ### 📝 Commits (1) - [`aee7094`](https://github.com/feeddeck/feeddeck/commit/aee709449c9296bddcc75c3e3e801eb7e989bc2d) [core] Fix Vertical Scrolling ### 📊 Changes **2 files changed** (+20 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/ios/Podfile.lock` (+1 -1) 📝 `app/lib/main.dart` (+19 -0) </details> ### 📄 Description As reported in #25 the list of sources in a column can not be scrolled vertically when there are a lot of sources which can not all be displayed within the existing space. This problem only occures when a user has no touch device or trackpad, e.g. on Linux, Windows or the Web. To fix this we changed the scroll behaviour in the app to allow scrolling via drag gestures. For the reported case this means the list of sources can be dragged to the right or left side to view all the other sources which are hidden. Fixes #25 <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:56:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#33