bug(silo): missing icons for Silo_TagProjects, Silo_Rollback, Silo_SetStatus #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Three Silo commands reference icons that don't exist:
Silo_TagProjectssilo-tag.svgSilo_Rollbacksilo-rollback.svgSilo_SetStatussilo-status.svgThe
_icon()function returns an empty string for these, so the commands render without toolbar icons.Expected: Create SVGs following the Catppuccin Mocha palette and Kindred icon design standards (see
kindred-icons/README.md).Priority: Medium
Source: KNOWN_ISSUES.md #11