Boris
Boris
Seems like for at least one person, after re-opening the app, the right-most column in the gallery is empty. I suspect because of some division and rounding error, there is...
The number of videos per gallery row works as desired, but if you use the "Zoom" feature (to increase the size of the UI) it seems that upon starting the...
Maybe have a bottom tray for building a temporary playlist: - Button to start adding to playlist queue (so that clicking on any video will add video to the queue)...
It seems like it may be relatively simple to perform face detection (placing a bounding box across any face found in an image). This process may be super fast: apparently...
If you scan to import new videos, and after you're done you add more videos and re-scan again, the timer shows up with the wrong estimate for the first few...
In the sidebar, there is dedicated empty space below every search box (so as to make the filter `search term` box appear below without shifting the layout). Consider reducing the...
🤔 may be easy - but will require a check-box during the creation of the hub, which is easy to do but perhaps hard to communicate its behavior 🤔 If...
This should be easy using the `lastPlayed` property 🤔 Rather than replace the functionality, perhaps load the top-5 according to `lastPlayed` property upon opening the hub 🤔 and continue using...
Seems like there is a lot of redundancy here: https://github.com/whyboris/Video-Hub-App/blob/main/src/app/pipes/sorting.pipe.ts#L196 Seems like I could create a dictionary from `sortingType` (e.g. `timeAsc`) to the sort property (e.g. `duration`) and reduce the...
It's been requested often-enough, and it is rather easy to do. The challenge is to have a nice UI for it - probably as easy as adding the `x` above...