feat(frontend): add pull to refresh for iOS PWA

This commit is contained in:
Herculino Trotta
2026-02-15 11:34:28 -03:00
parent ea5d86dbf8
commit 27e85c4776
6 changed files with 129 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{% load i18n %}
<span id="ptr-i18n"
class="hidden"
data-pull="{% translate 'Pull down to refresh' %}"
data-release="{% translate 'Release to refresh' %}"
data-refreshing="{% translate 'Refreshing' %}"></span>