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

feat: add srt metadata to editview #50

Merged
merged 2 commits into from
Oct 24, 2024
Merged

feat: add srt metadata to editview #50

merged 2 commits into from
Oct 24, 2024

Conversation

LucasMaupin
Copy link

No description provided.

Copy link

@Saelmala Saelmala left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -33,6 +34,12 @@ export default function GeneralSettings({ locked }: GeneralSettingsProps) {
}));
};

const getValueWithBackup = (value?: string | number) => {
const backedUpValue = value || 'undefined';

Choose a reason for hiding this comment

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

Should this be "undefined"?
Shouldn't it be more "normal language" and added to i18n?

Copy link

@malmen237 malmen237 left a comment

Choose a reason for hiding this comment

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

LGTM

@LucasMaupin LucasMaupin merged commit d81fa00 into main Oct 24, 2024
4 checks passed
@malmen237 malmen237 deleted the feat/edit-srt branch November 7, 2024 10:59
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.

3 participants