Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Ability to change colors of columns for easier multi account management #44

Closed
wingless1 opened this issue Oct 19, 2015 · 5 comments
Closed
Labels

Comments

@wingless1
Copy link

It would be a great addition to the BetterTweetDeck if there was an option to change colors of columns.

I manage 3 account (One personal, two company) and i find it a little bit hard to seperate their related columns. I use different columns for all the accounts notifications, messages etc. You might imagine there is a lot of clutter :)

@eramdam eramdam changed the title Ability to Change Colors of Columns for Easier Multi Account Management #Enhancement Ability to Change Colors of Columns for Easier Multi Account Management Dec 23, 2015
@eramdam
Copy link
Owner

eramdam commented Dec 27, 2015

I like the idea a lot, I'm adding this to the 3.x features "roadmap"

@eramdam eramdam added this to the 3.0 milestone Dec 27, 2015
@eramdam eramdam self-assigned this Jan 15, 2016
@eramdam eramdam modified the milestones: 3.1, 3.0 May 30, 2016
@eramdam eramdam changed the title Ability to Change Colors of Columns for Easier Multi Account Management Ability to change colors of columns for easier multi account management Jul 8, 2017
@viki53
Copy link
Contributor

viki53 commented Oct 23, 2017

Any new on this? It's 3.4.7 already and I don't see any option for this. 😶

Any idea where to get started for a PR?

@EntranceJew
Copy link
Contributor

The best way to go about this would be to utilize .js-column for the column header and scroll bar and .js-stream-item for the individual tweets. If you follow the methods that were laid out to map a column key in the header to a permanently addressable column ID for the column collapse code you could find a way to map a color to a column. here's a good bit of code that references other pieces of code that does things similar to what i mention

@GaryJones
Copy link

As a quick and dirty hack, you can use Settings -> Custom CSS:

html.dark .column:nth-of-type(1) .column-header {
    background: red;
}
html.dark .column:nth-of-type(2) .column-header {
    background: white;
}

screenshot 2018-07-01 00 38 13

  • The colours are applied per current column order. If you re-order, the different colours will stay where they are (red for first, white for second etc.). You'd need to update the nth-of-type value as necessary.
  • I've only amended the column headers, but different CSS will target the whole column background and text color.

@eramdam eramdam modified the milestones: 3.Next, 4.x Jul 22, 2020
@eramdam eramdam removed this from the 4.x milestone Apr 4, 2021
@eramdam eramdam removed their assignment Apr 5, 2021
@eramdam
Copy link
Owner

eramdam commented Oct 12, 2022

I consider Better TweetDeck to be in a feature freeze state due to the impending release of the newer TweetDeck and will instead shift my focus to building an alternative client. As such, I'm marking this issue as closed for the time being.
See the following issue for details #848

@eramdam eramdam closed this as completed Oct 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants