Freya Gustavsson
Freya Gustavsson
> Let's keep this a user setting. It allows for mods to have a slightly different personal flow. I mean, each option has pros and cons. You're right that mods...
That sounds like a good idea. But, the "do nothing" doesn't make sense though. Why would a user expect to click and shift-click something and want popup to appear both...
We can get more things UI wise to tell the user that a removal reason is using legacy settings. Im still on the thought that removing the personal setting can...
I've been following how [PatternFly styling did it](https://pf4.patternfly.org/guidelines#variables) somewhat. It follows this: ``` --pf-c-block[__element][--modifier][--state][--breakpoint][--pseudo-element]--PropertyCamelCase ```
> I'm sure better names could be used for the various colors we have already, but you get the idea - have variable names describe the values they hold rather...
This is probably related to #134. There is a PR for it but it's unfinished #154
Since we've only done bugfixes and no features, I'll release a patch version this weekend if everything passes
Yes, this can be avoided by fixing #134. Your fix only added the ability to add settings that were not part of what snoowrap expects. Interfaces are great, but to...
Types should be strongly typed, adding any sort of catch-all will not work correctly as then using a setting name of `foobar` will not throw errors. Your PR added another...