feat(tabs): implement MRU tab cycling and order management#38132
feat(tabs): implement MRU tab cycling and order management#38132razzeee wants to merge 1 commit into
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate Found:
This PR appears to be closely related to your PR #38132. Both are addressing tab navigation with history/MRU (Most Recently Used) functionality. PR #37927 specifically mentions "navigate tabs by selection history," which directly aligns with your implementation of "MRU tab cycling and order management." You should check if PR #37927 is already merged or still open, and verify whether it covers the same functionality or if your PR adds additional features. |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Issue for this PR
Can't find one, should I create one?
Type of change
What does this PR do?
Holds a list of most recently open tabs and allows to navigate back to them in the correct order
How did you verify your code works?
I haven't need to build in on a different machine later.
Screenshots / recordings
I'll add that later, when I'm back home.
Checklist