Skip to content

feat: drop the row icons from the presets and plugins lists - #663

Merged
TheSevenPens merged 1 commit into
masterfrom
feat/drop-list-row-icons
Sep 4, 2026
Merged

feat: drop the row icons from the presets and plugins lists#663
TheSevenPens merged 1 commit into
masterfrom
feat/drop-list-row-icons

Conversation

@TheSevenPens

Copy link
Copy Markdown
Owner

Removes the leading glyph from every row of the presets and installed plugins lists.

Why

Each list put the same icon in front of every row — a card outline on presets, a toy brick on plugins. Identical across rows, so neither distinguished anything; they held a fixed column of decoration in front of each name and pushed the names off the left margin that the headings and body text share.

Home's tablet list lost its monitor icon for exactly this reason in #656. This brings the other two object lists in line, so a c:Entity row reads the same wherever it appears.

Also removed

IconCardBulletedOutline and IconToyBrickOutline had exactly one consumer each — the rows above — so both are dropped from Icons.axaml as well. IconMonitor went the same way in #656.

This is the one part beyond the literal request; easy to restore if you would rather keep the paths.

For the reviewer

Verified in the running app on both pages: names now start on the same left margin as their section heading.

3 files, 2 insertions, 4 deletions. 678/678.

Both lists put the same glyph in front of every row — a card outline on
presets, a toy brick on plugins. Identical on every row, so neither
distinguished anything; they just held a fixed column of decoration in
front of each name and pushed the names off the left margin the headings
and body text share.

Home's tablet list lost its monitor icon for the same reason in #656.
This brings the other two object lists in line, so an Entity row reads
the same wherever it appears.

IconCardBulletedOutline and IconToyBrickOutline each had exactly one
consumer, so both are removed from Icons.axaml too — as IconMonitor was.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@TheSevenPens
TheSevenPens merged commit c204a0f into master Sep 4, 2026
3 checks passed
@TheSevenPens
TheSevenPens deleted the feat/drop-list-row-icons branch September 4, 2026 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant