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

   ## Summary
   - sort message query results by `storeTime` descending before returning them 
to the page
   - apply the same ordering to mock-mode message queries
   - add a regression test for mixed numeric and ISO timestamp responses
   
   ## Motivation
   This keeps the Studio message search baseline aligned with the existing 
dashboard behavior expected by users: query results should show the newest 
stored messages first instead of relying on backend/provider iteration order.
   
   Related issues: #213, #191
   
   ## Verification
   - `npm test -- message.test.ts`
   - `npm run build`
   - `npm run lint` (passes with existing Fast Refresh warnings in unrelated 
files)
   


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