From 82fd7cddf7d7342efcbd608fe3fc6fd96aac7747 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Fri, 31 Oct 2025 18:59:35 +0800 Subject: [PATCH] feat: Add showUnnamedEntity prop to EntityGrid Add prop to control visibility of "Unnamed" entity, matching showYouEntity pattern. Defaults to true for backward compatibility. --- src/components/EntityGrid.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/EntityGrid.vue b/src/components/EntityGrid.vue index 7e76093f..f2c8a6f5 100644 --- a/src/components/EntityGrid.vue +++ b/src/components/EntityGrid.vue @@ -61,6 +61,7 @@ projects, and special entities with selection. * * @author Matthew Raymer */