yuluo-yx opened a new issue, #2444: URL: https://github.com/apache/rocketmq-dashboard/issues/2444
## Problem General settings forms submit full snapshots independently. Concurrent saves can overwrite fields saved by another form, and a failed appearance save leaves the UI and local preferences showing values that were not persisted. ## Expected behavior Serialize settings writes, merge each patch into the latest successful state, and roll back appearance preferences when persistence fails. ## Verification Add focused tests for theme and compact rollback plus cross-form save ordering. -- 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]
