-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DONE] Fix some bugs for 3.4.0 #947
[DONE] Fix some bugs for 3.4.0 #947
Conversation
<a href="feed://{{ request.META.HTTP_HOST }}{% url 'rss-video:rss-video' slug_c=channel.slug slug_t=theme.slug %}" title="{% trans 'subscribe to the video feed'%}" target="_blank" class="btn btn btn-outline-primary btn-sm"><i class="bi bi-rss"></i> Video</a> | ||
<a href="feed://{{ request.META.HTTP_HOST }}{% url 'rss-video:rss-audio' slug_c=channel.slug slug_t=theme.slug%}" title="{% trans 'subscribe to the audio feed'%}" target="_blank" class="btn btn btn-outline-primary btn-sm"><i class="bi bi-rss"></i> Audio</a> | ||
<a href="feed://{{ request.META.HTTP_HOST }}{% url 'rss-video:rss-video' slug_c=channel.slug slug_t=theme.slug %}" title="{% trans 'Subscribe to the video feed'%}" target="_blank" class="btn btn btn-outline-primary btn-sm" data-bs-toggle="tooltip" data-bs-placement="bottom"> | ||
<i class="bi bi-rss" aria-hidden="true"></i> Video |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
il manque une balise {% trans %} autour de "Video"
<a href="feed://{{ request.META.HTTP_HOST }}{% url 'rss-video:rss-video'%}?{{request.GET.urlencode}}" title="{% trans 'subscribe to the video feed'%}" target="_blank" class="btn btn-outline-primary btn-sm"> | ||
<i class="bi bi-rss"></i> Video</a> | ||
<a href="feed://{{ request.META.HTTP_HOST }}{% url 'rss-video:rss-audio'%}?{{request.GET.urlencode}}" title="{% trans 'Subscribe to the audio feed'%}" target="_blank" class="btn btn-outline-primary btn-sm" data-bs-toggle="tooltip" data-bs-placement="bottom"> | ||
<i class="bi bi-rss" aria-hidden="true"></i> Audio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
il manque une balise {% trans %} autour de "Audio"
- idem ci-dessous
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deux petites améliorations
petit pb flake8 ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok pour moi !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci pour toutes ces corrections !
C'est bon pour moi niveau code :)
* Add breadcrumb link for Home * Fix sort direction when less than 2 videos * Fix playlist migration * Add password encryption for protected videos * Fix flake8 * Improve password input * Fix unittest * Fix video notes * Fix JS error for import video page * Fix playlist player refresh * Title improvements and aria-hidden for <i> * Fix playlist sort redirection, dark mode contrasts * Fix playlist migration * Improve QoC * Fix flake8 * Add missing translations * Add missing translations * Improve migration functions * Remove useless import
* Add breadcrumb link for Home * Fix sort direction when less than 2 videos * Fix playlist migration * Add password encryption for protected videos * Fix flake8 * Improve password input * Fix unittest * Fix video notes * Fix JS error for import video page * Fix playlist player refresh * Title improvements and aria-hidden for <i> * Fix playlist sort redirection, dark mode contrasts * Fix playlist migration * Improve QoC * Fix flake8 * Add missing translations * Add missing translations * Improve migration functions * Remove useless import
* Add breadcrumb link for Home * Fix sort direction when less than 2 videos * Fix playlist migration * Add password encryption for protected videos * Fix flake8 * Improve password input * Fix unittest * Fix video notes * Fix JS error for import video page * Fix playlist player refresh * Title improvements and aria-hidden for <i> * Fix playlist sort redirection, dark mode contrasts * Fix playlist migration * Improve QoC * Fix flake8 * Add missing translations * Add missing translations * Improve migration functions * Remove useless import
Home
aria-hidden=true
pour certaines balises<i>