mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
fix: pagination, headers, avatars, tab order, and notification UI
- Fix cursor pagination: use string comparison (not Date objects) for published field queries in both timeline and notifications - Fix "Older" cursor to use oldest item's date, not newest - Remove redundant parent breadcrumb from all AP page headings - Reorder tabs: Notes first, All last - Fix avatar loading: non-destructive hide/show with lazy loading - Add actor avatars with type badge overlay to notification cards - Add Fediverse navigation group in sidebar
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
{% from "heading/macro.njk" import heading with context %}
|
||||
|
||||
{% block readercontent %}
|
||||
{{ heading({
|
||||
text: title,
|
||||
level: 1,
|
||||
parent: { text: __("activitypub.reader.title"), href: mountPath + "/admin/reader" }
|
||||
}) }}
|
||||
{{ heading({ text: title, level: 1 }) }}
|
||||
|
||||
<div class="ap-post-detail" data-mount-path="{{ mountPath }}">
|
||||
{# Back button #}
|
||||
|
||||
Reference in New Issue
Block a user