mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 19:35:00 -05:00
feat: progess (2/17, was extremely busy today)
This commit is contained in:
parent
e0095ca890
commit
086ccdc3ee
@ -37,7 +37,11 @@ export function ServerList() {
|
||||
dataLength={itemsLength}
|
||||
next={fetchMoreData}
|
||||
hasMore={hasMoreData}
|
||||
loader={<>Loading...</>}
|
||||
loader={
|
||||
<span className="mt-2 left-[50%] right-[50%] absolute">
|
||||
<Spinner />
|
||||
</span>
|
||||
}
|
||||
>
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-2 mt-3">
|
||||
{data.map((c) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user