File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/devtools/src/app/pages/session/[session] Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,11 @@ function toggleDisplay(type: ClientSettings['assetViewType']) {
8989 <div of-auto h-screen flex =" ~ col gap-2" pt32 >
9090 <template v-if =" settings .assetViewType === ' list' " >
9191 <AssetsList v-if =" searched?.length" :assets =" searched" :session =" session" />
92+ <div
93+ absolute bottom-4 py-1 px-2 bg-glass left =" 1/2" translate-x =" -1/2" border =" ~ base rounded-full" text =" center xs"
94+ >
95+ <span op50 >{{ searched.length }} of {{ assets?.length || 0 }}</span >
96+ </div >
9297 </template >
9398 <template v-else-if =" settings .assetViewType === ' folder' " >
9499 <AssetsFolder v-if =" searched?.length" :assets =" searched" :session =" session" />
@@ -97,10 +102,5 @@ function toggleDisplay(type: ClientSettings['assetViewType']) {
97102 <AssetsTreemap v-if =" searched?.length" :assets =" searched" :session =" session" />
98103 </template >
99104 </div >
100- <div
101- absolute bottom-4 py-1 px-2 bg-glass left =" 1/2" translate-x =" -1/2" border =" ~ base rounded-full" text =" center xs"
102- >
103- <span op50 >{{ searched.length }} of {{ assets?.length || 0 }}</span >
104- </div >
105105 </div >
106106</template >
You can’t perform that action at this time.
0 commit comments