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

Support for customizing the font style and character edge color of subtitles/captions #679

Merged
merged 6 commits into from
Jan 15, 2025

Conversation

dweinber
Copy link
Member

Description

The current subtitle/caption styling did not allow for changing the font style (default, italic, bold) and the character edge color. These two options are now added as well.

Checklist (for PR submitter and reviewers)

  • CHANGELOG entry

@dweinber dweinber marked this pull request as ready for review January 15, 2025 07:51
@stonko1994 stonko1994 self-requested a review January 15, 2025 14:07
Copy link
Collaborator

@stonko1994 stonko1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good just two minor questions.

+1 In the current UI, the Subtitle Styling Settings Panel is now very big. This is fixed in the upcoming UI layout but do we want to back-port the scrollable/height handling to the current UI?

@@ -144,3 +144,19 @@
outline: none;
}
}

/// Replace `$search` with `$replace` in `$string`. From https://css-tricks.com/snippets/sass/str-replace-function/
/// @author Kitty Giraudel
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to keep this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it would be nice to keep the attribution. But the link alone could also be sufficient. What's your preference?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a strong opinion. Both works for me 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in 8c5bab4

@dweinber
Copy link
Member Author

Thanks!

In the current UI, the Subtitle Styling Settings Panel is now very big. This is fixed in the upcoming UI layout but do we want to back-port the scrollable/height handling to the current UI?

That would be good if someone could do that 😉

@dweinber dweinber merged commit 46c7e33 into develop Jan 15, 2025
3 checks passed
@dweinber dweinber deleted the feature/subtitle-styling-edgecolor-fontstyle branch January 15, 2025 16:33
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

Successfully merging this pull request may close these issues.

2 participants