jojo/templates/user/dashboard/ap_feed_guide.tmpl
famfo fd28fd896b feat: Follow remote users; feed tab (#10380)
This is hopefully the final part of PR #4767, rebased and squashed.

More thorough federation tests are at https://code.forgejo.org/forgejo/end-to-end/pulls/1276 but the mock has been extended to hopefully cover a good chunk as well.

Co-authored-by: Gergely Nagy <forgejo@gergo.csillger.hu>
Co-authored-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
Co-authored-by: zam <mirco.zachmann@meissa.de>
Co-authored-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10380
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: famfo <famfo@famfo.xyz>
Co-committed-by: famfo <famfo@famfo.xyz>
2026-04-12 03:31:03 +02:00

6 lines
322 B
Go HTML Template

<div id="empty-ap-feed" class="tw-text-center tw-p-8">
{{svg "octicon-people" 64 "tw-text-placeholder-text"}}
<h2>{{ctx.Locale.Tr "user.activitypub_feed.no_activity"}}</h2>
<p class="help">{{ctx.Locale.Tr "user.activitypub_feed.is_empty"}}</p>
<p class="help">{{ctx.Locale.Tr "user.activitypub_feed.hint"}}</p>
</div>