mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: add paging to package depends & required by
This patch does not include a javascript implementating, but provides a pure HTML/HTTP method of paging through these lists. Also fixes erroneous limiting. We now use a hardcoded limit of 20 by default. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
d8564e446b
commit
ed41a4fe19
7 changed files with 125 additions and 16 deletions
|
@ -2338,3 +2338,11 @@ msgstr ""
|
|||
#: templates/partials/tu/proposal/details.html
|
||||
msgid "assigned"
|
||||
msgstr ""
|
||||
|
||||
#: templaets/partials/packages/package_metadata.html
|
||||
msgid "Show %d more"
|
||||
msgstr ""
|
||||
|
||||
#: templates/partials/packages/package_metadata.html
|
||||
msgid "dependencies"
|
||||
msgstr ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue