feat: add relay feeds

This commit is contained in:
2024-11-01 09:25:12 +07:00
parent aa4f21a869
commit 18e1ac0e6c
15 changed files with 510 additions and 103 deletions

View File

@@ -40,7 +40,7 @@ export function Column({ column }: { column: LumeColumn }) {
/>
<div ref={ref} className="flex-1 size-full">
<div className="size-full flex flex-col items-center justify-center">
<div className="text-red-500 text-sm break-all">
<div className="invisible text-red-500 text-sm break-all">
{error?.length ? error : null}
</div>
</div>