Frontend: Add a first page and previous page buttons for channel navigation (#4123)

This commit is contained in:
syeopite
2025-02-26 13:54:25 -08:00
7 changed files with 139 additions and 5 deletions

View File

@@ -8,4 +8,14 @@
<%= page_nav_html %>
<script id="pagination-data" type="application/json">
<%=
{
"next_page" => translate(locale, "Next page"),
"prev_page" => translate(locale, "Previous page"),
"is_rtl" => locale_is_rtl?(locale)
}.to_pretty_json
%>
</script>
<script src="/js/watched_indicator.js"></script>