Add gallery view to search pages (#773)

This commit is contained in:
Prospector
2022-12-03 10:29:49 -08:00
committed by GitHub
parent f1a33db800
commit 964fa69fb4
18 changed files with 766 additions and 418 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div v-if="$user.follows.length > 0">
<div v-if="$user.follows.length > 0" class="project-list display-mode--list">
<ProjectCard
v-for="project in $user.follows"
:id="project.id"