listling
listling copied to clipboard
Web app to make and edit lists collaboratively.
Make the playlist loop an idle loop, i.e. play new content immediately.
When starting up listlings on an new and empty redis, the icon_small and icon_large settings are not set. This causes the icons field i manifest.webmanifest to be empty, and thus...
Design an icon for Open Listling and and ship it by default.
Add presentation use case, i.e. a list of slides. Provide an example similar to the other use cases. See: * Server: `listling._USE_CASES`, `listling._EXAMPLE_DATA` * Client: `listling.components.start.getUseCases()`
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:...