pitr / gemini-ios

Elaho - iOS browser for Gemini protocol
Mozilla Public License 2.0
116 stars 6 forks source link

Up button #12

Closed pitr closed 3 years ago

pitr commented 3 years ago

(alternatively button to go to the root of the domain)

Add a button next to back/forward to go up (ie $CURRENT_URL/../) the directory tree. Perhaps use bookmark button for this, since that functionality is already available by tapping address bar.

Original feedback from @LukeEmmet:

It would be great to be able to go to the "home" of each page as a standard shortcut. I often find myself reading an article or blog post, then I want to go and see what else that person has written. At the moment, you have to hack the URL, which on iOS is quite fiddly. For example: up to the current user's home (/~user/foo -> /~user or /users/foo/bar -> /users/user), or being able to go to the "top level" of the domain. A simple "up to parent folder" button or link might be the simplest implementation.

pitr commented 3 years ago

done in 92cd6f00