UI: fixes based on Actionable Feedback from devtalk and frontend changes #40

Merged
Pablo Vazquez merged 15 commits from martonlente/extensions-website:ui-alpha-launch-actionable-feedback into main 2024-02-27 16:05:54 +01:00
Showing only changes of commit cb01fcdc2f - Show all commits

View File

@ -23,7 +23,7 @@
<div class="col"> <div class="col">
{% for version in extension.versions.exclude_deleted %} {% for version in extension.versions.exclude_deleted %}
{% if version.is_listed or is_maintainer %} {% if version.is_listed or is_maintainer %}
<details> <details {% if forloop.first %}open=""{% endif %}>

This can be discarded as it is implemented already.

This can be discarded as it is implemented already.
<summary> <summary>
{{ version.version }} {{ version.version }}
<span class="date" title="{% firstof version.date_approved|date:'l jS, F Y - H:i' version.date_created|date:'l jS, F Y - H:i' %}"> <span class="date" title="{% firstof version.date_approved|date:'l jS, F Y - H:i' version.date_created|date:'l jS, F Y - H:i' %}">