feat: add many things

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-08 23:00:03 +01:00
parent 45353089c2
commit 5a5f9a3003
104 changed files with 23417 additions and 2027 deletions

View File

@@ -1,4 +1,5 @@
{% extends "base.html.jinja" %}
{% from "components/timestamp.html.jinja" import timeago as ts %}
{% block content %}
<section class="max-w-4xl mx-auto px-4 pt-12">
@@ -57,7 +58,7 @@
{{ member.role }}
</span>
</td>
<td class="px-4 py-3 text-gray-500">{{ member.joined_at or "—" }}</td>
<td class="px-4 py-3 text-gray-500">{% if member.joined_at %}{{ ts(member.joined_at) }}{% else %}—{% endif %}</td>
{% if is_admin %}
<td class="px-4 py-3 text-right">
{% if member.role != 'owner' %}