Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • phosh phosh
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 234
    • Issues 234
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • World
  • Phosh
  • phoshphosh
  • Merge requests
  • !1078

home: enable home bar app switching using swipe gestures

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open venji10 requested to merge venji10/phosh:home-swipe-app-switch into main May 30, 2022
  • Overview 24
  • Commits 2
  • Pipelines 10
  • Changes 2

Allow users to switch the active app by swiping left or right on the home bar. Implements #68

This is working already! There was a problem when dragging the home bar up. The swipe feature caused the active application to be switched while dragging up in some cases. I think that is confusing, that's why I added a patch for it. But it could also be considered a feature by some people.

Potential improvements

  • This could be implemented using a DragGesture instead of a SwipeGesture. That would require some way to make the applications fade in/out from the left/right, but it would probably be more pleasant to use.
  • Add a minimum of required velocity to switch app. Could possibly improve the user experience.

I would love to hear about your opinions/suggestions/reviews!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: home-swipe-app-switch