[PR #13674] Use only one tab color picker for all tabs, delay load it #29702

Open
opened 2026-01-31 09:36:24 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13674

State: closed
Merged: Yes


Summary of the Pull Request

  • We only ever have 1 color picker now, instead of each tab having its own
  • TerminalPage constructs this color picker (upon first request for it)
  • TerminalPage attaches the color picker to the tab that requested for it
  • TerminalTab detaches the color picker when it is done with it, so that TerminalPage can attach it to another tab later on

References

#5907

Validation Steps Performed

User-end behaviour is the same

**Original Pull Request:** https://github.com/microsoft/terminal/pull/13674 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request - We only ever have 1 color picker now, instead of each tab having its own - `TerminalPage` constructs this color picker (upon first request for it) - `TerminalPage` attaches the color picker to the tab that requested for it - `TerminalTab` detaches the color picker when it is done with it, so that `TerminalPage` can attach it to another tab later on ## References #5907 ## Validation Steps Performed User-end behaviour is the same
claunia added the pull-request label 2026-01-31 09:36:24 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29702