I'm sharing a few bugs I've found recently and I'll be adding to the reply itself if I find any in the future, we should probably have an issue tracker for this kind of thing, look into 's v0toolkit suggestions.
- Version card no longer provides link to the file to directly open in code-editor
- Build speed has reduced, probably has to do with the project size but I often have to reload to get the preview working.
- Toggle on and off the diff tool, then try to use the code editor, when trying to move the cursor using arrows it takes more steps than intended, when using backspace it clears more characters, when trying to use the replace shortcut (Ctrl+D) it replaces more words.
- Toggle on the diff tool in one file and try to change a file where there is no diff, older file that wasn't changed recently, it won't allow you to but if you go to any file that was changed recently and toggle the diff tool off, it will work normally again.
Earlier, when we hovered over "layout" or "page" as listed in the card attached, they used to get highlighted as links. If we clicked on that link, it used to take us to that file in the code editor directly, now we need to search for these files in the file tree next to the code editor.