RockteMQ-AI commented on issue #2168: URL: https://github.com/apache/rocketmq-dashboard/issues/2168#issuecomment-5290130472
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** Studio UI — global instance selector component **Compatibility:** No breaking changes; additive UX feature Good UX improvement. Remembering recently used instances (cluster/namespace) in the global selector reduces repetitive navigation. The proposed approach (localStorage-based MRU list, capped at 5-10 entries) is the standard pattern. Implementation notes: - Use `localStorage` with a namespaced key (e.g., `studio:recent-instances:<userId>`) to avoid conflicts - Consider syncing recent instances across devices if Studio has user accounts - Show a visual indicator (e.g., clock icon) to distinguish recent items from the full list - Handle the case where a recent instance no longer exists (stale entry cleanup) **Recommendation:** proceed — low complexity, meaningful UX improvement for multi-cluster users. --- *Automated evaluation by github-manager-bot* -- 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]
