diff --git a/src/components/ActivityListItem.vue b/src/components/ActivityListItem.vue
index 33fea460..82212576 100644
--- a/src/components/ActivityListItem.vue
+++ b/src/components/ActivityListItem.vue
@@ -63,7 +63,7 @@
+
Component Tests
+ Interactive tests for Vue components and their functionality.
+
+
+
EntityGrid Function Props
+
+ Test the new function prop functionality in EntityGrid component.
+
+
+
+
+
+
+
+
+
+
Platform Service Mixin
+
+ Test database operations through PlatformServiceMixin.
+
+
+
+
+
+
@@ -192,6 +238,8 @@ import {
import { logger } from "../utils/logger";
import { Account } from "../db/tables/accounts";
import { PlatformServiceMixin } from "@/utils/PlatformServiceMixin";
+import EntityGridFunctionPropTest from "../test/EntityGridFunctionPropTest.vue";
+import PlatformServiceMixinTest from "../test/PlatformServiceMixinTest.vue";
const inputFileNameRef = ref