Sven
Sven
Add trash and restore actions and show trash for lists. Depends on #20 and noyainrain/micro#123.
Tweak UI
Apply various small fixes and improvements: * [x] Move list details ("edited by") to bottom Done with #25 * [ ] See #23 * [x] See #45
Immediately update the position of an item when another user moves it.
As one measure against flooding / spamming, limit the number of user actions per time window. Depends on noyainrain/micro#46.
Add collection use case, i.e. a wiki in list-form.
At the moment it is possible to check / uncheck (API) and vote for / unvote (API + UI) trashed items.
Introduce ``contribute`` list mode, where users may contribute (items) to the list. An early draft is available in #13 .
Make the playlist loop an idle loop, i.e. play new content immediately.
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()`