Skip to content

[Feature Request]: Update label casing to sentence case #5000

@kommunarr

Description

@kommunarr

Guidelines

  • I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
  • I have searched the documentation for information that matches the description of the feature request I want to file, without success.
  • This issue contains only one feature request.

Problem Description

Our labels throughout FreeTube vary between sentence case and title case. There is no consistency, and this can at times be mildly jarring visually.

Proposed Solution

Standardize all labels in FreeTube under sentence case, the one preferred by many style guides (see discussion here as well). We can do this either programmatically or manually (which sounds terrible). If programmatically, apply to all elements descending from the root of the document - this should take one rule, and maybe getting rid of any text-transforms elsewhere if they clash with this vision. Any exceptions to this rule should be exceptionally rare. I don't think we can write exceptions for labels starting with a word that should be lowercase given our large amount of supported languages, but that's fine. Of course, this does not apply to modifying user-generated content, unless we're talking about Display Titles Without Excessive Capitalisation And Punctuation, which @efb4f5ff-1298-471a-8973-3d47447115dc has rightly called out needs to be retested with the implementation of this feature.

Test modals and sections throughout the app to confirm that there are no issues with visually portraying the hierarchy with this change. If there are any, use additional styling like bolding and minor size differentials to resolve them.

Alternatives Considered

None

Issue Labels

visual improvement

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    To assign

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions