marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
728 stars 12 forks source link

Back button/swipe to go back #597

Closed Vinnl closed 1 year ago

Vinnl commented 1 year ago

Describe your feature request

My mouse has two buttons on the side that I use to go back and forward in the browser, and on my trackpad, I swipe to the right to go back in the browser. It would be nice if I could do the same to go back to the list after inspecting an image/a container in Pods.

marhkb commented 1 year ago

I just tested and it works already. Every AdwLeaflet in Pods has set can-navigate-back property.

From the property's description:

Whether gestures and shortcuts for navigating backward are enabled. The supported gestures are: One-finger swipe on touchscreens

  • One-finger swipe on touchscreens
  • Horizontal scrolling on touchpads (usually two-finger swipe)
  • Back/forward mouse buttons

Bildschirmaufzeichnung vom 2023-03-26, 23-14-24.webm

Can you specify exactly where it is not working?

Vinnl commented 1 year ago

Hmm. I swear it didn't work before! But you're right, they do work now, weird :/

I'll close this issue then, thanks for the great app, it's working really well for me!