Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wGJf6-00668p-0r for pgsql-www@arkaria.postgresql.org; Fri, 24 Apr 2026 16:45:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wGJf5-0078u8-1P for pgsql-www@arkaria.postgresql.org; Fri, 24 Apr 2026 16:45:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wGJf5-0078tk-0O; Fri, 24 Apr 2026 16:45:51 +0000 Received: from goedel.df7cb.de ([49.13.90.212]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wGJf2-00000002bTD-2xAh; Fri, 24 Apr 2026 16:45:50 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1472:9340:f0ad:fc6e:9c86:f1dc]) by goedel.df7cb.de (Postfix) with ESMTPSA id 1F34B4597; Fri, 24 Apr 2026 16:45:46 +0000 (UTC) Date: Fri, 24 Apr 2026 18:45:45 +0200 From: Christoph Berg To: pgsql-www@lists.postgresql.org Cc: Andrey Borodin , Magnus Hagander , Melanie Plageman , PostgreSQL Contributors Subject: Re: Introduce contributor badges Message-ID: References: <7DF542FC-E797-4050-B204-7755AEFDFF4A@yandex-team.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk New version attached. Not much change, the biggest one is perhaps that lists of badges are no longer rendered as html table, but in a CSS grid. Everything seems to work as it should now. My plan is to commit this, minus the menu change in pgweb/util/contexts.py. That way, we can create the first badges and check if everything really works without things already being visible to users (unless they know the URLs). Christoph