Sven
Sven
After opening a link to a shared list, it is not available on the start page of the Safari PWA. How to reproduce: 1. Open Listling in Safari mobile 1....
Add a share button for items. For the implementation, we could adjust both `listling.components.list.share()` and `ShareDialog` to accept an object, either list or item, and generate the URL / render...
Make it possible to open locations with location-aware apps, e.g. for navigation, via [geo URI](https://en.wikipedia.org/wiki/Geo_URI_scheme). We still need to determine how to best represent this in the UI. Some ideas:...
Add support for internationalization. Provide German (my mother tongue) as first additional language.
Make it possible to download lists in a plain text format, so users keep control over their data. Suggested by @muelli (thanks!).
Make it possible for a user to delete their account. This could be realized by anonymizing the user account and profile data.