IDE polish; image viewer, preview toolbar, editor themes - #33
Conversation
Deploying browsercode with
|
| Latest commit: |
3b61052
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0e4f7d2f.browsercode.pages.dev |
| Branch Preview URL: | https://feat-ide-polish.browsercode.pages.dev |
Refactors
No logic changes has been made. Visibly the terminal drags to 90% instead of stopping at 600px. |
GabrielaReyna
left a comment
There was a problem hiding this comment.
Excellent work as usual, just added some minor comments. After addressing these it should be ready for merging.
One question, since you added "Cloned repos: Next.js clones run on webpack instead of Turbopack; the rolldown wasm binding now applies only from Vite 8.2.", these will start working only after merging the changes in the other PR, correct?
|
The first two commits overlap in both PRs. The Vite and Next changes are present in this PR, so they'll work even without merging the other PR. These two commits are meant to be compatible with browserpod v3.0.1, which is why they're present here. The Vite modification is required for the latest Vite to work, but the Next fix isn't present in browserpod v3.0.1. There's no harm in adding it here already, though. The other changes in the other PR are based on the updated browserpod version, which isn't publicly available at the moment. |
Four IDE improvements plus two clone-boot fixes.