-
Notifications
You must be signed in to change notification settings - Fork 1.1k
migrate gitter links to discord #14211
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
Conversation
There's also the "join chat" gitter button on the front page: https://github.com/lampepfl/dotty/blob/master/docs/_layouts/main.html (and I see references to gitter in css files that could be deleted with that too) |
This follows up the announcement made on https://www.scala-lang.org/blog/2021/12/21/discord.html that Discord is now the official Scala chat.
Good catch, I removed a bunch more stuff although I have no idea where that gitter pop out happens. Clicking around and looking at the current site I have no idea where that happens. Am I missing it somewhere? For now I just removed all the gitter stuff. |
On http://dotty.epfl.ch/docs/ on the right there is a "OPEN CHAT" button vertically. |
Ahh pff of course I glazed right over it. 👍🏼 thanks |
Hmm the discord logo is huge: http://dotty.epfl.ch/docs/ |
Really? What are you seeing? I'm seeing: FirefoxChromeMobile |
perhaps it simply appears large to Guillaume because he finds it threatening ;-) it's normal size for me in Safari |
I'm using firefox developer edition (the beta branch) at version 96.0b10. If we can't figure out we could just resize the social icons to all be the same 32x32 size? |
They are already set in the css as .social-icon img {
height: 20px;
width: 20px;
} |
Oh, I figured it out, I use an adblocker and it has a rule that ends up blocking social-links.css 😓. So we could rename that file to not contain the word "social" or anything else in https://secure.fanboy.co.nz/fanboy-annoyance.txt |
This follows up the announcement made on https://www.scala-lang.org/blog/2021/12/21/discord.html
that Discord is now the official Scala chat.