10.2.0 #50
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: distok/cutthecord#50
Loading…
Reference in a new issue
No description provided.
Delete branch "eatsfoobars/cutthecord:1020"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Heyo-
First off, I added you as a maintainer here. You can now commit directly to master.
Secondly, I'll merge this, stop CI and work on the bugs on 10.1.9 we discussed earlier:
Going over spoiler and muted channel colors.
Muted channels use
primary_500
. This is also the color used by selected channel and "invite users" button. I'm introducing a third color here of #333333, which is lighter from #0f0f0f but is darker than the default color. Ideally I should modify the objects and point them to different colors so that texts can be lighter while buttons can be dark, but I don't want to bother with this just yet. This is an a11y issue, however, and I will get to it.Spoilers use
primary_700
throughtheme_chat_spoiler_bg
on styles.xml. Modifyingprimary_700
isn't the way to go as guild bar also uses it. For this very reason, I'm changing it toprimary_500
on styles.xml./ctc commands are good. Stuff like /upper etc work too.
It seems like something has changed though, as none of our commands work on messages sent with images.
Two guesses:
I'll investigate further.