You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took the prompt, to fill in the IMDB top 100 movies, and realized that this isn't a useful list for me. I've seen ~2/3 of these films, and deleting them one by one involves many clicks. Is it possible to delete a collection? Or multi-select movies, and delete them?
The text was updated successfully, but these errors were encountered:
At the moment it's not possible but I'll keep it in mind in the future. One of the ideas I have is to implement a list view, and it shouldn't be difficult to add that kind of interaction there.
However, until that happens (it's going to take a while), maybe you can use a different application to do it? The nice thing about Solid is that your data is not trapped in a single app. So if an app is missing a feature you would like, you can potentially use a different app to update the data :). In this case, you only need to delete the documents with the movies you've watched, so you could use any pod browser type of app.
Also, you say you've seen the movies? In that case, you could just mark them as watched instead of deleting them, that way you'll also be able to keep track of the ones you've already seen (which is the point of the app). It shouldn't be too difficult to do that, since you can click on the ribbon with the clock icon to mark them as watched.
I took the prompt, to fill in the IMDB top 100 movies, and realized that this isn't a useful list for me. I've seen ~2/3 of these films, and deleting them one by one involves many clicks. Is it possible to delete a collection? Or multi-select movies, and delete them?
The text was updated successfully, but these errors were encountered: