feat(front): change horizontal scroll to grid view. closes #1456

This commit is contained in:
setop
2024-09-09 16:23:54 +02:00
parent 18c78b81cb
commit b48ab8201f
3 changed files with 9 additions and 81 deletions

View File

@@ -334,7 +334,7 @@ const filteredFollowedGroupsEvents = computed<IEvent[]>(() => {
.map(({ event: { id: event_id } }) => event_id)
.includes(id)
)
.slice(0, 4);
.slice(0, 93);
});
const welcomeBack = ref(false);