chore: remove pre-locust test stubs and add daily topic, follow router, password reset, image upload, and badge awarding features

This commit is contained in:
2026-05-10 22:41:41 +00:00
parent f4343c3d05
commit d8ef8ebef2
31 changed files with 598 additions and 473 deletions
+2 -2
View File
@@ -40,8 +40,8 @@
<div class="landing-daily-topic">
<div class="landing-daily-topic-label">Daily Topic</div>
<h3>Anthropic details how it improved Claude's safety...</h3>
<p>New techniques in AI safety research show promising results for alignment of large language models with human values.</p>
<h3>{{ daily_topic.get('title', '') }}</h3>
<p>{{ daily_topic.get('summary', '') }}</p>
<div class="landing-daily-topic-links">
<a href="#">Read More</a>
<a href="#">Source</a>