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

Switch to PascalCase for TS files #672

Merged
merged 3 commits into from
Jan 14, 2025

Conversation

stonko1994
Copy link
Collaborator

@stonko1994 stonko1994 commented Jan 13, 2025

Description

Problem

File names are all lowercased and without any structure. This makes it hard to read and also some IDEs (IntelliJ) don't show proper autocompletion when opening files.

Changes

Change to PascalCase or camelCase to match the main type of the file.

This PR has no code-level changes except import paths

@stonko1994 stonko1994 changed the title Switch to PascalCase for all TS files Switch to PascalCase for TS files Jan 13, 2025
…to-pascal-case

# Conflicts:
#	src/ts/UIManager.ts
#	src/ts/components/seekbar/SeekBar.ts
#	src/ts/components/seekbar/seekbarcontroller.ts
#	src/ts/components/settings/subtitlesettings/SubtitleSettingSelectBox.ts
#	src/ts/components/settings/subtitlesettings/SubtitleSettingsResetButton.ts
#	src/ts/components/settings/subtitlesettings/subtitlesettingsmanager.ts
#	src/ts/utils/SeekBarController.ts
#	src/ts/utils/SubtitleSettingsManager.ts
#	src/ts/utils/seekbarcontroller.ts
#	src/ts/utils/subtitlesettingsmanager.ts
Base automatically changed from feature/structure-code-in-folders to feature/modern-ui-base January 14, 2025 08:54
@stonko1994 stonko1994 merged commit 56bf0fa into feature/modern-ui-base Jan 14, 2025
3 checks passed
@stonko1994 stonko1994 deleted the feature/switch-to-pascal-case branch January 14, 2025 09:28
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