From 88e993d7272e71952ec5683000aa026d641a5bcc Mon Sep 17 00:00:00 2001 From: Giebisch Date: Wed, 11 Jan 2023 15:12:22 +0100 Subject: [PATCH 1/5] Frontend Mockup --- bookwyrm/templates/user/user.html | 51 +++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/user/user.html b/bookwyrm/templates/user/user.html index d67f42fc3..398373767 100755 --- a/bookwyrm/templates/user/user.html +++ b/bookwyrm/templates/user/user.html @@ -66,10 +66,57 @@

{% trans "User Activity" %}

{% if user.local %}
- + +
{% endif %} From 18c786f63fa2a8e1c71961dad61712704c486751 Mon Sep 17 00:00:00 2001 From: Giebisch Date: Tue, 17 Jan 2023 21:53:44 +0100 Subject: [PATCH 2/5] Added RSS API --- bookwyrm/templates/user/user.html | 13 ++-- bookwyrm/urls.py | 15 ++++ bookwyrm/views/__init__.py | 7 +- bookwyrm/views/rss_feed.py | 111 ++++++++++++++++++++++++++++++ 4 files changed, 136 insertions(+), 10 deletions(-) diff --git a/bookwyrm/templates/user/user.html b/bookwyrm/templates/user/user.html index 398373767..2e84b8ba2 100755 --- a/bookwyrm/templates/user/user.html +++ b/bookwyrm/templates/user/user.html @@ -66,11 +66,6 @@

{% trans "User Activity" %}

{% if user.local %}
-