Hello! I opened a GitHub Issue about this a while ago, but I probably should have started here instead.
To summarize my feature request, I would love if markers with ranges (start and end times) showed on the scene player control bar on mobile screens the same way they do on desktop.
Here’s what they currently look like on mobile:
And here’s approximately what I wish they looked like:
The screenshot above is actually using the latest release of Stash, using an orientation-switching trick which is detailed in the GitHub issue.
I couldn’t think of any reasons why showing these marker ranges would be problematic on small screens, because this looks pretty good to me (except the space between the markers and the control bar should probably be reduced). I confirmed that the start and end times appear at the correct position (at least on my browser), so that doesn’t seem to be an issue. I also have a screenshot with some extra markers added, to show what it looks like with layers, and it looks fine to me too:
I believe this would be a very easy change, because I think this line of code is the only thing that is preventing the ranges from appearing on mobile screens. I would be happy to submit a PR if this is a desired change!
Please let me know if you have any thoughts or feedback! Thanks!


