added LRU caching and communities data

This commit is contained in:
2025-09-22 23:22:46 -06:00
parent ef99606fb1
commit 7e11d0273a
5 changed files with 135 additions and 15 deletions
+5 -1
View File
@@ -9,7 +9,11 @@
<!-- Featured Communities -->
<div class="mb-4">
<div class="bg-blue-600 px-2 py-1 rounded-t">
<h3 class="text-white font-bold text-base">Featured Communities:</h3>
{{ if .CurrentUser().IsAnon }}
<h3 class="text-white font-bold text-base">Featured Communities:</h3>
{{ else }}
<h3 class="text-white font-bold text-base">Your Communities:</h3>
{{ end }}
</div>
<div class="bg-blue-400 px-2 py-2 rounded-b">
<div class="flex items-center">