tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
make dashaboard responsive
awarm.space
1 week ago
56bcf7f0
5125657c
+5
-2
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
dashboard
PublicationAnalytics.tsx
+5
-2
app/lish/[did]/[publication]/dashboard/PublicationAnalytics.tsx
···
196
196
)}
197
197
</div>
198
198
<TrafficChart data={filledTraffic} isLoading={analyticsLoading} metric={trafficMetric} />
199
199
-
<div className="flex gap-4 mt-2">
199
199
+
<div className="flex flex-col sm:flex-row gap-4 mt-2">
200
200
<TopPages
201
201
pages={analyticsData?.topPages || []}
202
202
selectedPost={selectedPost}
···
296
296
allowDecimals={false}
297
297
tickFormatter={formatYTick}
298
298
tickMargin={4}
299
299
+
width={40}
299
300
/>
300
300
-
<Tooltip />
301
301
+
<Tooltip isAnimationActive={false} />
301
302
<Area
302
303
type="monotone"
303
304
dataKey="total_subscribers"
···
372
373
allowDecimals={false}
373
374
tickFormatter={formatYTick}
374
375
tickMargin={4}
376
376
+
width={40}
375
377
/>
376
378
<Tooltip
379
379
+
isAnimationActive={false}
377
380
content={({ active, payload, label }) => {
378
381
if (!active || !payload?.length) return null;
379
382
let pageviews =