feat: add persistent color selection for browser container sessions - #619
Open
JeremySnidaro wants to merge 1 commit into
Open
feat: add persistent color selection for browser container sessions#619JeremySnidaro wants to merge 1 commit into
JeremySnidaro wants to merge 1 commit into
Conversation
This was referenced May 22, 2026
Open
Adds a color picker dialog (9 Firefox container colors) accessible from the session contextual menu. The chosen color is persisted in the session model and sent to the browser extension via the existing WebSocket payload, so Firefox containers are created or updated with the user-defined color instead of a random fallback. - Session model gains an optional `color` field - New ChangeColorDialog component with swatch UI, fully keyboard accessible - Color dot indicator on session cards, updates live after save - extension-websocket.service forwards sessionColor to the extension - @noovolari/dpapi-addon moved to optionalDependencies (Windows-only) Signed-off-by: Jeremy Snidaro <jeremy.snidaro@papernest.com> Signed-off-by: Jeremy SNIDARO <jeremy.snidaro@papernest.com>
JeremySnidaro
force-pushed
the
feat/persistent-session-color
branch
from
May 22, 2026 15:00
93e3ebf to
0d48869
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Closes #620
Changelog
Enhancements
packages/core:Sessionmodel gains an optionalcolorfieldpackages/desktop-app: NewChangeColorDialogcomponent with 9 color swatches matching Firefox container colorspackages/desktop-app: Color dot indicator on session cards, updates live after savepackages/desktop-app:extension-websocket.serviceincludessessionColorincreate-new-sessionmessagespackages/desktop-app:@noovolari/dpapi-addonmoved tooptionalDependencies(Windows-only native module, was breaking macOS builds)Notes
Companion PR for the browser extension: Noovolari/leapp-multi-console-extension#6
The color field is optional and backwards-compatible — sessions without a color set behave exactly as before.