Open
Conversation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
This is a work in progress.
this upgrades the app to the latest version of a lot of the dependencies, including Next 14 -> 15, Tailwind 3 -> 4, React 18 -> 19, and more.
Current status
Currently the project can build, but:
Random build timeout in production
It randomly fails when deployed to a Hugging Face space, but I'm not sure it is caused by this branch (I think we had a similar issue before).
Multiple causes are being investigated, could be an Issue with Bun or Next 15. From what I see, some people experience this issue with Bun so I've modified the build script to use the actual Node (but it still fails randomly, so..)
Performance degradation of the Timeline
Upgrading the webgl-related dependencies (three.js, react-fiber etc) made performance worse for some reason.
Could be because of React 19.
Video playback is broken
The video playback is now fckd up.
There was an issue due to performance (which create app freeze when transitioning from one clip to another), I4ve made an imrpovement for this (caching).
But I think the migration to Tailwind 4 or React 19 broke other things too relative to DOM updates and CSS layering, this needs to be investigated.
Upgrade to the latest version of Shadcn components
This is a bit painful to do because I customized the original components.
So I haven't fully upgraded yet (this can be done in a separate PR)