yx9o opened a new pull request, #767:
URL: https://github.com/apache/rocketmq-dashboard/pull/767

   ## What is the purpose of the change
   
   Message queries are often repeated during troubleshooting, but users 
currently need to re-enter the query conditions each time.
   
   This change adds recent query history so successful queries can be quickly 
restored and executed again.
   
   ## Brief changelog
   
   - Store up to five successful message queries in local storage.
   - Support Topic, Message Key, and Message ID query modes.
   - Deduplicate repeated queries and move the latest query to the front.
   - Support replaying and clearing recent queries.
   - Ignore failed queries and malformed stored data.
   
   ## Verifying this change
   
   - Added tests for persistence, replay, clearing, deduplication, history 
limits, failed queries, Topic and Key queries, and malformed stored data.
   - Verified 270 frontend tests pass.
   - Verified the frontend build, lint, formatting, and diff checks pass.


-- 
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