sandstorm-io / sandstorm

Sandstorm is a self-hostable web productivity suite. It's implemented as a security-hardened web app package manager.
https://sandstorm.io
Other
6.74k stars 705 forks source link

Using Sandstorm's "Share" button should add whatever trailing URL parameters are present currently #642

Open paulproteus opened 9 years ago

paulproteus commented 9 years ago

Steps to reproduce:

Expected results:

Actual results:

Note:

timmc commented 3 years ago

Adding on to this, it would be great if the URL fragment would be included as well. For example, this Lychee URL includes the album ID: .../#1

The default sharing URL would go instead to the root of the grain, requiring the viewer to click on the album: .../

(Theoretically, I should be able to link to a specific image this way using .../#1/15122496781091, but the packaged version of Lychee fails to load up the actual image. Separate bug, there.)