Giter Site home page Giter Site logo

decent-discord's People

Contributors

dennisfrank avatar lindseydiloreto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sjelfull

decent-discord's Issues

Add message hover background color

Feel free to add message hover colors similar to Slack:

:root {
  --theme-light-message-hover-bg-color: rgba(0,0,0,.03);
  --theme-dark-message-hover-bg-color: rgba(255,255,255,.03);
}

.theme-light [class*="containerCozyBounded-"]:hover {
    background-color: var(--theme-light-message-hover-bg-color);
}
.theme-dark [class*="containerCozyBounded-"]:hover {
    background-color: var(--theme-dark-message-hover-bg-color);
}

Consider updating the message action button styling

I have the hardest time trying to find these things when I hover over messages:
screen shot 2019-02-23 at 14 39 16

Would be nice if we could at least increase the contrast (maybe bump the size a tad as well. If we could come up with more of a floating toolbar style like Slack, I think it would be even better:
image

Mentioned Username Hover

When i got a message where i mentioned, its gets highlighted with a orange background. Within this message the Hover for the mentioned Nickname is not correct:

image

Hide server bar by default and show on hover

hidden channel bar

/* Server bar transition */
[class*="guildsWrapper-"] {
    transition: .2s width ease-out;
}

/* Hide server bar */
[class*="guildsWrapper-"]:not(:hover) {
    position: relative;
    width: 0;
    overflow: visible;
    contain: unset;
}

/* Hide server bar content */
[class*="guildsWrapper-"]:not(:hover) * {
    display: none;
}

/* Invisible hover area */
[class*="guildsWrapper-"]::after {
    content: "" !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80%;
    width: 20px;
    z-index: 99999;
}


/* Min width for messages */
[class*="containerCozyBounded-"] {
    min-width: 200px;
    overflow-x: scroll;
}

Emoji Autocomplete removes border of textinput

When you type text and want to add an emoji, the autocomplete for the emoji pops out and this autocomplete removes the border of the activate text input field. So the text field is jumping :(

Using the discord web on chrome.

With autocomplete:
image

Normal:
image

Update server indicators

I sometimes don’t recognize the vertical white bar as the active server indicator. Perhaps we can make the current server and servers with unread posts more easily distinguishable from each other.

image

:thumbsup: emoji problems

Looks like there are two issues with the :thumbsup: emoji that have cropped up recently...

  1. When using :thumbsup: inline, the icon is gigantic.
  2. When using :thumbsup: as a reaction to a comment, the icon is a broken image.

Ω 2019-04-10 at 2 02 17 PM

Not sure when it started, but seems to be a recent issue. It only happens with the :thumbsup: (or :+1) emoji.

DM typing indicator looks terrible

Decent Discord:
image

Normal Discord:
image

Somewhere in our stylesheet we're changing the background color and the dots are either hidden or just not clearly visible...

Invert active channel

Slack does a good job of highlighting which channel you're looking at, to reduce confusion. Maybe the active channel should be inverted?

image

image

Highlighted only a single message at a time

When you hover over a message, the background turns grey (like Slack). I love that! ❤️

But it seems to highlight all messages in that block from that user. So if the person posted 3 times in a row, all 3 messages will be highlighted.

Is there a way to restrict that to a single message? It makes it a little trickier to find the reaction/edit links when you hover over on the right-hand side.

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.