bug(silo): missing icons for Silo_TagProjects, Silo_Rollback, Silo_SetStatus #60

Closed
opened 2026-02-08 23:26:22 +00:00 by forbes · 0 comments
Owner

Three Silo commands reference icons that don't exist:

Command Expected icon Status
Silo_TagProjects silo-tag.svg Missing
Silo_Rollback silo-rollback.svg Missing
Silo_SetStatus silo-status.svg Missing

The _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

Three Silo commands reference icons that don't exist: | Command | Expected icon | Status | |---------|--------------|--------| | `Silo_TagProjects` | `silo-tag.svg` | Missing | | `Silo_Rollback` | `silo-rollback.svg` | Missing | | `Silo_SetStatus` | `silo-status.svg` | Missing | The `_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
forbes added the bugtheme labels 2026-02-08 23:26:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#60