From abc597de9572cf03972f9f6aff0c74e5f230c720 Mon Sep 17 00:00:00 2001 From: trisua Date: Sat, 17 May 2025 20:02:55 -0400 Subject: [PATCH] add: infinite post drafts for supporters --- .../src/public/html/communities/create_post.html | 3 ++- crates/app/src/public/html/profile/settings.html | 1 + crates/core/src/database/drafts.rs | 15 +++++++++++++++ crates/core/src/database/stacks.rs | 5 +++-- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/crates/app/src/public/html/communities/create_post.html b/crates/app/src/public/html/communities/create_post.html index a09da7b..92e8db3 100644 --- a/crates/app/src/public/html/communities/create_post.html +++ b/crates/app/src/public/html/communities/create_post.html @@ -333,7 +333,8 @@
- {% for draft in drafts %} + {{ components::supporter_ad(body="Become a supporter to save + infinite post drafts!") }} {% for draft in drafts %}