Replace single WebFinger lookup with paginated search across cached
remote actors and local profiles. New _search_results.html partial
with htmx infinite scroll sentinel. Form submits via hx-get for
seamless pagination.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Follower profile links now go to https://domain/@username (web profile)
instead of the AP actor URL which 404s
- Follow Back/Unfollow buttons update via HTMX without full page refresh
- Update shared submodule to decoupling branch with new protocol methods
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 6 new routes: following list, followers list, actor timeline (each
with HTMX infinite-scroll page endpoint)
- 4 new templates: following.html, followers.html, _actor_list_items.html,
actor_timeline.html
- Nav links for Following/Followers in base.html
- Follow/unfollow redirects back to referrer page
- Timeline items template handles actor timeline type
- Update shared submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Social blueprint with timeline, compose, search, follow/unfollow,
like/boost interactions, and notifications. Inbox handler extended
for Create/Update/Delete/Accept/Like/Announce with notification
creation. HTMX-powered infinite scroll and interaction buttons.
Nav updated with Timeline, Public, Search, and Notifications links.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>