|
|
@ -65,7 +65,7 @@ const Explore = () => {
|
|
|
|
<div className="flex flex-col justify-start items-start w-full max-w-full">
|
|
|
|
<div className="flex flex-col justify-start items-start w-full max-w-full">
|
|
|
|
<MemoFilter className="px-2 pb-2" />
|
|
|
|
<MemoFilter className="px-2 pb-2" />
|
|
|
|
{sortedMemos.map((memo) => (
|
|
|
|
{sortedMemos.map((memo) => (
|
|
|
|
<MemoView key={`${memo.name}-${memo.updateTime}`} memo={memo} showCreator showVisibility showPinned />
|
|
|
|
<MemoView key={`${memo.name}-${memo.updateTime}`} memo={memo} showCreator showVisibility showPinned compact />
|
|
|
|
))}
|
|
|
|
))}
|
|
|
|
{isRequesting ? (
|
|
|
|
{isRequesting ? (
|
|
|
|
<div className="flex flex-row justify-center items-center w-full my-4 text-gray-400">
|
|
|
|
<div className="flex flex-row justify-center items-center w-full my-4 text-gray-400">
|
|
|
|