yuluo-yx opened a new issue, #2443:
URL: https://github.com/apache/rocketmq-dashboard/issues/2443

   ## Problem
   
   User management actions rely only on React loading state. Rapid repeated 
input can submit duplicate create, password, or status mutations before the 
next render, while an older list request can overwrite a newer response.
   
   ## Expected behavior
   
   Use synchronous in-flight guards for mutations and apply only the latest 
list response. Expose row and modal loading states while requests are active.
   
   ## Verification
   
   Add focused UI tests for duplicate create and repeated status submissions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to