-
-
Notifications
You must be signed in to change notification settings - Fork 171
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when I click certain buttons inside the QuickAdd modal (such as in the Macro Manager or settings). The entire modal completely refreshes and re-renders, which resets the scroll position and causes me to lose track of exactly where I was editing.
Describe the solution you'd like
I would like the related UI rendering code to be optimized so that clicking these buttons updates the modal without a full refresh. If a complete re-render is absolutely necessary, it would be great if the plugin could automatically save and restore the previous scroll position and focus state so the view doesn't jump.
Describe alternatives you've considered
Currently, the only workaround is to manually scroll back down and visually search for the item I was just editing after every single click, which is highly inefficient and interrupts the workflow.
Additional context
As shown in the attached GIF, you can see how the entire modal jumps and refreshes when the buttons are clicked. If you are interested in addressing this, I would be happy to help by identifying and listing out all the specific buttons that trigger this refresh.
