feat: Journals joins the Agents hub — third tab (#559)

* feat(panel): Journals joins the Agents hub as its third tab

* docs(map): Journals tab on the Agents hub; registry retargets

---------

Co-authored-by: Renn F <rennf93@users.noreply.github.com>
This commit is contained in:
Renzo F
2026-07-18 07:52:28 +02:00
committed by GitHub
co-authored by Renn F
parent 4480dfe8d1
commit 713f91320a
10 changed files with 359 additions and 302 deletions
@@ -77,7 +77,7 @@ export default function JournalEntryPage({ params }: JournalEntryPageProps) {
if (error || !entry) {
return (
<div className="space-y-6">
<Link href="/journals" prefetch={false}>
<Link href="/agents?tab=journals" prefetch={false}>
<Button variant="ghost" size="sm">
<ArrowLeft className="h-4 w-4 mr-2" />
Back to Journals
@@ -94,7 +94,7 @@ export default function JournalEntryPage({ params }: JournalEntryPageProps) {
"The journal entry you're looking for doesn't exist or has been deleted."}
</p>
<div className="flex justify-center gap-4">
<Link href="/journals" prefetch={false}>
<Link href="/agents?tab=journals" prefetch={false}>
<Button>View All Journals</Button>
</Link>
</div>
@@ -112,7 +112,7 @@ export default function JournalEntryPage({ params }: JournalEntryPageProps) {
<div className="flex items-center gap-4">
<Tooltip>
<TooltipTrigger asChild>
<Link href="/journals" prefetch={false}>
<Link href="/agents?tab=journals" prefetch={false}>
<Button
variant="ghost"
size="icon"