• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle





  • In agreement with tteck and Community-Scripts, this project has now transitioned into a community-driven effort. We aim to continue his work, building on the foundation he laid to support Proxmox users worldwide.

    tteck, whose contribution has been invaluable, shared recently that he is now in hospice care. His scripts have empowered thousands, and we honor his legacy by carrying this project forward with the same passion and commitment. We’re deeply grateful for his vision, which made Proxmox accessible to so many.

    To tteck: Your impact will be felt in this community for years to come. We thank you for everything.

    😢







  • As a web app, such behaviour will also need to be programmed to work on a browser first. Packaging it for Play Store should not grant that behaviour automatically.

    (2) Image overlay For Voyager, back button for image overlay works in browser.

    When opening an image viewer, the web app triggers a browser history change like this:

    1. Browsing on feed - https://vger.app/posts/lemmy.world/all
    2. Opening an image viewer - https://vger.app/posts/lemmy.world/all#galleryOpen

    ^ notice the extra #galleryOpen

    When back button is triggered, the web page will listen to a “back” event, and close the image viewer.

    (3) Keyboard: Keyboard is a native UI. So triggering “back” will always close the keyboard

    (1) Modal / bottom sheet

    But… I couldn’t figure out this one yet

    Clicking on the “3 dots icon” in a post opens a bottom sheet interface.

    Play Store version response to back button properly. But the web app version does not.