creesch

Results 222 comments of creesch

Noticed it several times myself now. Just have been swamped in my time available to spend on hobby projects like this. Hopefully I can fix it this weekend.

That is correct, that bit isn't implemented yet. You will be able to join channels though. I'll work on implementing it tomorrow.

Okay. I partially implemented this with this commit https://github.com/creesch/discordIRCd/commit/8370da223256c557d895bd3c714c8421e6384d40 However it seems that the discord api always returns all channels and not just the channels the user currently is in....

Additional thoughts, probably just show a button if applicable in the modmail sidebar with "X recent mod actions on user" and then when clicking on it show a popup with...

Another thought, this should be a modbutton tab instead with the option to show a number on the modbutton for available recent mod actions. It also requires moving [this stuff](https://github.com/toolbox-team/reddit-moderator-toolbox/blob/master/extension/data/modules/queuetools.js#L1252-L1344)...

Having a explicit toggle makes sense to me. However I'd like to approach it a bit differently in regards to this bit you proposed. > We can probably just replace-all...

> Since our CSS only impacts elements we add to the page ourselves, this doesn't really matter - as long as we apply our own class before we start adding...

Just some brainstorming, I was impressed with how easy it was to make a dedicated github action the other day. So I am basically wondering if it makes sense to...

Automated deployment is still a WIP on microsofts side from what I have been told. Should however mirror chromes deployment apis so if all goes well it is only an...

> That said, given chrome-webstore-upload-cli exists (a listed alternative to erik's Chrome upload package), it might make more sense to just use that in a build step. Possibly, I was...