From 6d58f8f7715224cb78d6f46c97abc8ac2583180b Mon Sep 17 00:00:00 2001 From: Leif Riksheim Date: Thu, 14 Dec 2023 14:35:49 +0000 Subject: [PATCH 1/9] feature: show active agents --- .../community-sidebar/ActiveAgent.vue | 42 + .../community-sidebar/ChannelList.vue | 94 +- .../community-sidebar/CommunitySidebar.vue | 3 +- packages/api/src/app/index.ts | 4 + packages/api/src/channel/index.ts | 1 + packages/api/src/community/index.ts | 1 + packages/api/src/post/index.tsx | 1 + yarn.lock | 12033 ++++++++++++++++ 8 files changed, 12163 insertions(+), 16 deletions(-) create mode 100644 app/src/views/community/community-sidebar/ActiveAgent.vue create mode 100644 yarn.lock diff --git a/app/src/views/community/community-sidebar/ActiveAgent.vue b/app/src/views/community/community-sidebar/ActiveAgent.vue new file mode 100644 index 000000000..2216dfd0d --- /dev/null +++ b/app/src/views/community/community-sidebar/ActiveAgent.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/app/src/views/community/community-sidebar/ChannelList.vue b/app/src/views/community/community-sidebar/ChannelList.vue index 0875cf54e..72b17a75e 100644 --- a/app/src/views/community/community-sidebar/ChannelList.vue +++ b/app/src/views/community/community-sidebar/ChannelList.vue @@ -43,6 +43,11 @@ size="xs" :name="getIcon(channel.views[0])" > +
+ + + +