coleam00 / bolt.new-any-llm

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
https://bolt.new
MIT License
3.85k stars 1.58k forks source link

Revert didn't work, but fork did kind of work #352

Open nigelp opened 1 day ago

nigelp commented 1 day ago

Describe the bug

I pressed the Revert button to go back up a prompt. It did a lot of code wrangling, but at the end no preview was shown. However when I pressed Fork, it again did code wrangling and this time it went back to the previous prompt, except it lost all the design features.

Link to the Bolt URL that caused the error

http://localhost:5173/

Steps to reproduce

  1. click on revert.
  2. App flashed through code changes.
  3. Ends up with no Preview (and assume therefore, no reversion?)
  4. Click on Fork.
  5. App does code changes
  6. Preview shows, but with lost design elements (bare HTML it looks like)
  7. When trying to fix design, again breaks.
  8. Fork again goes back to bare app with no design.
  9. Design completely gone in Bolt (looks lovely in the local Dev mode though, but no way to get it up to Bolt?)

Expected behavior

I hoped the dev app would revert to an earlier prompt, and remove the code which was causing the issue.

Screen Recording / Screenshot

No response

Platform

Additional context

No response