-
Notifications
You must be signed in to change notification settings - Fork 80
Upgrades and refactoring #205
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
base: main
Are you sure you want to change the base?
Conversation
…r (setting the stage for adding a % tracker of non-standar-ingest transcoding)
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
jsanford8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in general, looks pretty reasonable. A couple of minor things to change
| type Props = null; | ||
|
|
||
| const Index: React.FC<Props> = () => { | ||
| console.log('INDEX PAGE LOADED - TEST LOG'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this
| <Button className={isUploading ? 'hidden' : '' } slot="file-select">Upload video</Button> | ||
| </MuxUploader> | ||
| {(() => { | ||
| console.log('INDEX: Rendering MuxUploader, isUploading:', isUploading); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also this
|
|
||
| expect(res._getStatusCode()).toBe(200); | ||
| }); | ||
| }); No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's a bunch of files with no newlines at the end. Maybe you can configure claude to fix that up?
No description provided.