Overview
What does this PR do? Why?
Per @JoshuaKGoldberg: The GroupHoldr module stores actors in groups based on their .groupType property. groupType: "Squares" in the Objects section should be what sets it.
Let's update Solid to Squares so that we can access the new Actor.
PR Checklist
Fixes #
I have run this code to verify it works
This PR includes unit tests for the code change
Overview
Removes hovering from menu options, so it's only workable for clicks.
Tweaks the hover effect (and makes it used, now!) so it's > ... < before+after pseudo elements.
Tweaks options padding to fix#296 specifically.
PR Checklist
Fixes#186; fixes#296
I have run this code to verify it works
This PR includes unit tests for the code change
Overview
Remove the ! as it does not work in the terminal for mac
PR Checklist
Fixes #
I have run this code to verify it works
This PR includes unit tests for the code change
Cleans up InputWritr a bit by improving some of the docs and function names.
Adds partial unit test coverage
Moves alias conversion to UserWrappr, where it belongs
Renames makePipe to createPipe (I like "create" more for this)_
Removes a few unused areas of code
Filed #317 to tackle a more complete overhaul of the package long term.