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:
@@ -10,7 +10,7 @@
|
||||
{% from "prose/macro.njk" import prose with context %}
|
||||
|
||||
{% block content %}
|
||||
{{ heading({ text: title, level: 1, parent: { text: __("activitypub.title"), href: mountPath } }) }}
|
||||
{{ heading({ text: title, level: 1 }) }}
|
||||
|
||||
{% if result %}
|
||||
{{ notificationBanner({ type: result.type, text: result.text }) }}
|
||||
|
||||
Reference in New Issue
Block a user