Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add ‘leading’ and ‘trailing’ Time Label Positions #77

Open
lhlyu opened this issue Oct 14, 2024 · 1 comment
Open

Comments

@lhlyu
Copy link

lhlyu commented Oct 14, 2024

Here’s what I propose:

enum TimeLabelLocation {
  // Existing options...

  /// The time is displayed at the leading side of the progress bar.
  ///
  /// | 01:23/10:20 -------O---------------- |
  leading,

  /// The time is displayed at the trailing side of the progress bar.
  ///
  /// | -------O---------------- 01:23/10:20 |
  trailing,
}

Screenshot_2024_1014_101452

@suragch
Copy link
Owner

suragch commented Oct 14, 2024

That looks like a reasonable request. I'm not sure when I'll get to it, though. For now, I recommend that you copy the source code and make the changes yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants