File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,8 @@ class="inline-flex items-center py-2 px-4 border border-skin-base rounded-md sha
273273 @endif
274274
275275 <x-ads />
276+
277+ <x-discord />
276278 </div >
277279 </div >
278280 </article >
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ class="mt-5 flex justify-center"
5555 <x-sponsors />
5656
5757 <x-ads />
58+
59+ <x-discord />
5860 </div >
5961 </div >
6062 </div >
Original file line number Diff line number Diff line change 1919 @endauth
2020 </aside >
2121 </div >
22- <div class =" relative lg:col-span-7" >
22+ <div
23+ x-data
24+ x-intersect =" @this .call('loadMore')"
25+ class =" relative lg:col-span-7"
26+ >
2327 <div class =" w-full" >
2428 <nav class =" relative z-0 rounded-lg shadow flex divide-x divide-skin-base" aria-label =" Tabs" >
2529 <button
@@ -58,6 +62,19 @@ class="w-full {{ $selectedSortBy === 'active' ? 'text-skin-inverted': 'text-skin
5862 <x-discussions .overview :discussion =" $discussion" />
5963 @endforeach
6064 </div >
65+
66+ @if ($discussions -> hasMorePages () )
67+ <div
68+ x-data
69+ x-intersect =" @this .call('loadMore')"
70+ class =" mt-5 flex justify-center"
71+ >
72+ <p class =" flex items-center" >
73+ <x-loader class =" text-skin-primary" />
74+ Chargement...
75+ </p >
76+ </div >
77+ @endif
6178 </div >
6279 <div class =" hidden relative lg:block lg:col-span-3" >
6380 @include (' discussions._contributions' )
You can’t perform that action at this time.
0 commit comments