alpha
Login
or
Join now
jack.is
/
leaflet
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
a tool for shared writing and social publishing
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
remove extra pub nav render
author
Jared Pereira
date
1 month ago
(May 28, 2026, 5:04 PM -0400)
commit
8416c1c8
8416c1c89339ffceae5b23d62b4b004a2d3092c6
parent
ea34eecd
ea34eecd2a8f3d116d83046ef0be1d872b66b1b3
-9
1 changed file
Expand all
Collapse all
Unified
Split
app
(app)
lish
[did]
[publication]
[rkey]
DocumentPageRenderer.tsx
-9
app/(app)/lish/[did]/[publication]/[rkey]/DocumentPageRenderer.tsx
View file
Reviewed
···
18
18
import { LeafletContentProvider } from "contexts/LeafletContentContext";
19
19
import { FontLoader } from "components/FontLoader";
20
20
import { mergePreferences } from "src/utils/mergePreferences";
21
21
-
import { PublicationNav } from "../PublicationNav";
22
22
-
import { getPublicationURL } from "app/(app)/lish/createPub/getPublicationURL";
23
21
import { CommentsSection } from "./Interactions/Comments/CommentsSection";
24
22
25
23
export async function DocumentPageRenderer({
···
98
96
pub_creator={pub_creator}
99
97
>
100
98
<LeafletLayout>
101
101
-
{document.publication?.pages?.length ? (
102
102
-
<PublicationNav
103
103
-
publicationUrl={getPublicationURL(document.publication)}
104
104
-
pages={document.publication.pages}
105
105
-
activePath={null}
106
106
-
/>
107
107
-
) : null}
108
99
<PostPages
109
100
document_uri={document.uri}
110
101
preferences={mergePreferences(