Closed mchiapello closed 2 years ago
Yes, good suggestion, thanks. Will make it an option (which will also be useful in accommodating varying screen sizes).
Make font size (on buttons) variable too, rather than relying on scaling the view in the browser.
Implemented in dev branch, you can now start the scouter with something like
ov_scouter(app_styling = list(review_pane_width = 40))
(review pane becomes 40% of screen width and the buttons will shrink to accommodate it).
Hi Ben, the new option works very well! Thank you for implemented it.
Just a small side effect: the Botton names remain of the same font size, so some of them are not readable or part of the name is hidden behind the next button.
This is very low priority issue.
Is possible to not have the review panel on top of the court panel? This can be especially useful when you also scout the opponent team and you do not know the player or you cannot see the shirt number. Having the ability to see the court panel can be extremely useful.
This is what I called court panel:
Here for example, I cannot see the number of the receiving player. If the court panel is not hidden by the review panel I can probably infer it.
If you press 'z' at this point, the popup and review pane will be hidden (while you hold 'z' down) and you can see the court panel
(By the way, if the keyboard shortcuts keys do not suit you, you can change them. The defaults are set by ov_default_shortcuts()
, so you could:
my_shortcuts <- ov_default_shortcuts()
## modiify that
ov_scouter(..., shortcuts = my_shortcuts)
I did not know the existence of this keyboard shortcut. Thank you
Hello, is it possible to increase the video loop by decreasing the button size in pop-up interface? I feel the video loop is super useful, but a bit small.
Thank you