From 4c1f2184dfae85711f2111eba28dc482223ef502 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Mon, 12 Jan 2026 23:25:44 -0700 Subject: [PATCH] added topic status icons to the list --- ui/views/topiclist.jet | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/views/topiclist.jet b/ui/views/topiclist.jet index 9d4557d..b0f8f8f 100644 --- a/ui/views/topiclist.jet +++ b/ui/views/topiclist.jet @@ -1,6 +1,6 @@ {* * Amsterdam Web Communities System - * Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved + * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -84,6 +84,14 @@ {{ t.Name | raw }} + {{ if t.Sticky }} + 📌 + {{ end }} + {{ if t.Archived && view != 5 }} + 🗄️ + {{ else if t.Frozen }} + 🧊 + {{ end }}