-
-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom highlight color in tabs #1557
Conversation
I put it there last night and I think I forgot about it :)
what happens if there are multiple highlights? |
The color of the tab will be whichever highlight happened last. Should there be a priority (eg. username > highlight phrases)? |
I'm not sure, perhaps the order of the highlights? Maybe it would also be possible to highlight the tab using multiple colors. None of this is really thought out, just some ideas. |
That would be nice in combination with #1542. 😄 |
That's what I was thinking off but I'm not sure if it's the right way to go |
Sorry for the slow response, here's my ideas so far:
Maybe there could be a setting for this, maybe I'm just overcomplicating it, idk. I think keeping it one color is the right way to go from a visual standpoint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The signals tabHighlightRequested
and tabHighlightColorRequested
are both called at the same time, and modify similar code. The tabHighlightColorRequested
signal should be removed, and another argument should just be added to the tabHighlightRequested
signal for the Color.
Other than that, and pending #1542 , I think the feature is nice as is. 👍
Moved the functionality to tabHighlightRequested instead of having two signals that modify similar things
The little bit that set the tab's highlight color never checked whether the tab was a nullptr or not i'm a little silly
I'll consider if this should be added. |
Have you considered yet? |
@ALazyMeme he's still considering :) |
@fourtf It's been just north of 1 year and 2 weeks, have you made a decision? |
@fourtf this is beyond stale now, have you made a decision? |
Is there anyone against this change? This PR has been open for years now. Since GitHub issues doesn't have the polls feature that the discussions have, react with 👍 if you are for this change and 👎 if you are against it. |
This makes the color look almost identical in highlights, but completely identical in tab highlights
We missed 2 years 🎆 🎈 - I'll try to remember next year that Sept 26th is the anniversary |
Do I dare suggest for an option for channels you are subscribed in to be highlighted? |
I wasn't aware that this was still open. Looks good to me 👍 |
I'll take a look at this and how it fits in the current code, and solve the merge conflicts where applicable |
Closing in favour of #5579 |
Closes #1543
Tabs will highlight whatever color is set for that highlight instead of highlighting red.
Example: