mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[mobile] Allow swiping gestures to switch Column/Feed #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dezponia on GitHub (Mar 2, 2025).
Originally assigned to: @ricoberger on GitHub.
Is your feature request related to a problem? Please describe
When using the Android app it would feel natural to me if I could switch between Columns and Feeds by swiping across the Column field at the bottom, or the Feeds field at the top. Especially as swiping left/right on a feed item is already a thing for bookmarking the item or marking it at read.
While I don't have an iOS device to test with I assume the behavior is the same on these devices?
Describe the solution you'd like
Allow switching between Columns/Feeds by using Swiping gestures within their respective fields.
Consider if similar behavior could be implemented for other platforms with Touch support.
@ricoberger commented on GitHub (Apr 19, 2025):
Hi @dezponia, thanks for your request. This was implemented in #246 so that the column can be switched by swiping to the left / right.