feat: add more note interactions lists (#467)
Co-authored-by: Trevor Arjeski <tmarjeski@gmail.com>
This commit is contained in:
parent
da78aa63ef
commit
f2c87b8d5f
27 changed files with 654 additions and 156 deletions
|
|
@ -274,7 +274,7 @@ export default function ReplyNoteList({ index, event }: { index?: number; event:
|
|||
}, [])
|
||||
|
||||
return (
|
||||
<div className="min-h-screen">
|
||||
<div className="min-h-[80vh]">
|
||||
{loading && (replies.length === 0 ? <ReplyNoteSkeleton /> : <LoadingBar />)}
|
||||
{!loading && until && (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue