feat: first batch of work

This commit is contained in:
Herculino Trotta
2025-11-01 03:15:44 -03:00
parent e600d87968
commit a63367a772
175 changed files with 3433 additions and 2245 deletions

View File

@@ -1,2 +1,2 @@
{% load i18n %}
<i class="fa-solid fa-eye-slash tw:me-2 fa-fw"></i>{% translate 'Hide amounts' %}
<i class="fa-solid fa-eye-slash me-2 fa-fw"></i>{% translate 'Hide amounts' %}

View File

@@ -1,3 +1,3 @@
{% load i18n %}
<i class="fa-solid fa-volume-xmark tw:me-2 fa-fw"></i>{% translate 'Mute sounds' %}
<i class="fa-solid fa-volume-xmark me-2 fa-fw"></i>{% translate 'Mute sounds' %}
{{ user.settings.volume|json_script:"volume" }}

View File

@@ -1,4 +1,4 @@
{% load i18n %}
<i class="fa-solid fa-volume-low tw:me-2 fa-fw"></i>{% translate 'Play sounds' %}
<span id="settings-mute-sound" class="tw:inline tw:invisible"></span>
<i class="fa-solid fa-volume-low me-2 fa-fw"></i>{% translate 'Play sounds' %}
<span id="settings-mute-sound" class="inline invisible"></span>
{{ user.settings.volume|json_script:"volume" }}

View File

@@ -1,3 +1,3 @@
{% load i18n %}
<i class="fa-solid fa-eye tw:me-2 fa-fw"></i>{% translate 'Show amounts' %}
<span id="settings-hide-amounts" class="tw:inline tw:invisible"></span>
<i class="fa-solid fa-eye me-2 fa-fw"></i>{% translate 'Show amounts' %}
<span id="settings-hide-amounts" class="inline invisible"></span>