sunsetsonwheels / webstore

Web client for BananaHackers store-db
https://store.bananahackers.net
GNU General Public License v3.0
17 stars 6 forks source link

Permaliks to apps #6

Closed derhagen closed 3 years ago

derhagen commented 4 years ago

Is your feature request related to a problem? Please describe. When I find an interesting app on the store, I might like to show it to a friend by sending a link.

Describe the solution you'd like Being able to copy an app-specific permalink like https://jkelol111.github.io/webstore/covid-19-numbers that shows the modal including screenshots, description, download button when opened.

Additional: If the app has a category, it might make sense to open this category in the background to allow closing the modal and finding the app again.

sunsetsonwheels commented 4 years ago

Hello, sorry for the late reply, I have been quite busy with life lately. I may try to implement these by giving the cards some ids that could be copied to the clipboard via a button on the card.

sunsetsonwheels commented 4 years ago

The issue is fixed. You can make a link that refers to your app's slug, and the page will be navigated accordingly, such as:

https://jkelol111.github.io/webstore/#telegram

sunsetsonwheels commented 4 years ago

Nevermind, I will reopen this, looks like there are still some rough edges to work around.

sunsetsonwheels commented 4 years ago

Hi, there should be an option for linking to the app card now.

jm42 commented 3 years ago

This still not working for me. Opening https://store.bananahackers.net/#plastic-map will show the toast of data loaded, then the toast of apps loaded, but won't open the app card.

sunsetsonwheels commented 3 years ago

I'm aware of this problem. Will poke around when I have time.

sunsetsonwheels commented 3 years ago

Should be fixed now.