Add reload button, rename reset to clear#7954
Conversation
| @@ -1,5 +1,6 @@ | |||
| /// <reference types="next" /> | |||
| /// <reference types="next/image-types/global" /> | |||
| /// <reference types="next/navigation-types/compat/navigation" /> | |||
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Five Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |

Overview
Closes #4776 #7848
The "reset" button is weird.
When you click it, it alerts with "Do you want to reset your edits too"
That would be fine I guess if we just relabeled the buttons, but when you're making edits, it's actually annoying to have to keep clicking "cancel".
So this PR separates the two into different buttons:
Screen.Recording.2025-08-28.at.3.11.57.PM.mov
On mobile we'll now collapse to all icons: