Git Product home page Git Product logo

Comments (5)

eramdam avatar eramdam commented on May 18, 2024

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

from bettertweetdeck.

viki53 avatar viki53 commented on May 18, 2024

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?

from bettertweetdeck.

EntranceJew avatar EntranceJew commented on May 18, 2024

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

from bettertweetdeck.

GaryJones avatar GaryJones commented on May 18, 2024

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.

from bettertweetdeck.

eramdam avatar eramdam commented on May 18, 2024

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

from bettertweetdeck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.